I have a RadGrid and I am pulling several columns. In one of the columns, it displays a checkbox. True for checked and false for unchecked. Is there a way to display yes for checked or true as opposed to a checked box? Thanks!
One suggestion is by placing Label inside GridTemplateColumn and set the Label Text according to the column value. (I guess you have not set the the AutoGeneratedColumn property to True).