highlight current row


Hi,

I was wondering how to programmatically highlight the current row that the user is editing? Thanks!

1 Reply

J. J.Nagarajan Syncfusion Team September 28, 2007 02:51 AM UTC

Hi,

If your intention is to highlight the currenly editing row then please refer to the folloing code snippet

this.gridControl1.ListBoxSelectionMode = SelectionMode.One;

Please let em know if this helps.

Regards,
Nagaraj

Loader.
Up arrow icon