Do we have any inbuilt function to check if the key entered in XamWebGrid are numeric?
How can I use the key_down event of xxamwebgrid to accomplish this.
The columns used in the Grid are template columns ..I cannot use textcolumn.Formatstring function.
The Char struct has a static method which will return true if a given char is a numeric character
Char.IsNumeric()
http://msdn.microsoft.com/en-us/library/system.char.isnumber.aspx
Thanks.
But we do not have an option to cancel if we do not want to acept the character in keydown event.
Any other possibilities?