Hi, thanks for looking at my question.
I am wanting to display numeric data that is retrieved to the RadGrid - GridBoundColumn with dashes inserted. Currently the column shows a 15 digit number, what I want to do is break up the number with dashes related to how we use the number in our system.
I have worked with RadMaskedTextBoxes so I am familiar with setting the mask and the display mask for the inclusion of dashes.
From what I understand I can use GridMaskedColumn, but that will only show the dashes in edit mode. As I am doing no editing, I just want it to display the data in the grid column with the dashes inserted.
Thank you for your time, Dale