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 » Update specific rows/cell in a grid including hidden rows from filter Collapse All
Subject Author Date
Therese P Apr 1, 2010 - 7:46 AM

Hi,


I have a grid with filters. When I apply the filter and modify a row with a pop up window: the cell is updated keeping the filter applied. 


However the data in the grid can be modified by a third party, and I would like that their modification be reflected in my grid in the hidden rows too. How do I access those hidden rows/cells to update the data?


Thanks


Terrie 

Technical Support Apr 1, 2010 - 10:42 AM

Hidden rows are not accessible in the CExtGridWnd control. You can invoke the CExtGridWnd::RowUnHideAll() API, perform modifications of all the required grid cells and apply filtering rules again.