CPM Australia
Top achievements
Rank 1
CPM Australia
asked on 16 Dec 2014, 06:48 AM
Hello,
I am using a Kendo UI grid, however, the filter option does not work.
I have attached the cshtml code and controller code to this forum.
Please can you take a look and let me know why the filter does not work. Infact, nothing other than the sorting option works for me.
Thank you!
Regards,
Reshma
I am using a Kendo UI grid, however, the filter option does not work.
I have attached the cshtml code and controller code to this forum.
Please can you take a look and let me know why the filter does not work. Infact, nothing other than the sorting option works for me.
Thank you!
Regards,
Reshma
5 Answers, 1 is accepted
0
Hello Reshma,
Thank you for the provided code snippets. I reviewed them and noticed that the FilterFirstname action returns a View instead of JSON response. I would suggest checking the Autocomplete Ajax binding guide.
Regards,
Alexander Popov
Telerik
Thank you for the provided code snippets. I reviewed them and noticed that the FilterFirstname action returns a View instead of JSON response. I would suggest checking the Autocomplete Ajax binding guide.
Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
CPM Australia
Top achievements
Rank 1
answered on 17 Dec 2014, 10:59 PM
Thank you, Alexander. However, it still does not work for me.
I have attached the files for your reference.
Please let me know what I am missing. Thank you much for all your help!
Regards,
Reshma
I have attached the files for your reference.
Please let me know what I am missing. Thank you much for all your help!
Regards,
Reshma
0
CPM Australia
Top achievements
Rank 1
answered on 19 Dec 2014, 12:01 AM
Hello Alex,
Did you get a chance to look into the files I had attached yesterday. Do you think I have all the references in the layout file?
Thank you for your help.
Regards,
Reshma
Did you get a chance to look into the files I had attached yesterday. Do you think I have all the references in the layout file?
Thank you for your help.
Regards,
Reshma
0
Accepted
Hi Reshma,
I didn't notice anything wrong in the controller and the view, however the layout includes jQuery and Kendo UI scripts multiple times. I am not sure if this is what causes the issue, however I would strongly recommend checking this article and including each script only once.
Regards,
Alexander Popov
Telerik
I didn't notice anything wrong in the controller and the view, however the layout includes jQuery and Kendo UI scripts multiple times. I am not sure if this is what causes the issue, however I would strongly recommend checking this article and including each script only once.
Regards,
Alexander Popov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
CPM Australia
Top achievements
Rank 1
answered on 22 Dec 2014, 01:05 AM
Hello Alex,
That helped me fix the issue. You are a life saver! Indeed there were more than 1 references made that was causing the issue.
Thank you for your help!
Regards,
Reshma
That helped me fix the issue. You are a life saver! Indeed there were more than 1 references made that was causing the issue.
Thank you for your help!
Regards,
Reshma