I have one of my columns set to "editable:false".
http://jsfiddle.net/8ythhp1r/1/
When I click "Edit" in this example the text of the column which is set to "editable:false" is not properly positioned!
Is this a soon-to-be-fixed bug?
Thanks
1 Answer, 1 is accepted
0
Vladimir Iliev
Telerik team
answered on 07 Jan 2015, 01:44 PM
Hi Mario,
Current behavior is expected as the text is rendered inside the "k-edit-field" container which have no padding set (as usually this container contains editors). That why if you need to position the text differently you should either define custom "popup" editor template or apply custom CSS styles to the desired elements.
Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!