custom attributes v2

G

Guest

As far as I can see there is no way to add any attribute to an object it has
to be one that is part of the control collection.
In a datagrid I would like to be able to give each row a unique id
(id="tr"+count)

For instance in javascript you can do this:
var myTD = document.createElement("tr");
myTD.setAttribute("id","td"+count);

Does anyone know if anything like this is available in v2 or even is
available and its something i have missed.
 
G

Guest

But can you do this if it is a DataGrid collection?

Basically I want to be able to ad an id to the TD tag.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top