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

Is there a way to keep GridExpanderItems from indenting whenever a group is applied?

1 Answer 83 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Kelly
Top achievements
Rank 1
Kelly asked on 23 Feb 2018, 08:51 PM

Is there a way to keep GridExpanderItems from indenting whenever a group is applied?
Im using a radgridview (WinForms R1 2018) with a SelfReference Relation.

no groups:
    expanderItem.BoundingRectangle = {X = 0 Y = 0 Width = 19 Height = 24}
1 group:
    expanderItem.BoundingRectangle = {X = 19 Y = 0 Width = 19 Height = 24}
2 groups:
    expanderItem.BoundingRectangle = {X = 38 Y = 0 Width = 19 Height = 24}
3 groups:
    expanderItem.BoundingRectangle = {X = 57 Y = 0 Width = 19 Height = 24}

 

Thanks...

Kelly Woodard

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 27 Feb 2018, 11:57 AM
Hello, Kelly, 

Thank you for writing.  

The provided screenshot is greatly appreciated. 

I have logged it in our feedback portal. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to handle the CellFormatting event as it is demonstrated in the referred feedback item.


I hope this information helps. Should you have further questions I would be glad to help. 
 
 Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
GridView
Asked by
Kelly
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or