This question is locked. New answers and comments are not allowed.
Hi There!
Just wanted to say how impressed I am with your support and toolset!
I have the following scenario I need some help with:
- I am using an ajax enabled grid to query records from my database;
- User's are able to filter various columns using the built in grid filtering features;
- User's can filter the grid contents by selecting a series of hyperlinks (represent various record counts) which pass a "queryType" parameter to grid.rebind(). This causes my ajax to kick in, and a "filtered" result is passed back; At this point Telerik "magically" applies any filter's the user has specified (I am not sure how this actually occurs, but I suspect it happens as part of the GridAction attribute added to the top of my Ajax call).
The record counts noted above do not reflect any of the filtering that get's applied. One way I am thinking of solving this is to call a javascript/jquery method once the ajax returns and pass the grid.FilterBy parameter. However I do not want to *even try* to recreate the brilliant logic you've already built to parse the filterBy screen and filter records... is there an elegant way to leverage the filterBy parameters to "filter" my count query in the respective Linq2SQL call? or maybe an explanation on how you filter the query results without going back to the database (I'm assuming this is what you are doing)...
Hope this makes sense
D.
Just wanted to say how impressed I am with your support and toolset!
I have the following scenario I need some help with:
- I am using an ajax enabled grid to query records from my database;
- User's are able to filter various columns using the built in grid filtering features;
- User's can filter the grid contents by selecting a series of hyperlinks (represent various record counts) which pass a "queryType" parameter to grid.rebind(). This causes my ajax to kick in, and a "filtered" result is passed back; At this point Telerik "magically" applies any filter's the user has specified (I am not sure how this actually occurs, but I suspect it happens as part of the GridAction attribute added to the top of my Ajax call).
The record counts noted above do not reflect any of the filtering that get's applied. One way I am thinking of solving this is to call a javascript/jquery method once the ajax returns and pass the grid.FilterBy parameter. However I do not want to *even try* to recreate the brilliant logic you've already built to parse the filterBy screen and filter records... is there an elegant way to leverage the filterBy parameters to "filter" my count query in the respective Linq2SQL call? or maybe an explanation on how you filter the query results without going back to the database (I'm assuming this is what you are doing)...
Hope this makes sense
D.