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

When My grid loads, when I go to add a new record, the new line shows as a small space. How to fix that?

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
Veteran
David asked on 14 Oct 2020, 08:20 PM
I'd rather show with pictures, then explain. When i add a new row of data, my line to add that new row is small and scrunched like so. Then, when I add data or put anything in it, it expands. How do I get it to expand on hitting the create button, before I add any data in the columns? This way, I'm not squelching my eyes trying to click on it to expand. 

1 Answer, 1 is accepted

Sort by
0
George Gindev
Telerik team
answered on 15 Oct 2020, 02:29 PM

Hello David,

I understand the problem. I would add the CSS height property to .k-master-row, to set a custom minimal height of the rows. I believe the value of 1em works well, like so:

.k-master-row {
	height: 1em;
}

Give it a try, and let me know if you need any further assistance.

 

Regards,
George Gindev
Progress Telerik

Five days of Blazor, Angular, React, and Xamarin experts live-coding on twitch.tv/CodeItLive, special prizes, and more, for FREE?! Register now for DevReach 2.0(20).

Tags
Grid
Asked by
David
Top achievements
Rank 1
Veteran
Answers by
George Gindev
Telerik team
Share this question
or