How to apply searching on Drop down column in grid component

Hi,
I am using blazor grid component .In this grid I have one column which contains dropdown list.
This dropdown's options and selected value getting bind at runtime.
If we search this selected value in search textbox of grid then I am getting empty result.
So how I can achieve search functionality on this dropdown column . 
Below I have provided code for reference.
(Note: I want use drop down same as I used and after selecting dropdown from grid I am doing bulk update.)

  

Attachment: GridExample_13afe926.rar

1 Reply 1 reply marked as answer

VN Vignesh Natarajan Syncfusion Team June 11, 2020 12:37 PM UTC

Hi Ashwini,  

Thanks for contacting Syncfusion support.  

Query: “If we search this selected value in search textbox of grid then I am getting empty result. 

From your query we suspect that you want to search the value that exist in the datasource of dropdownlist inside the Grid ColumnTemplate. If yes then it is not possible to achieve your requirement. Because DataOperation (search, sort,filter ) in Grid will be performed based on the values present in the datasource of Grid. So it is not feasible to search the dropdownlist data using grid search toolbar.  

If we misunderstood your requirement kindly share more details about your requirement.     

Regards, 
Vignesh Natarajan 


Marked as answer
Loader.
Up arrow icon