PDA

Click to See Complete Forum and Search --> : My stupid data grid problem????


diwakar
Nov 17th, 2000, 03:31 AM
When i am editing the row for a grid(i.e. while entering values in the grid) i want to validate it. if i find value to be inapropriate i shall not accept it. hence give the user chance to enter valid data. can u explain this with sample piece of code? that would be helpful!!
Also for a particular column how to fix its length
i.e if column i want to set maxlength=6 character how to do it using data grid.
---thanks MIKEHOST

AdrianH
Nov 17th, 2000, 06:45 AM
Check the VB Help on DataGrid for the ColEdit, BeforeColUpdate and AfterColUpdate events. This is the area where you need to validate user entries.

The help also has sample code for these events.

Adrian.