Rank: Member Groups: Member
Joined: 1/10/2011 Posts: 12
|
hello,
i m a registered user of EO. i wqant to know how do i go about for EO Grid column validation for only numeric entries? it's urgent. any help would be highly appreciated.
-Manjiri
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
The easiest way is to use a MaskedEditColumn to do that. You can also use a simple TextBoxColumn, but handles the GridColumn's ClientSideEndEdit event to validate the cell contents with JavaScript.
Thanks
|