column2: edittype:select, list of pricing schemes for that selected product
On selecting the first cell with list of products, the options in list of pricing schemes meeds to be adjusted automatically via an ajax call to the server that passes ni the select product as parm and get the schemes for it. I was thinking of custom building it but seems to be a catch 22 since you can do a cell edit but cannot do setColProp for the second column or some other method as the second column is active. On selectRow it also has issues with this it seems. Will be great to have surl for this kind of scenario.