When using "InPlace" for EditMode can I get the Edit and Cancel commands to stack vertically vs. horizontally within the GridEditCommandColumn? I've created a custom GridTextColumnEditor that's multi line and need the extra width on the page that the horizontal command buttons eat up.
2 Answers, 1 is accepted
0
Yavor
Telerik team
answered on 05 Jan 2010, 09:22 AM
Hi Marc,
Basically, with this default editing rendering of the control, there is no easy option to setup the layout in such a manner. However, you can use an EditFormTemplate, and easily alter the layout of the editForm. The following example demonstrates one such setup:
I know this is a bit late, but this may help someone else. I got it to stack simply by inserting a line break before the work Cancel. It stacked nicely and I was able to reduce the column width.