Hi,
We are using Telerik.Web.UI 2008.2.1001.35 dll.We are editing the grid data using user control Popup.In this Popup we are displaying some controls in thr runtime baased on few conditions using server side code and java script sometime.So that time we are expecting that the Popup will automatically adjusts its height and display all the controls with in the Popup.But this is not working .Popup is not adjusting its height.We tried in all the IE6,IE7 & IE8 versions.Please let us know what we need to do to adjust the Popup height in runtime.
We have tried the below solution that we found in some of your forums.But this also didn't work for us.
Thanks,
Vinil Narla
We are using Telerik.Web.UI 2008.2.1001.35 dll.We are editing the grid data using user control Popup.In this Popup we are displaying some controls in thr runtime baased on few conditions using server side code and java script sometime.So that time we are expecting that the Popup will automatically adjusts its height and display all the controls with in the Popup.But this is not working .Popup is not adjusting its height.We tried in all the IE6,IE7 & IE8 versions.Please let us know what we need to do to adjust the Popup height in runtime.
We have tried the below solution that we found in some of your forums.But this also didn't work for us.
.RadGrid .rgEditForm
{
height: auto !important;
}
.RadGrid .rgEditForm > .rgHeader + div
{
height: auto !important;
}
Thanks,
Vinil Narla