Retrieving Data Grid Cell Value Using Javascript
Hi
I need a solution for this issue I am facing.
I have a datagrid on a webform with 4 columns. First two columns are bound column type [Direct cells with data] and two other columns are template columns [text boxes for user input]. Lets say first cell has Item Quantity Present and Second column has rate for each item.
Once the user enters the quantity in the first text box of the datagrid and hits the tab key on the keyboard, depending on the number of quantity, it should calculate amount [amount = qty x rate] and populate it into the next textbox present.
I need a javascript code or function for this. [i dont want server side code as I have some constraints with the post back]
Please help me with this.
At this moment, I just need to retrieve the cell value from the datagrid for each row selected.
[u]</u>[u]</u>[u]</u>
Best Regards
Sathya
Dreams Unlimited
|