We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon