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

GDBG Column Calendar Dropdown

Hello! When my Datasource's column type is Datetime and i bind a GDBG to it, the column in the GDBG gets automatically a Calendar Dropdown button. How can i prevent the GDBG from showing this button? I don't want this calendar dropdown. I tried to set the column to read-only. But this didn't help. regards oliver

2 Replies

AD Administrator Syncfusion Team July 13, 2003 02:37 PM UTC

There is a static member of the GridModelDataBinder.AutoInitCellTypes that you can set to control this functionality. So, at the top of your form’s constructor, before the call to InitializeComponent(), you can add: GridModelDataBinder.AutoInitCellTypes = False


ON Oliver Nagel July 13, 2003 06:05 PM UTC

Thank you! regards oliver

Loader.
Live Chat Icon For mobile
Up arrow icon