Content-Length: 232075 | pFad | https://www.telerik.com/forums/kendo-ui-react
I'm migrating KendoUI for jQuery to React. In jQuery version of Kendo Grid was possible to set "values" property to columns with "id" values.
In React version of the kendo grid, the "values" property for the GridColumn component is not available. How can I make the same like in jQuery version?
Thanks a lot for an each help.
We are planning to use Kendo React v5.9.0 in our System and this system will be exported.
Could you please tell me the ECCN for Kendo React?
Thank you!
Hi I am using the new statemanagement with checkboxes https://www.telerik.com/kendo-react-ui/components/grid/selection/multi-row-selection#combining-selection-with-data-operations-filtering-sorting-paging-etc
I want to replace that checkbox with our own design library's checkbox and style accordingly.
There's currently no way apart from inspecting and styling the component, would you guys suggest some ways to achieve this?
autoProcessData=true
in Grid, and I want to access the processed data after filters are applied. For example, if I start with 50 items and a filter reduces it to 10, how can I access those 10 filtered items? Is there a callback or method to get the processed data after filtering? <Grid
data={addressList}
dataItemKey={DATA_ITEM_KEY}
className="k-grid-no-scrollbar border-none bg-transparent"
autoProcessData={true}
defaultSkip={0}
defaultTake={10}
pageable={{
buttonCount: DEFAULT_TABLE_BUTTON_COUNT,
pageSizes: DEFAULT_TABLE_PAGE_SIZES,
}}
sortable={{
allowUnsort: true,
mode: 'multiple',
}}
>
Hello all, when I use the dropdown in KendoReact and filter for a specific record, the filtered list appears far away from the input, which is awkward. Can anyone help me with this?
Thank you all
1. before
2. after
So assuming a have a Grid with a custom cell override like so:
and the Grid has columns where one column has a custom cell as well
Is there a way to set the grid so that the custom cell on the Grid overrides the custom cell on the Column?
Hi.
I have a Grid with a lot of data sets, possibly over 2000, even 10.000 or more a possible. When I add a filter to this Grid component, it is very slow to even show what I'm typing. So I would like to defer setting the filter until I stop typing and maybe even show a spinner until the filtering is done instead of just nothing happening and then suddenly showing the filtered data.
So the questions are:
- How can I defer setting the filter until I pause typing (maybe after 500 ms or so)?
- How can I show a spinner until filtering is done?
Thanks!
Greetings,
Bernd