I have the following error occurring at odd times:
Uncaught Error: jqxGrid: The data is still loading. When the data binding is completed, the Grid raises the 'bindingcomplete' event. Call this function in the 'bindingcomplete' event handler.
This seems to happen when someone types something in the inputbox on the filter row when using Server Side sorting and filtering. It may be the speed in which a user types into the filter row input box. Is there some way to handle the error, such as disabling all input until the data binding is complete?