Hi,
It is possible to update the values from a column from javascript? The idea is to have a image-button in the table header that have a function that would update more values on a time.
If is possible please answer as soon as possible.
Thank you!
Lidia
I'm not sure I know what you mean, but you can loop through and change the values of the cells in a certain column very easily in Javascript. Is that what you are looking for?
Ed
Yes, this is what we are looking for.
Could you give us an example of how to acces the grid , how to iterate and read the values, etc?
The ideea is to open a popup (a div from the same page), where to put some textboxes:
1. Number of rows (ex 10 from 50)
2. Value for the column 1 ( ex 2 --> 10 rows would have on the first column the value 2)
3. etc for the other columns
Lidia.