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

Get default row Height

2 Answers 100 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rodrigo Cesar
Top achievements
Rank 1
Rodrigo Cesar asked on 20 Jul 2018, 02:57 PM

I'm changing the Row Height at event RowPaint() according to my needing.

But I need to know the "normal" or "default" row height to apply according to the used theme.

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 23 Jul 2018, 10:39 AM
Hi Rodrigo,

You can get the height from the TableElement:
var height = radGridView1.TableElement.RowHeight;

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
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.
0
Rodrigo Cesar
Top achievements
Rank 1
answered on 23 Jul 2018, 12:51 PM

That is it.

Thanks.

Tags
GridView
Asked by
Rodrigo Cesar
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Rodrigo Cesar
Top achievements
Rank 1
Share this question
or