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

GridViewIndentColumn for grouped unbound data

1 Answer 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 30 Oct 2008, 03:52 PM
I have unbound data that I am manually adding into a RadGridView control with 4 levels of grouping.  The grid itself is grouping and displaying the data correctly, but for some reason, the GridViewIndentColumn is not appearing.  As a result of this, the values deeply nested group rows are not aligning with thier corresponding column headers.

Eg.

|   | Header 1 | Header 2
> Group 1
    > Group 2
        > Group 3
            ValueForHeader 1 | ValueForHeader 2   

Could you please help me in getting the GridViewIndentColumn to appear in my RadGridView?

Thanks,
Andrew.

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 04 Nov 2008, 08:15 AM
Hi Andrew,

Thank you for your question.

Please send us a sample project demonstrating the issue. This will help us research it further.

Unfortunately, it seems that you can control only group indent width programmatically:

((GridTableElement)this.radGridView1.GridElement).GroupIndent = 30; 

Do not hesitate to write me back if you have more questions.

Greetings,
Nick
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
Andrew
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or