New to KendoReact? Start a free 30-day trial
Use custom cell for a column with enabled selection in the Grid.
Environment
Product Version | 5.14.1 |
Product | Progress® KendoReact Grid |
Description
The row and cell selection stops to work If I define custom cell for a column.
Solution
Add {...props.tdProps}
to the td
of the custom cell to include the necessary attributes.
Following is an example demonstrating how to keep the Grid selection functionality with custom cell:
Change Theme
Theme
Loading ...