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
40
Change Filtering Option from Local to remote based on record count
posted

Hi,

I want to change the filtering mode from local to remote based on the total number of records using jquery.

eg: If I have 10000 records then it should be 'remote' otherwise it should be 'local'

If I try to change the setting during rendering time by using

$("#grid").igGridFiltering("option", "type", "remote");


it throws error as like below

"Unhandled exception at line 215, column 10752 in http://localhost:62273/igniteui/js/infragistics.lob.js

0x800a139e - JavaScript runtime error: Changing the following option after the igGrid has been created is not supported: type"

Please help me to resolve this.

Parents Reply Children
No Data