Hello,
I have a grid with a nested grid via ClientDetailTemplate. After Update to the latest Version I get a Invalid Template Error in my Grid.
After Removing the above Code the error is gone. How can I configure the filter?
regards
I have a grid with a nested grid via ClientDetailTemplate. After Update to the latest Version I get a Invalid Template Error in my Grid.
// TODO: set default filter operator to [contains].Filterable(filter =>{ filter.Extra(false); filter.Operators(op => { op.ForString(str => str.Clear()); op.ForString(str => { str.Clear().Contains("Contains"); }); });})After Removing the above Code the error is gone. How can I configure the filter?
regards