Hello.
I'm using MVC EJ2 Grid for the very first time. I need some help with this subjects:
1. Performing accent insensitive search
When enabling search box, I can execute case insensitve searches. But how can I make them accent insensitive?
This is my Grid declaration:
And this is the ListDataSource:
2. Filter grid from an external control.
I would like to be able to filter the grid from the client side. This action must be similar than the "Search box" option integrated in the grid, only that it would be from outside the grid, and searching only on certain columns.
How can I, from JavaScript, filter the results of the grid?
3. Search box in a grid with foreign keys
I get an error when enabling search box in a grid that has foreing keys. Based on the "ListaDataSource" function in the above screenshot, when you perform a search on a grid with NO foreign key, this piece of code is executed:
The main difference is that, when searching on a grid without foreing keys, the dm.Search (first conditional) is executed. But, when the grid has foreing keys, I get always this error.
Many thanks for your help.