Hide custom sort option and date drop down?

Hi (and happy new year), I have two questions (working with 3.0.1.0): 1) How can I remove/hide the custom sort in the filter drop down in grouping grid? 2) How can I prevent the DateTime control dropwdown in DateTime columns in grouping grid? Thanks in advance, Christian

2 Replies

ST stanleyj Syncfusion Team January 4, 2006 11:50 AM UTC

Hi Christian, Wish you the same. 1) Refer this thread to see if that helps. 2) Try hiding the dropdown button. Me.gridGroupingControl1.TableDescriptor.Columns("Date").Appearance.AnyRecordFieldCell.ShowButtons = GridShowButtons.Hide Best regards, Stanley


ST stanleyj Syncfusion Team January 4, 2006 01:26 PM UTC

Hi Christian, For the first question, also refer this KB article, there is a sample hiding the custom sort option. Best regards, Stanley

Loader.
Up arrow icon