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

How to suppress combobox for datetime format

When I load a column of type DateTime in the GGC, I get a combobox with a date picker. How do I suppress this?

Thanks

sample96.zip

2 Replies

AD Administrator Syncfusion Team January 22, 2007 12:50 PM UTC

Hi Navaneeth,

Thanks for being patience.

This can be achieved by setting the ShowButtons property to hide. The following is the code snippet, please try it and let us know if you need any further assistance.

>>>>>>>>> Code Snippet <<<<<<<
this.gridGroupingControl1.TableDescriptor.Columns["BirthDate"].Appearance.AnyRecordFieldCell.ShowButtons = GridShowButtons.Hide;
>>>>>>>>>>>>><<<<<<<<<<<<<<<<<

Have a nice day.

Best regards,
Madhan


NR Navaneeth Rajkumar January 23, 2007 02:14 PM UTC

It works.. Thank you..

Loader.
Live Chat Icon For mobile
Up arrow icon