This question is locked. New answers and comments are not allowed.
Hello,
I am using telerik grid and say i have a column displaying the full name
When i filter this, and check the filter descriptor object, the member property is having the value "Name" as expected.
Suppose i want to change this value to "FullName" and let it sort by the FullName( and not name), how can i achieve this from the client side,i.e while i'm declaring the columns.
Hope i've made my question understandable.If this topic already exist kindly let me know the link , before removing this thread.
Thanks,
Brian
I am using telerik grid and say i have a column displaying the full name
.Columns(columns =>columns.Bound(s => s.FullName).Title("Name").Filterable();
})When i filter this, and check the filter descriptor object, the member property is having the value "Name" as expected.
Suppose i want to change this value to "FullName" and let it sort by the FullName( and not name), how can i achieve this from the client side,i.e while i'm declaring the columns.
Hope i've made my question understandable.If this topic already exist kindly let me know the link , before removing this thread.
Thanks,
Brian