Color selection

Hi, I have two gridcontrols in the form. When I select a cell in the main grid the relevant records will be displayed in the child grid. While I am making changes in the child grid I down know which record or row in the main grid is selected. I want to display the selected row should have different color. Regards Rajesh

2 Replies

AD Administrator Syncfusion Team January 20, 2005 07:30 AM UTC

In the main grid, try setting this.gridControl1.ListBoxSelectionMode = SelectionMode.One;


GU Guru January 20, 2005 08:47 AM UTC

Hi, Thanks its working. Regards Rajesh >In the main grid, try setting > >this.gridControl1.ListBoxSelectionMode = SelectionMode.One; >

Loader.
Up arrow icon