GridGroupingControl - Accessing Active Cell properties in runtime.

Hi All, How can I change active cell appearance? When I click on a record on cell, record gets hilighted. This if fine, but i want to make the active cell look like any other cell in that record. I am even setting ListBoxSelectionCurrentCellOptions = None. Any other way? Rgds Rajani Kanth

1 Reply

BR Badri Rajani Kanth December 20, 2005 05:08 PM UTC

Hi, this.gridGroupingControl1.TableModel.Options.ShowCurrentCellBorderBehavior = GridShowCurrentCellBorder.HideAlways; working fine.. Thank you Rajani Kanth >Hi All, > >How can I change active cell appearance? When I click on a record on cell, record gets hilighted. This if fine, but i want to make the active cell look like any other cell in that record. I am even setting ListBoxSelectionCurrentCellOptions = None. > >Any other way? > >Rgds >Rajani Kanth

Loader.
Up arrow icon