This question is locked. New answers and comments are not allowed.
Hi,
gridViewDataColumn.DataFormatString. = "{0:(###) ###-####}";
Int64.Parse("6909186699"); Displays as (690) 918-6699
Int64.Parse("69091866990"); Displays as (6909) 186-6990
How can I prevent the user from entering the 11th digit? Do I need to handle it in the RadGridView1.CellValidating event?
Thanks
Rich
gridViewDataColumn.DataFormatString. = "{0:(###) ###-####}";
Int64.Parse("6909186699"); Displays as (690) 918-6699
Int64.Parse("69091866990"); Displays as (6909) 186-6990
How can I prevent the user from entering the 11th digit? Do I need to handle it in the RadGridView1.CellValidating event?
Thanks
Rich