Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve default k-grid-norecords styling #5250

Open
PaitoAnderson opened this issue Dec 2, 2024 · 0 comments
Open

Improve default k-grid-norecords styling #5250

PaitoAnderson opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels
Enhancement New feature of an existing functionality or an improvement of an existing functionality.

Comments

@PaitoAnderson
Copy link
Contributor

Is your feature request related to a problem? Please describe.
When using the <GridNoRecords> component I wish it didn't have a border by default as the entire grid has a border, I also think it would be better if it used the entire width of the grid for longer messages, and didn't overflow below the grid. Here is an example using KendoReact + material-main-dark theme.

Image

<Grid
  scrollable='none'
  data={data}
  total={total}
>
  <GridNoRecords>
    No active offers. Keep this page open to receive notifications.
  </GridNoRecords>
  <Column {...columnProps("QuoteID")} title="Ref" filter="numeric" />
  <Column {...columnProps("PickupCity")} title="Pickup" />
  <Column {...columnProps("DeliveryCity")} title="Delivery" />
  <Column {...columnProps("ResponseDateTime")} title="Bid Date" filter="date" cell={DateTimeCell} />
  <Column {...columnProps("EMailAddress")} title="Bid By" />
  <Column {...columnProps("AllInRate")} title="All-In Rate" filter="numeric" cell={statusCell} />
</Grid>

Describe the solution you would like to see implemented
Above.

Describe the alternatives you have considered
Manually overriding the default styling. Downgrading @progress/kendo-theme-material as older versions didn't have this styling.

Additional context

"@progress/kendo-react-grid": "9.0.0",
"@progress/kendo-theme-material": "10.0.1",
@PaitoAnderson PaitoAnderson added the Enhancement New feature of an existing functionality or an improvement of an existing functionality. label Dec 2, 2024
@TeyaVes TeyaVes self-assigned this Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature of an existing functionality or an improvement of an existing functionality.
Projects
None yet
Development

No branches or pull requests

2 participants