Hi, from Bogota, Colombia.
My question is about input masks, and how to apply it in a column.
I have a RadGrid with some columns, numeric and character, but numbers are hold in database as varchar (SQL Server).
I want t know, if are there any validation that i can apply to a column data (GridBoundColumn) in order that it validate that "numeric" columns accept only numbers (0-9) and the character columns accept only characters. For example, the character column must accept "John Paul II" or "Benedict XVI", must not accept "John Paul 2" or "Benedict 16" . A similar way for "numeric" columns.
Thanks in advance, and please forgive mistakes. English is not my native languaje.
CARLOS ALBERTO CASTILLO
Software Developer
Bogota, Colombia.
My question is about input masks, and how to apply it in a column.
I have a RadGrid with some columns, numeric and character, but numbers are hold in database as varchar (SQL Server).
I want t know, if are there any validation that i can apply to a column data (GridBoundColumn) in order that it validate that "numeric" columns accept only numbers (0-9) and the character columns accept only characters. For example, the character column must accept "John Paul II" or "Benedict XVI", must not accept "John Paul 2" or "Benedict 16" . A similar way for "numeric" columns.
Thanks in advance, and please forgive mistakes. English is not my native languaje.
CARLOS ALBERTO CASTILLO
Software Developer
Bogota, Colombia.