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 » change the row color after click the particular row in CExtReportGrid? Collapse All
Subject Author Date
Gunasekaran Velu Jan 20, 2007 - 1:16 AM


hi folks

i want to change the row colour which i click the particular row( after click the row).

thanks and regards
Guna

Technical Support Jan 20, 2007 - 2:32 PM
Gunasekaran Velu Jan 21, 2007 - 10:22 PM



hi

i used BackColorSet() but this method is not member of CExtReportGrid. actually double click the particular row in CExtReportGrid i want to heighlight which row is double click(this is for user ref).

Thanks and Regards
Guna

Technical Support Jan 22, 2007 - 12:17 PM

The background color of rows/columns is not supported in the grid. It is implemented for in CExtGridCell cell objects only. So, you can set a custom color for the grid row by invoking the CExtGridCell::BackColorSet() method for each grid cell object in the row.