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

Issue with Grid Edit Form PopUp Size

2 Answers 67 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 26 Apr 2013, 06:05 PM
There is an issue where the contents of the controls spill over the size of the window if it is being called for the first time (like an insert or update event). However every subsequent call the window seems to adjust to the perfect height. Any thoughts on how to solve this issue? 

<telerik:RadGrid ID="rgContacts" runat="server" AutoGenerateColumns="False" OnNeedDataSource="rgContacts_NeedDataSource" Skin="Silk"
    ShowHeader="false" GridLines="None" BorderStyle="Groove" BorderWidth="1px" Width="250px" BorderColor="#555555"
    AlternatingItemStyle-BackColor="White" BackColor="#bbeaf3">
    <MasterTableView DataKeyNames="contact_id" EditMode="PopUp">
    <CommandItemSettings ShowRefreshButton="false" AddNewRecordText="Add a New Contact"/>
    <EditFormSettings PopUpSettings-Modal="true" UserControlName="controls/Contacts/CustomerContact.ascx" EditFormType="WebUserControl"  InsertCaption="Create New Contact" CaptionFormatString="Edit Contact" FormCaptionStyle-Font-Bold="true" FormCaptionStyle-Font-Size="X-Large" FormStyle-BackColor="#dedddc" />

2 Answers, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 01 May 2013, 01:26 PM
Hi Justin,

Thank you for contacting us.

This is not a known issue to us therefore I would like to ask you to send us a stripped down version of your project so we could investigate further. Also could you please tell us are you using AJAX? If this is the case please try disabling the AJAX and test whether the problem still replicates.

Looking forward to your reply.

All the best,
Angel Petrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Angel Petrov
Telerik team
answered on 01 May 2013, 01:28 PM
Hi Justin,

I forgot to mention that it would be best to open a formal support ticket concerning this matter and attach the project there.

All the best,
Angel Petrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Justin
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or