ID used twice with TTIWDBAdvWebGrid

I'm trying to conform parts of my application to meet Level A of Web Content Accessibility Guidelines 2.0.

I've run into a problem. One of the guidelines states that all IDs within a page should be unique, but I have a TTIWDBAdvWebGrid named Grid1. The HTML generated for Grid1 has two <table> elements, each with ID value of "GRID1_".

Is it possible to overwrite the duplicate IDs such that each <table> element generated has a unique ID?

Hi,


Unfortunately it's currently not supported to overwrite the existing IDs.
I'll investigate if the duplicate ID can be removed in a future version of the TIWDBAdvWebGrid.