Datagrid search string to int values

Hi, when I search 'Members' in my table, it does not search string values because my 'Members' column is of type int.

Question:
How do I convert the search string so it can search the corresponding int values?



Attachment: Filter_int_to_string_cad605a0.zip

1 Reply 1 reply marked as answer

RS Renjith Singh Rajendran Syncfusion Team May 28, 2021 07:15 AM UTC

Hi Kenney, 

Greetings from Syncfusion support. 

We would like to inform you that, the Column Template feature of grid is only for display purposes. You can customize the display content for a cell in grid using this ColumnTemplate feature. But all the DataOperations and CRUD operations for the corresponding customized column will be handled only based on the Field property value of the corresponding column. This is the default behavior of performing search action in Grid. 
 
Please get back to us if you need further assistance. 

Regards, 
Renjith R 


Marked as answer
Loader.
Up arrow icon