Setting MasterTableView.EditMode="Batch" causes the td content to be wrapped in a div element.
This in turn has effect on the font-size.
MasterTableView.EditMode="Batch": <td><div> A </div></td>
MasterTableView.EditMode="InLine": <td>A</td>
Is this as it should be?
1 Answer, 1 is accepted
0
Maria Ilieva
Telerik team
answered on 30 Jan 2014, 09:40 AM
Hello Morten,
You are correct that the Batch edit mode force and additional <div></div> to wrap the <td></td> content, however this does not modify the content's font-size. See the video below which presents my tests and shows that no matter if the content is in or out of the <div> the font-size is the same:
http://screencast.com/t/GgJTD8nvHX07
Regards,
Maria Ilieva
Telerik
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 UI for ASP.NET AJAX, subscribe to the blog feed now.