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

How do I control this area of the grid?

4 Answers 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Boris
Top achievements
Rank 1
Boris asked on 23 Oct 2012, 08:28 PM
Referring to forum append: http://www.telerik.com/community/forums/aspnet-ajax/grid/gridhtmleditorcolumn---how-to-control-size-in-edit-form.aspx
I'm still learning the grid.  I see how the size of the actual editing control (either the GridHtmlEditorColumn itself or a custom) can be controled.

What I'd like to know is if there's a way to control the area of the surface on which the editor itself opens.

What I mean is, if for example I set the editor height to 600 pixels given the technique outlined above, the editor overflows the bounds of the entire grid.  Under some conditions it could obscure other controls.

Anyway to control this?

4 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 26 Oct 2012, 10:53 AM
Hi Boris,

You can use different EditFrom like the PopUp Edit Form to show the edit controls:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx
In this case the edit form can be larger than the grid itself without breaking the layout.

All the best,
Vasil
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
Boris
Top achievements
Rank 1
answered on 26 Oct 2012, 12:23 PM
Actually I think this question is no longer relevant.  Now that I've done a bit, it looks to me like for most of my practical work I'll need to develop FormTemplate popups.  (i.e. control the size, control the layout, etc...)

(I suspect the answer is no but I have to ask: Is there anyway to make a popup itself resizable?)

0
Vasil
Telerik team
answered on 26 Oct 2012, 01:57 PM
Hello Boris,

Yes, it can be resizable, see this demo:
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=window

Kind regards,
Vasil
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
Boris
Top achievements
Rank 1
answered on 26 Oct 2012, 02:08 PM
Actually I was thinking in terms of the basic default popup.  This looks like a different method. 
(But the overall popup is still auto-generated?)

I'll have to give this a try.  Thanks!
Tags
Grid
Asked by
Boris
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Boris
Top achievements
Rank 1
Share this question
or