Hiding the CurrentCell

I''m using GridGroupingControl to display some read-only data. I''d like to be able to hide the CurrentCell completely. At the moment it''s possible to click on a cell and see a text cursor even though the data is not editable. Please can you tell me how to achieve this? Thanks, Ben.

2 Replies

AD Administrator Syncfusion Team June 9, 2004 12:46 PM UTC

Hi Ben, You could change groupingGrid.TableDescriptor.Appearance.AnyRecordFieldCell.CellType = "Static" That should disable editing the current cell. If you also want to hide the current cell frame, try the groupingGrid.TableModel.Options.ShowCurrentCellBorderBehavior Let me know if that didn''t work. Thanks, Stefan


AD Administrator Syncfusion Team June 9, 2004 01:51 PM UTC

Just what I wanted. Thanks very much. Ben.

Loader.
Up arrow icon