Adding Custom combobox with filtering functionality in grid incell editing

2 Answers 12 Views
ComboBox Grid
Abhishek
Top achievements
Rank 1
Iron
Iron
Iron
Abhishek asked on 26 Mar 2024, 08:34 AM

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

Sort by
1
Konstantin Dikov
Telerik team
answered on 27 Mar 2024, 09:21 PM

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!

Abhishek
Top achievements
Rank 1
Iron
Iron
Iron
commented on 28 Mar 2024, 04:59 AM

I am using custom combobox inside a grid. & i am performing in-cell editing . so i am facing some issue when i do filtering in the combobox
Konstantin Dikov
Telerik team
commented on 29 Mar 2024, 01:15 PM

Hi Abhishek,

I modified your initial example to enable filtering for the custom ComboBox editor:

Hope this helps.

Abhishek
Top achievements
Rank 1
Iron
Iron
Iron
commented on 01 Apr 2024, 10:13 AM | edited

I am getting the dropdown values from an API call in the main component, how can i pass the response to DropDownCell ?
Konstantin Dikov
Telerik team
commented on 01 Apr 2024, 11:03 AM

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:

Abhishek
Top achievements
Rank 1
Iron
Iron
Iron
commented on 02 Apr 2024, 09:40 AM

I have dependency with the combobox & another column(textbox) in the grid. if i change a value in the combobox, the next column should show the value related to the selected value in the combobox
Abhishek
Top achievements
Rank 1
Iron
Iron
Iron
commented on 02 Apr 2024, 10:43 AM

I was able to resolve the issue. I passed other variables in the grid context
0
Abhishek
Top achievements
Rank 1
Iron
Iron
Iron
answered on 01 Apr 2024, 10:13 AM
I am getting the dropdown values from an API call in the main component, how can i pass the response to DropDwonCell ?
Tags
ComboBox Grid
Asked by
Abhishek
Top achievements
Rank 1
Iron
Iron
Iron
Answers by
Konstantin Dikov
Telerik team
Abhishek
Top achievements
Rank 1
Iron
Iron
Iron
Share this question
or