I was wondering if it was possible use the filter builder with the kendo grid?
I have been having a number of problems:
1) when i tried to use the Kendo MVC fluent to build my datasource external to the grid nothing ever got output to the page. ei no script was generated
2) when i created the javascript by hand the grid loaded i was able to associate it with the filter and the grid and it appeared i was able to build custom filters, but the filter never bound to the DataSourceRequest request.filter on the controller during a read. This is what is put into the querystring (note i manually put the canimpersonateonly=true)?canImpersonateOnly=True&take=50&skip=0&page=1&pageSize=50&filter%5Blogic%5D=and&filter%5Bfilters%5D%5B0%5D%5Bfield%5D=UvaId&filter%5Bfilters%5D%5B0%5D%5Bvalue%5D=ksa&filter%5Bfilters%5D%5B0%5D%5Boperator%5D=eq
Do you have any samples that use the external filter builder along with the kendo grid in asp.net mvc?
Thanks,
Logan