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 » Report Grid: How to get values of hidden columns from selected rows Collapse All
Subject Author Date
Martin Baumgaertner Jun 7, 2007 - 1:11 PM

Hello,

is there a way to get ALL the column values of a selected row in a report grid, not only the visible ones?

Martin

Martin Baumgaertner Jun 8, 2007 - 2:25 PM

I’ve tried this out, it works well - thank u.

Greetings from Germany,

Martin

Technical Support Jun 8, 2007 - 12:47 PM

First you should get the CExtReportGridColumn object representing a report grid column. You can get it using ReportColumnGet(). Then you can use the ReportItemGetCell() method, which returns a pointer to the cell object at the row specified by pRGI and column specified by pRGC.