DateTime cell in a databound grid.

I have cells in my databound grid that date time fields coming from the data base. The entire grid is non-editable & I would like for the user not to see the [V] drop down arrow for the date time fields. How can I turn this off?

1 Reply

AD Administrator Syncfusion Team April 15, 2005 02:25 PM UTC

Try setting the GridBoundColumn.StyleInfo.ShowButtons = GridShowButtons.Hide for this particular column. Or, you could set GridBoundColumn.StyleInfo.CellType = "Static".

Loader.
Up arrow icon