This is a migrated thread and some comments may be shown as answers.

Structure columns of Asp.net RadGrid

1 Answer 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dipta
Top achievements
Rank 1
Dipta asked on 12 Jan 2012, 01:32 PM
Hi,,,

I have some quires  reagrding Structre columns
First is these grid columns always automatically generated or not..
another is can we use thsese column as user defined column type in grid or not.
1) GridRowIndicatorColumn: its sets automatically when we set allow resizing property to true.but incaseautogeneratedcolumn property set to false still this column showing at the begining of grid.Another issue is like  that if we dont set allow resizing property but using  GridRowIndicatorColumn  class  directly as a user defined column then the column is not visible at all.So can we use GridRowIndicatorColumn class directly or not.
2)GridGroupSplitterColumn: it sets automatically when grouping enable,to facilitate the expand/collapse functionality.But incaseautogeneratedcolumn property set to false still this column showing at the begining of grid.Another issue is like  that if we dont set grouping expression property but using  GridGroupSplitterColumnclass  directly as a user defined column then the column is not visible at all.So can we use GridGroupSplitterColumnclass directly or not.
3)GridExpandCoulmn: same like ....

Please give some suggestions to clarify thsese issues.
Please share some demos\samples  where  we are using direcltly GridRowIndicatorColumn,GridGroupSplitterColumn and GridExpandCoulmn  as users defined column type.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Jan 2012, 05:03 AM
Hello Dipta,

The columns that are created automatically to facilitate some functionality are called Structure Columns . These columns are added to the beginning of the rows of a table view and cannot be moved. Check the following help documentation which explains more about this.
Column Types.

-Shinu.
Tags
Grid
Asked by
Dipta
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or