Welcome Guest Search | Active Topics | Sign In | Register

Adding regular expression to a "TextBoxColumn" Options
bskumar
Posted: Friday, October 2, 2009 6:52:34 AM
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.
eo_support
Posted: Friday, October 2, 2009 7:54:12 AM
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.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.