- Open the demo sample.
- Set the columns to empty array
- Set a filtering expression to the grid.
This is kind of important because this issue reproduces in the new angular wrapper. For some reason, the columns are initialized after the filtering expression is set. Thus, in Angular an error is thrown even with declared columns in the template. Note that the initial sorting works fine.