I am using Telerik controls in an ASP.Net application for invoice entry.
I’m looking for the ability to enter multiple amounts in one numeric field and add them together, just like in Quickbooks.
Keystrokes:
=0.12+3.45TAB or ENTER
adds values to 3.57 and jumps to the next field.
Anyone has any ideas?
You have three choices here:
eval().NOTE: Should you choose option #3, exercise extreme caution and do your research first.
eval()can leave your application open to all sorts of nasty code injection.