Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » Keep selected filters Collapse All
Subject Author Date
Therese P Apr 1, 2010 - 8:04 AM

Hi,


I have a grid with filters applied. Because I want to update all the data (since they are updated in real-time) in my grid (including the hidden rows), I want to reload all the data in the grid without filters and then re-apply my filters. Is there a method to keep the filter information and then apply it in the grid.


Thanks  

Therese Phan Apr 13, 2010 - 9:43 AM

Hi thanks for the reply.


I am still new to the Prof UI world. Could you provide me with an example of how to use this method?


Thank you again

Technical Support Apr 1, 2010 - 12:09 PM

You can serialize all filtering rules for all columns by using the CExtGridWnd::FilterStateForOuterRowSerialize() method, which re-filters the grid control after re-loading all filtering rules.

Therese Phan Apr 13, 2010 - 9:44 AM

Hi thanks for the reply.


 


I am still new to the Prof UI world. Could you provide me with an example of how to use this method?


 


Thank you again