hello

Can any one please tell me how to highlight a selected row in C1TrueDbGrid

//in form_load
TDBGrid1.MarqueeStyle=C1.Win.C1TrueDBGrid.MarqueeEnum.HighlightRow;
//in code 
TDBGrid1.HighLightRowStyle.BackColor = Color.RoyalBlue;

For help on C1TrueDBGrid Please Check This link

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.