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

Any chance of eliminating NESTED TABLES in radGrid

1 Answer 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ken Lassesen
Top achievements
Rank 2
Ken Lassesen asked on 07 Apr 2010, 12:25 AM
Running a site through Functional Accessibility Evaluator (http://fae.cita.uiuc.edu/ ) I am failing because of nested tables being generated by Telerik.

<
tr class="rgCommandRow">
<td class="rgCommandCell" colspan="3"><table class="rgCommandTable" border="0" style="width:100%;">
<tr>

Any chance of getting this converted to a <div style="display:table"> in the next version????

Thanks!

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 07 Apr 2010, 12:27 PM
Hello Ken,

You can use a CommandItemTemplate and use HTML markup of your preference (without nested tables).

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/commanditem/defaultcs.aspx

I am afraid we do not plan changes in the RadGrid command item rendering in the near future, especially if some complex or not cross-browser supported styles should be used.

Best wishes,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Ken Lassesen
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or