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

RadGrid W3C validation error

1 Answer 16 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Neven
Top achievements
Rank 1
Neven asked on 10 Nov 2016, 10:27 PM

We have seen validation errors (we used W3C validator at https://validator.w3.org/) that are related to colspan being set to number that is less than the number of col elements defined in colgroup. Example:

<colgroup>
<col />
<col />
<col />
<col />
<col style="display:none;" />
</colgroup>
<thead>
<tr class="rgPager">
<td colspan="4">

We have seen these errors in your RadGrid demo source too (http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx)

When can we expect this issue to be resolved?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Milena
Telerik team
answered on 15 Nov 2016, 03:39 PM
Hello Neven,

We are aware of this issue, however the current implementation of grid does not allow to fix it, because such change will introduce visual glitches to the control. 

Please excuse us for any inconvenience caused.

Regards,
Milena
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Ajax
Asked by
Neven
Top achievements
Rank 1
Answers by
Milena
Telerik team
Share this question
or