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
180
Infragistics.WebUI.UltraWebGrid - UpdateCell
posted
I have a grid on client side, the user to click on a cell, reformat the internal value by seeing more digits.
Should manage the server, checks the cells through UpdateCell. I have to do it server side as I need data and complicated controls that do not know the client side.
I would make the server-side event is not triggered when the client side, the function BeforeEnterEditMode and AfterExitEditMode format the numbers in the cell.
Is there a way to do this? Thanks