This is a migrated thread and some comments may be shown as answers.

EditMode="Batch" wraps td content in div

1 Answer 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Morten
Top achievements
Rank 1
Iron
Iron
Veteran
Morten asked on 27 Jan 2014, 10:49 AM
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

Sort by
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.
Tags
Grid
Asked by
Morten
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Maria Ilieva
Telerik team
Share this question
or