What I am looking is to create different type of columns say if I want AlfaNumeric column I will apply [A-Z][0-9], non-zero column [1-9], OnlyAlfa [a-z][A-Z] and so on.
Rgds
Alfa
0
Pavel Pavlov
Telerik team
answered on 17 Dec 2009, 10:49 AM
Hi Alfa,
RadGridView does not supprot such usage of regular expressiions internally. However it provides the
GridViewMaskedTextBoxColumn. This is a column type that provides a MaskedTextBox as an editor.
It has the Mask and MaskType properties which allow implementing scenarios as yours.
More info on how to set these properties may be found here.