Does the telerik ajax grid support setting a column DataField to a C# extension?
Right now it doesnt error, but it is not returning the value in the grid.
I am not sure if I fully understand what your scenario is, but there should be no problem using extension methods. In attempt to test this functionality I created an extension method for the GridDataItem, which returns string value.
Here is the code snippet showing what I have done: