Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
for web grid column - Phone formating not working at code behind
posted

For the Web Grid I am trying to Apply formatting to One of the Grid Column for Phone formatting usinf the code behind. 

I am using it at a control level. 

igGrid.Columns.FromKey("phone").Format = "(###) ###-####";

It doesn't seems to be working.

The phone no is a 10 digit number.

It displays number 1234567890 and i want (123) 456-7890

Please advice further .