This is a migrated thread and some comments may be shown as answers.

[Solved] Invalid Template Error

1 Answer 99 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Oliver
Top achievements
Rank 1
Oliver asked on 09 Oct 2014, 05:46 AM
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.

// 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

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimiter Madjarov
Telerik team
answered on 09 Oct 2014, 07:58 AM
Hello Oliver,


Please excuse us for this inconvenience. There was an issue in Q2 2014 SP1 release with filterable Grids in detail template, that we found shortly after it was live. The bug is already fixed, so I would suggest updating to the new SP2 release.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Oliver
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or