Hi please view this project in my temp URL
http://41.139.140.106/purchaselist
When i Multiselect my grid, i get an Error, please Help
Regards.
Ndegwa | Kenya
Hi please view this project in my temp URL
http://41.139.140.106/purchaselist
When i Multiselect my grid, i get an Error, please Help
Regards.
Ndegwa | Kenya
In your onSelectChange event:
pl_PurchaseGrid.attachEvent(“onSelectStateChanged”,function(id)
id - id or a list of id’s (in case of multiselect)
a few lines later:
aantal = pl_PurchaseGrid.cells(id,aantal_index).getValue();
you are trying to get the cell object, where id is the list of ids.
Unfortunately it’s not available. You will have to split the list to get the separate ids of the rows.