Hi,
I am trying to implement in-grid date-range filtering using a custom filterCell in KendoReact Grid.
Context:
I followed the Knowledge Base article:
React Create a Date-Range Filter in the Grid - KendoReact
I adapted the example to my project and used a custom filterCell for date-range filtering.
However, I noticed an issue:
When two or more columns with the same custom date filter cell are adjacent, the filter UI of the neighboring columns is rendered inside the first column's filter cell.
Example:
app.jsx - nodebox - CodeSandbox
When column order is: [text, text, date, date, text] - The filter UI of both date columns is rendered inside the first date column.
When I change the order to: [text, text, date, text, date] - The filters render correctly and independently.
Thank you.
Bohdan
