This is a migrated thread and some comments may be shown as answers.

Unable to clear filters on the server side

1 Answer 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
VR
Top achievements
Rank 1
VR asked on 08 Jan 2012, 10:47 AM
Hi,

I have implemented server-side filtering in my Kendo UI grid. This works fine for multiple filters without any issues. I face a problem when the user clears the filters, server side code is not able to recognize the same. When I used FireBug, I till found the filters present in the url.

Can you please guide me how to identify clear filter command?

Regards,
VR

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 09 Jan 2012, 03:48 PM
Hello,

Although the filter may be present in the URL, its value will be null by default when filter's are cleared. Note that you may use parameterMap function of the transport to reassign and modify the parameters passed to the server.

All the best,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
VR
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or