I am binding a datatable having a column with values like www.google.com,www.google.c开发者_运维问答om. But I like to render only one www.google.com in RADGrid.How can I achieve it with data format string?
I think you have to write your own custom FormatProvider to do something like this.
This is a simple example:
http://www.csharp-examples.net/custom-iformatprovider/
精彩评论