I'm using Visual Studio 2005 with the latest Telerik RadGrid component. We have disabled the AutoPostBack on the filter field and used JavaScript to intercept and stop the filter call made by the filter menu click. However we can find no way to then have a button on the page that then simulates the same call. Our attempts just won't work because the postback loses the filter details and when interrogating the grid filter values in the code-behind the select filter item is 'No Filter'.
Scenario:
1. Enter various filter values in columns and select the filter type from menu.
2. Click button that's posts back this detail and allows us to construct SQL to query on all column values.
We have tried a variety of options none of which seems to work (in VS2005 at least), can anyone point us in the right direction? Preferably with a detailed code example? You're help would be greatly appreciated!
CS.