gdbg - don''t want the arrow > thing on row header cell?

In a GridDataboundGrid control, how can I prevent the row header (far left) cell from showing the arrow on the selected row (and the pencil thingy when they are editing)...? Thanks.

1 Reply

AD Administrator Syncfusion Team August 13, 2004 01:57 PM UTC

Try setting the CellType to "Header" in the Row Header basestyle. this.gridDataBoundGrid1.BaseStylesMap["Row Header"].StyleInfo.CellType = "Header";

Loader.
Up arrow icon