Disabled column is editable after using LayoutColumns

Hi I have an issue with the GDBG whereby I am setting all columns to enabled = false. When I then set the LayoutColumns generally then one cell is editable. I have attached an example where if you click ''Load'' then click ''Toggle View'', double clicking on the first cell will let you edit it. Code for the retoggle has been commented out for clarity. I would be very grateful for any help on this Rgds Steve SyncfusionGrid_3046.zip

1 Reply

AD Administrator Syncfusion Team January 5, 2005 07:43 AM UTC

At the bottom of your cmdLoad_Click code, try adding this.gridDataBoundGrid.CurrentCell.MoveTo(-1,-1); This makes sure the grid does not think it has a current cell. Maybe this will take care of this problem for you. It avoids seeing the selected text in your sample for me.

Loader.
Up arrow icon