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

EditMode PopUp Problem with header width

1 Answer 82 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 23 Apr 2008, 10:58 AM

I seem to have run into a problem when using the new PopUp Edit box in a radGrid.

My auto generated edit form has three columns in it, however the edit box popups title bar does not extend to be the full width of the popup form.

Is there a solution to this problem?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 28 Apr 2008, 07:52 AM
Hi Marc,

The default width of the popup edit form is 400px. You can change that by using the PopUpEditForm-Width property:

<MasterTableView EditMode="PopUp">
    <EditFormSettings  PopUpSettings-Width="...." />
</MasterTableView>

Similarly, you can also set the width in code-behind:

RadGrid_ID.MasterTableView.EditFormSettings.PopUpSettings.Width = ....


Let us know if you need any other information.



Regards,
Dimo
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Andy
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or