@RkHirpara: Thankyou for the reply.
I tested your current code and I found that 2nd issue still persist.
1st issue got resolved i.e., remove comma before decimal.
But 2nd one:
After applying your javascript in current code, When user enters "Amount" in Textbox, it shows Output as:
123,456,562
But again when user clicks on same Textbox to add more numbers to above output, numbers starts removing (on pressing any number) which looks very weired.
i.e.,
After mouse out, when again I try to insert "Amount" in textbox, then previous key-in numbers start deleting.
Example: If perviously I entered: 123,45.00
Again after mouse out, I try to add "734" to the above number:
I get output: 123,734.00
desired Output should be: 123,457,34.00
Please reply how to make it work.
Thanks in advance