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 Tech Support » Coloring the Rows in CExtGridWnd Collapse All
Subject Author Date
Srinivasan Natarajan Sep 22, 2005 - 4:00 AM

Hi,


How to set alternate color for rows in CExtGridWnd


rgs


sundar

Technical Support Sep 22, 2005 - 10:03 AM

To set the color of a row, just set the color for each cell in this row. Starting from Prof-UIS 2.42, BackColorSet()/BackColorGet() methods are available in the CExtGridCell class. These methods alow you to specify background colors for any grid cell in the normal, hovered and selected states.