Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
21706 | Nov 17,2004 06:58 PM UTC | Nov 17,2004 08:01 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
this.gridGroupingControl1.TableDescriptor.GroupedColumns.Add("State");
To see only certain columns, add only those columns to the Columns collections.
this.gridGroupingControl1.TableDescriptor.Columns.Add("State");
this.gridGroupingControl1.TableDescriptor.Columns.Add("City");
To filter, use code like:
this.gridGroupingControl1.TableDescriptor.RecordFilters.Add("City", FilterCompareOperator.Like, "B*");
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.