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

Client Side Validation After Exiting Each Cell

2 Answers 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Anthony
Top achievements
Rank 1
Anthony asked on 14 Sep 2012, 08:21 PM
I have a spreadsheet-type grid using GridBoundColumn and InPlace edit and I want to do a client-side numeric validation after the user exits each cell. I am not able to use a GridNumericColumn because of issues described here. Is there some kind of OnCellExit event that I can use? Thanks.

2 Answers, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 15 Sep 2012, 04:55 PM
0
Anthony
Top achievements
Rank 1
answered on 17 Sep 2012, 04:40 PM
Thank you for the examples. Based on the examples, I take it that I will have to validate by row and iterate through the cells and that it's not possible/optimal to perform validation after each cell update.
Tags
Grid
Asked by
Anthony
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Anthony
Top achievements
Rank 1
Share this question
or