Hi,
I have to say, I wasted now really a lot of time in figuring out how the css styles are applied to the grid edit controls:
I did two tests:
1) Use the Kendo Grid with Javascript configuration
2) Use the grid with MVC Wrapper configuration
And I get different styles for the editors (e.g string editors) when doing that! After research, probably that's what explained here:
http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/editor-templates
In Version 1), the text boxes get the class "k.input k-textbox". Fine, that's what I want
In Version 2), the tet boxes get the class "text-box single-line". Why the difference?
Do I really have to declare editor templates now for every data type I want to edit? In that case, I could probably go on with the free Kendo edition and do not use the server wrappers. Why does it cause additional effort when I use them? Can someone explain?
Thanks!
I have to say, I wasted now really a lot of time in figuring out how the css styles are applied to the grid edit controls:
I did two tests:
1) Use the Kendo Grid with Javascript configuration
2) Use the grid with MVC Wrapper configuration
And I get different styles for the editors (e.g string editors) when doing that! After research, probably that's what explained here:
http://docs.kendoui.com/getting-started/using-kendo-with/aspnet-mvc/helpers/grid/editor-templates
In Version 1), the text boxes get the class "k.input k-textbox". Fine, that's what I want
In Version 2), the tet boxes get the class "text-box single-line". Why the difference?
Do I really have to declare editor templates now for every data type I want to edit? In that case, I could probably go on with the free Kendo edition and do not use the server wrappers. Why does it cause additional effort when I use them? Can someone explain?
Thanks!