Help with GridCtrl bounds checking
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
For those who have had experience with using the GridCtrl control, I was wondering if you knew how to incorporate bounds checking for individual cells into an app that used GridCtrl. Any suggestions would be appreciated! Thanks!
What sort of bounds checking are you referring to?
-
What sort of bounds checking are you referring to?
I am referring to the case where a user will enter a value/string into a cell and the program will check to make sure that the value/string is an appropriate entry. if not, a windows message box would pop up letting the user know the entry was innapropriate and the string would be reset. If anyone can help, please do! Thanks!