Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1059
Cell Leave Event
posted

Does ultragrid have something similar to CellLeaveEvent in datagrid?

my task to take in the value that the user inputs and format it accordingly.  For example:

if a user inputs 1500000, i want to retrieve this value and format to 1,500,000 and reinsert it back onto the cell. I have tried CellUpdate and CellChange but it doesn't seem to work the way i wanted.

Thanks

Joe