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

The height of datagrid group by ribbon and column header

3 Answers 26 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Weiqi
Top achievements
Rank 1
Weiqi asked on 29 Jul 2010, 07:07 AM
Hi,   Guys

There is need to get the height of group by ribbon and column header in our project, which attributes that I can use to get and set height?

Thanks
Kimi

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 29 Jul 2010, 09:41 AM
Hello,

 You can use ActualHeight to get current height of some UI element.

Kind regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Weiqi
Top achievements
Rank 1
answered on 29 Jul 2010, 10:55 AM
suppose i want to get the height of column header and GroupBy area,
how to write the code?
0
Vlad
Telerik team
answered on 29 Jul 2010, 12:36 PM
Hi,

 You can use for example our extension methods (ChildrenOfType<>()) to get GridViewHeaderRow and GridViewGroupPanel

All the best,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Weiqi
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Weiqi
Top achievements
Rank 1
Share this question
or