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
1020
formatted value in the ultragrid cell.
posted

Dear Friends,
I have an ultragrid cell where I want the user to enter -ve values.
My data grid is bound to a data source. When the user enters a -ve
value I want it to be displayed it as a value surrounded by brackets.
(i.e -67 should be displayed as (67). However the value in the datasource should be stored as -67).
So, the brackets are used only for showing it to the user.
Please help.
Sid.