I have a masked radgrid column for a phone number on a bigint column.
The mask appropriately masks the edit form.
It does not mask the data in the standard grid view.
I understand that this is the intended behavior… however I’d like it to mask the displayed data too.
Any ideas?
EDIT: That is to say, as a standard grid item, I’d like to also appear in the mask.
I resolved this by creating two columns in the grid, one being a formatted string and the other not (but only displaying the appropriate one).