Hello,
I am using Kendo UI for ASP.NET MVC and I am very new to it. I am trying to increase the width of the editor controls in the grid popup editor. Even though I could increase the width of the popup window using
the controls inside the window are not widened with it.
Can anyone please advise me how it can be done?
Thanks
Shameer
I am using Kendo UI for ASP.NET MVC and I am very new to it. I am trying to increase the width of the editor controls in the grid popup editor. Even though I could increase the width of the popup window using
.Editable(e => e.Mode(GridEditMode.PopUp).TemplateName(
"CustomEdit"
).Window(w => w.Title(
"Edit"
).Name(
"customedit"
).Width(1000)))
Can anyone please advise me how it can be done?
Thanks
Shameer