I am writing a bit of client side code to move data from one Infragistics UltraWebGrid to another. To do this I have given the user a button on each row of the main table. If they click the button in a row the contents of the id and descrition columns should be inserted into the destination grid. This all should have been real simple. Except my javascript did not work. Here is my original code: function OnClickCellButton(gridName, itemName) { var row = igtbl_getRowById(itemName); if (row != null) ......
Scott Watermasysk just posted up for a dev dinner this Wednesday night. If you are around stop by the Harvestmoon around 6:30PM.
--chaz