GDBG and ExcelLikeCurrentCell

Hello, I have a GDBG and ExcelLikeCurrentCell set to false. If I select a column header cell then all cells of this column are being selected. Ok! If I set ExcelLikeCurrentCell to true then I''am not able to select any column. Why? Best regards, Holger

1 Reply

AD Administrator Syncfusion Team March 17, 2006 05:52 AM UTC

Hi Holger, In the GridDataBoundGrid when the ExcelLikeCurrentCell is set to true set also the this.gridDataBoundGrid1.Model.Options.ClickedOnDisabledCellBehavior = GridClickedOnDisabledCellBehavior.DeactivateCurrentCell; which will enable to select the column by clicking the column header. Regards, Calvin.

Loader.
Up arrow icon