Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Using filtering when bound to HTML table
posted

I generate data for the grid using an HTML table to make sure search engines can see it.

My problem is that I cannot get filtering to work properly when I am setting autoGenerateColumns to false. Typing in the filtering fields does nothing (it doesn't filter the data, and just displays number of results at the end, which is always the same: the number of rows in the table). Filtering using the API gives the error "this._field is null" inside infragistics.ui.editors.js.

With autoGenerateColumns set to true, it works. I need to specify the columns myself however, since I am using column templates.