Hi Experts,
I am creating an WPF an application in that i am using RadGridView. Here i need to add "%" symbol with all the cell values once they are edited, so i have handled the CurrentcellValidating event and tried to update the value by using the following code.
e.Cell.Value= e.Cell.Value + "%";
Please help me anybody.
Thanks in advance,
Ramesh
I am creating an WPF an application in that i am using RadGridView. Here i need to add "%" symbol with all the cell values once they are edited, so i have handled the CurrentcellValidating event and tried to update the value by using the following code.
e.Cell.Value= e.Cell.Value + "%";
Please help me anybody.
Thanks in advance,
Ramesh