This is a migrated thread and some comments may be shown as answers.

Applying new Currentcell value in CurrentCellValidating event

0 Answers 75 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Subash
Top achievements
Rank 1
Subash asked on 04 Mar 2013, 12:06 PM
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

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Subash
Top achievements
Rank 1
Share this question
or