Hi,
How to change the FilterDescriptor.member name in the view ?
In the above sample, the filter will set the Member to "Name", because this is the name of the property bound to the column.
What if I want to change the member name, is that possible ??
Thanks.
How to change the FilterDescriptor.member name in the view ?
columns.Bound(e => e.Name).Filterable(true);
In the above sample, the filter will set the Member to "Name", because this is the name of the property bound to the column.
What if I want to change the member name, is that possible ??
Thanks.