How can i read itens from a datagrid using Javascript?
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Hi dudes, i have a datagrid with checkbox, and i must read all the itens from it and put in a textbox using javascript...does anybody know how to do that? Tks!!! Rogerio Meneghelo Apezzatto
-
Hi dudes, i have a datagrid with checkbox, and i must read all the itens from it and put in a textbox using javascript...does anybody know how to do that? Tks!!! Rogerio Meneghelo Apezzatto
try to view the source of the HTML page, this will give you a clue on what the ID of the checkBox inside the GRID is. Then
document.all.
will do the trick "He that is good with a hammer tends to think everything is a nail."
- Abraham Maslow