Hi,
Am working on a requirement in my application and came across this situation with the Grid FilterMenu during postbacks.
There is a SharePoint WebPart with a RadGrid which is being updated every 10 seconds using a Timer. Filtering is enabled on the grid is being updated in an Ajax way using RadAjaxManager.
The issue is that: when ever a user tries to enter something in the filter text box of a column and tries to select an option from the FilterMenu and if there is a partial postback caused by the timer before the user selects an menu item, the FilterMenu just collapses and has to be reopened to select an option. As the timer's interval is set to 10 seconds, the user has a maximum of just 9 seconds to enter something in the filter text box and select an option from the menu. It would be very annoying for the users if the menu keeps closing every time they try to do some filtering.
1. Is it possible to have the filtermenu open, after the partial postback, if it was in an opened state before the postback?
2. Is there any property available which indicates the state of the menu if it is open/closed?
If not, could you suggest any work around for this issue?
Thanks,
Viddy.
Am working on a requirement in my application and came across this situation with the Grid FilterMenu during postbacks.
There is a SharePoint WebPart with a RadGrid which is being updated every 10 seconds using a Timer. Filtering is enabled on the grid is being updated in an Ajax way using RadAjaxManager.
The issue is that: when ever a user tries to enter something in the filter text box of a column and tries to select an option from the FilterMenu and if there is a partial postback caused by the timer before the user selects an menu item, the FilterMenu just collapses and has to be reopened to select an option. As the timer's interval is set to 10 seconds, the user has a maximum of just 9 seconds to enter something in the filter text box and select an option from the menu. It would be very annoying for the users if the menu keeps closing every time they try to do some filtering.
1. Is it possible to have the filtermenu open, after the partial postback, if it was in an opened state before the postback?
2. Is there any property available which indicates the state of the menu if it is open/closed?
If not, could you suggest any work around for this issue?
Thanks,
Viddy.