Hi,
I have a RadGrid which is bound to a datasource. In one column it might happen that
the item's name is an empty string. In this case I want to display "No name" instead of
nothing.
I tried to do this using the OnItemDataBound handler but I don't know how to access
the Item's text. How can I do this?
Best regards,
Robert