Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
17204 | Aug 3,2004 01:48 PM UTC | Aug 4,2004 01:12 PM UTC | WinForms | 2 |
![]() |
Tags: Grouping |
// main table descriptor
GridTableDescriptor td = this.gridGroupingControl1.TableDescriptor;
// nested table descriptor
while (td.Relations.Count > 0)
{
GridTableDescriptor td = td.Relations[0].ChildTableDescriptor;
// hide columns in nested table
td.Columns.Clear();
td.Columns.Add("Description");
}
Stefan
>
> // main table descriptor
> GridTableDescriptor td = this.gridGroupingControl1.TableDescriptor;
>
> // nested table descriptor
> while (td.Relations.Count > 0)
> {
> GridTableDescriptor td = td.Relations[0].ChildTableDescriptor;
>
> // hide columns in nested table
> td.Columns.Clear();
> td.Columns.Add("Description");
> }
>
>
>
>Stefan
> 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.