Unplanned
Last Updated: 14 Jun 2021 08:02 by ADMIN
ADMIN
Konstantin Dikov
Created on: 07 Dec 2016 13:24
Category: UI for ASP.NET AJAX
Type: Feature Request
3
Setting the Height property of the PopUp edit form in Grid does not calculate the content height

		
1 comment
Philip
Posted on: 07 Dec 2016 18:28
Information for anyone else experiencing this issue:

<style type="text/css">
    .RadGrid .rgEditForm > .rgHeader + div {
        height: 90% !important;
    }
</style>

Add CSS similar to the code above to any pages containing grids with popup edit forms to resolve the issue for now.  You may have to adjust the height value to suit your needs.