Rank: Member Groups: Member
Joined: 9/22/2009 Posts: 24
|
Hi,
How to restrict user to enter only alphabets in a 'TextBoxColumn' . or How to add a regular expression to a "TextboxColumn".
Thanx In Advance, Kumar.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, You will need to use a CustomColumn to do that. Once you use a CustomColumn, the Grid will provide you an empty cell and you will handle everything else. You can then use DHTML and JavaScript to validate your input. Please see here for more details about how to use custom column: http://doc.essentialobjects.com/library/1/grid/custom_column.aspxThanks!
|