Hiding date comboxBoxs in ggc

Hi, I''m using a GridGroupingControl i have a datatable, and one field (column2) is a datetime, when displaying the data in the grid,in the column2 there are comboBoxs that popup the calender, could you please tell me how can i prevent displaying this comboboxs, i''d like to display just the string with no possiblity to change the date Thanks in advance

1 Reply

AD Administrator Syncfusion Team May 22, 2006 03:33 AM UTC

Hi, Try this code to hide a DropDownButton in a cell.Here is a code snippet. this.gridGroupingControl1.TableDescriptor.Columns["ColumnName"].Appearance.AnyCell.ShowButtons = GridShowButtons.Hide; Please let me know if this helps. Best Regards, Haneef

Loader.
Up arrow icon