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

EditFormSettings PopUpSettings not getting set

3 Answers 195 Views
Grid
This is a migrated thread and some comments may be shown as answers.
lkeel
Top achievements
Rank 1
lkeel asked on 18 Feb 2010, 02:19 AM
I have a radgrid and I am trying to get the size of my edit form to be smaller.  I have tried the following:

* <EditFormSettings PopUpSettings-Modal="true" PopUpSettings-Height="400" PopUpSettings-Width="400" EditFormType="Template">
* <EditFormSettings PopUpSettings-Modal="true" PopUpSettings-Height="400px" PopUpSettings-Width="400px" EditFormType="Template">
*<EditFormSettings PopUpSettings-Modal="true"EditFormType="Template">
<PopUpSettings Height="400px" Width="400px" />

But none of the three seem to set the size of the popup to 400px.  What am I missing?

Thanks in advance,
Lee

3 Answers, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 18 Feb 2010, 07:16 AM
Hi lkeel,

I have attached a small sample where I tried to reproduce the problem but to no avail. Could you take a look at it and if the issue persists, paste your aspx and code behind using the CodeFormmater tool of the ticket editor. 

Greetings,
Tsvetoslav
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
lkeel
Top achievements
Rank 1
answered on 18 Feb 2010, 07:40 PM
I have done a lot of back and forth between my application and your sample and I figured out it is in my custom skin.  Can someone please tell me which part of which css file would affect this functionality.  I am used the Black skin as a starting point then modified it to change the colors for what I wanted.  Somewhere in there I must have changed something to set this because the Black skin does not have this problem.

Any ideas?
0
Tsvetoslav
Telerik team
answered on 23 Feb 2010, 12:02 PM
Hello lkeel,

It is the .rgEditForm class. You can also use Developer Toolbar or FireBug to get more information on the styles applied in your case.

However, if the problem persists, please, open-up a formal support ticket and send a runnable example with your custom skin applied to the control for closer inspection on our part. 

Greetings,
Tsvetoslav
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
lkeel
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
lkeel
Top achievements
Rank 1
Share this question
or