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 » transpose CExtGridWnd objects Collapse All
Subject Author Date
Louis RUBET Oct 4, 2007 - 3:25 AM

hi

I use a CExtGridWnd grid filled with a CExtGridDataProviderRecordset.
I have a lot of functions using rows and cols indexes.

I would like to show some grids in ’horizontal mode’ (recordset fields shown in first col, records shown in next cols)

Is there an easy way to do this without having to modify all my functions ?

Technical Support Oct 4, 2007 - 2:36 PM

Thank you for the interesting question. The CExtGridDataProviderRecordSet class implements a vertically cacheable data provider. Unfortunately we have no "horizontal" version of this class at present. So we can regard your question as a feature request. Currently you can implement a horizontal grid only if it’s completely memory based.