The solution works fine but I had some problems with it.
I was convinced that PropertyName = FieldName.
This information I found in an example given: FilterDescriptor - implements filtering property (field) name. <- column1.FieldName?
For this reason, when an earlier attempt to use this approach has not got any results.
It turns out that the PropertyName = Name of column.
// not this
column1.FieldName = "sqlcol1";
//or this
column1.HeaderText = "header test";
//but this one
column1.Name = "column1";
I think PropertyName is a little confusing, at least for me.
0
Accepted
Anton
Telerik team
answered on 25 Jun 2013, 10:20 AM
Hi Dominik,
Thank you for writing back.
We highly appreciate your feedback and we will consider it in a future version.
Should you have any other questions, I will be glad to assist you.