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

noRecords message not visible on grids with auto height

3 Answers 152 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jacob
Top achievements
Rank 2
Jacob asked on 20 Jul 2015, 05:37 PM

Hi,

We are using the new "noRecords" feature, but it seems to have minor problems with edge cases. It seems that the message is not visible for grids with "auto" height (no explicit height specified on the grid). 

This is the example that the API documentation links to: http://dojo.telerik.com/

In that example, the message cannot be seen. In Chrome and IE it is completely hidden, and in Firefox it is mostly hidden. Shouldn't the message be visible no matter what? Or shouldn't the example you provide at least demonstrate that a min-height must be applied to the grid?

This is also a problem for non-scrollable grids: http://dojo.telerik.com/UZOPa

Thank you for you help,

-Jacob

3 Answers, 1 is accepted

Sort by
0
Jacob
Top achievements
Rank 2
answered on 20 Jul 2015, 05:39 PM
0
Accepted
Pavlina
Telerik team
answered on 22 Jul 2015, 02:46 PM
Hi,

This problem should be fixed in the latest internal build. Please download it from your account and let us know if you still encounter any problems.

Regards,
Pavlina
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
DavidOBrien
Top achievements
Rank 2
answered on 05 Aug 2015, 11:46 AM
This is the first thing I do on any page :)
   
.k-grid-content {
 min-height: 85;
}
Tags
Grid
Asked by
Jacob
Top achievements
Rank 2
Answers by
Jacob
Top achievements
Rank 2
Pavlina
Telerik team
DavidOBrien
Top achievements
Rank 2
Share this question
or