or
locked: true
and assigned proper width
, but it doesn't behave like a fully frozen column.cell
.when I adaptive my component for another size I get this bug. How can I control line position of time. I didn't find any class or style to control behavior of scroll line.
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',
}}
>