on 2009 Feb 24 12:58 PM
Hi,
How can i retrieve values in iGrid when multiple rows are selected?
Thanks in advance
Regards,
Murali
Request clarification before answering.
Murali,
Make sure your grid has the "Allow Multiple Selection" parameter turned on. Using JavaScript , you would need to getSelectedRowCount. It will be used as the limit in a for loop. You will also use these lines... myGrid.getCellValue(myGrid.getSelectedRowAt(intCount,2)); My example is used for a button click calling the function and then alerting a few values in the selected rows. You will need to do some research once you get the values. The Script Assistant and the Help will guide you through the different methods you can use. Good luck.
Regards,
Kevin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.