I want to add a custom combobox with filtering in incell grid editing. I followed this example. But filtering is not working. Please help
2 Answers, 1 is accepted
Hello Abhishek,
You can refer to the following example on how to enable filtering for the ComboBox component:
Let us know if further assistance is needed.
Regards,
Konstantin Dikov
Progress Telerik
Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources!
Hi Abhishek,
I modified your initial example to enable filtering for the custom ComboBox editor:
Hope this helps.
Hi Abhishek,
You can use React Context around the Grid to pass additional data to the custom cells. Here is an example demonstrating how you can use React Context:
