This question is locked. New answers and comments are not allowed.
Hi,
I have a problem with telerik mvc grid. Here is the explanation of what's my problem:
My grid have some custom filters which will be executed when selecting an option from a dropdown. I also have pagination. The problem comes when a filter is applied and then, for example, I try to sort the data result by any of the columns. Doing this the sort is applied on the complete datasource and not only on the filtered data. The same happend when jumping between pages on the pagination bar.
I'm filtering using a javascript code like this one:
grid.dataSource.filter({ field: "NumberOfLives", operator: "le", value: 500 })
Any ideas of how to solved this?
Thanks,
Diego
I have a problem with telerik mvc grid. Here is the explanation of what's my problem:
My grid have some custom filters which will be executed when selecting an option from a dropdown. I also have pagination. The problem comes when a filter is applied and then, for example, I try to sort the data result by any of the columns. Doing this the sort is applied on the complete datasource and not only on the filtered data. The same happend when jumping between pages on the pagination bar.
I'm filtering using a javascript code like this one:
grid.dataSource.filter({ field: "NumberOfLives", operator: "le", value: 500 })
Any ideas of how to solved this?
Thanks,
Diego