Click here to Skip to main content
15,920,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I can't able to get the grid childnodes[1]'s value in the javascript at the same time 'm getting the childnodes[0]'s value. Help me to fix this.

sample
C#
status = grdid.rows(eval(currow) + 1).cells(1).childNodes[0];
     itemcode = grdid.rows(eval(currow) + 1).cells(1).childNodes[1];
Posted
Updated 23-Mar-12 19:43pm
v2
Comments
[no name] 24-Mar-12 22:03pm    
What is the problem? Is it not valid? You have to give more information if you expect help.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900