This question is locked. New answers and comments are not allowed.
Hi Guys
I have a spreadsheet type application and i need to dynamically add items to the spreadsheet. I am using the CurrencyBox control to capture the amounts.
To add a row I use javascript to clone the first row, then I insert it after the last position in the rows collection and finally reset all the values to their defaules (ie 0.00).
This works fine, but there seems to be some kind of binding set up on the currency box as the value I capture into the newly created row gets bound to the value of the row from which it was cloned. This is also messing up my totalling functions as you can well imagine.
Do you guys have any advice for me on how I can maybe re-bind all the javascript event bindings on the currencyboxes after I have created the new row?
Any help would be greatly appreciated
Thanks
Mark
I have a spreadsheet type application and i need to dynamically add items to the spreadsheet. I am using the CurrencyBox control to capture the amounts.
To add a row I use javascript to clone the first row, then I insert it after the last position in the rows collection and finally reset all the values to their defaules (ie 0.00).
This works fine, but there seems to be some kind of binding set up on the currency box as the value I capture into the newly created row gets bound to the value of the row from which it was cloned. This is also messing up my totalling functions as you can well imagine.
Do you guys have any advice for me on how I can maybe re-bind all the javascript event bindings on the currencyboxes after I have created the new row?
Any help would be greatly appreciated
Thanks
Mark