A
Anthony
I am defining the datagridtable style for a grid
....
Dim coursekeycol As New DataGridTextBoxColumn
coursekeycol.MappingName = COURSEKEYCOLNAME
coursekeycol.HeaderText = ""
coursekeycol.Width = COURSEKEYCOLWIDTH
....
I am wondering, how to I set the cells so that the user
can only put a maximum of x characters, like the maxlength
in a text box??
thanks,
A..
....
Dim coursekeycol As New DataGridTextBoxColumn
coursekeycol.MappingName = COURSEKEYCOLNAME
coursekeycol.HeaderText = ""
coursekeycol.Width = COURSEKEYCOLWIDTH
....
I am wondering, how to I set the cells so that the user
can only put a maximum of x characters, like the maxlength
in a text box??
thanks,
A..