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

GridTableView W3C errors

3 Answers 39 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Neven
Top achievements
Rank 1
Neven asked on 25 Oct 2016, 05:59 PM

Hi,

Today I have used HTML validator (https://validator.w3.org/) to check if I have any errors and found that there is summary attribute rendered inside of a table element which, according to the validator, is obsolete and instead of summary attribute, caption element should be used. Tried fixing this myself and found that however I set up GridTableView it always renders that summary attribute - internally summary attribute is always rendered. I would like to know how to solve that issue if it is possible to do so now or, if not, I would like to report it as an issue. (We are using Version 2016.2.607.45 of Telerik.Web.UI - Telerik UI for ASP.NET AJAX)

Thank you for your help.

3 Answers, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 28 Oct 2016, 01:12 PM
Hi Neven,

Would you set the RenderMode for the components to Lightweight. This mode is using semantic HTML and CSS3. Moreover, with this mode you can easily customize the appearance of the components.

For additional information on the different RenderModes please examine the following article.



Regards,
Viktor Tachev
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
0
Neven
Top achievements
Rank 1
answered on 02 Nov 2016, 05:33 PM
Tried finding RenderMode and could not find. Afterwards I saw on one of your pages that there RenderMode does not exist for GridTableView (here is the link http://docs.telerik.com/devtools/aspnet-ajax/mobile-support/render-modes). Is there any other way to fix this?
Thank you.
0
Viktor Tachev
Telerik team
answered on 07 Nov 2016, 10:17 AM
Hello Neven,

In order to activate the Lightweight RenderMode for the controls you need to add the following code to the web.config file.


<appSettings>
    <add key="Telerik.Web.UI.RenderMode" value="lightweight" />
</appSettings>


In case you do not see Lightweight mode as an option please upgrade the controls to the latest version. The current release of the controls is 2016.3.1027.


Regards,
Viktor Tachev
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
Tags
Ajax
Asked by
Neven
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Neven
Top achievements
Rank 1
Share this question
or