MainWeb.ShowCellEditBox

MainWeb.ShowCellEditBox property

whether Gridweb shows edit box toolbar as in MS-EXCEL.if enable ,a edit box for current cell will display in Gridweb. if we enable this feature, we need to import jquery js library in your aspx files to support this new feature. all the latest jquery version is ok. etc.

public bool ShowCellEditBox { get; set; }

See Also