Dear Experts,
I am using RadGrid to implement a business application showing some tabular data which should be filtered according to the responsible user(owner).
In order to maximize the user experience I used two additional features
- client side binding and
- combo box filter template to allow the owner the selection
The problem is that I am not able to apply default filter on initial load with client side binding. I suppose this should be possible by properly initialize the Grid’s server state that reflects on the client as filterExpressions array.
I tried the following approaches but none seems to be the right one:
- Applying default filter on initial load or Operating with the FilterExpression of Telerik RadGrid manually, but seems to have impact only on the server side loading functionality.
- Setting the “List<GridFilterExpression>” but I found no suitable attribute on the Grid to be set.
I am using (DNN - RadAjax Version: 2011.2.712.35
Has anyone experience with this approach?
Any hint will be highly appreciated.
Thank you,
Kristijan