GDBG. How can I hide date picker button in the date cell?

My date cell is readonly. I want to hide button which allow select date by calendar. Thx. DatePicker_1864.zip

1 Reply

AD Administrator Syncfusion Team October 7, 2004 08:56 AM UTC

You set the gridBoundColumn1.StyleInfo.ShowButtons = GridShowButtons.Hide for this column. If you have explicitly added GridBoundColumns, then you would fund this gridboundcolumn in the grid.GridBoundColumns collection. If you have not explicitly added GridBoundColumns, then you use the grid.Binder.InternalColumns collection.

Loader.
Up arrow icon