This question is locked. New answers and comments are not allowed.
I am trying to use the MVC grid client API for filtering. However, i cannot seem to get working quire right.
grid.filter(startswith('Name', 'iCMP'));
The following line of code returns javascript error object expected. Please can you let me know what the correct syntax is?