Hi,
We discovered a problem with grid columns where the “datatfield” name for the column corresponds to a JAVASCRIPT internal function name. Apparently jqxGrid thinks that the column already exists and complains about a duplicate column.
The following fiddle demonstrates the issue by attempting to create a column named “filter”:
http://jsfiddle.net/_stephan_/uHcF7/
Running the fiddle will not produce a grid. Instead you will find this error in the JAVASCRIPT console: “Error: jqxGrid: Invalid column ‘datafield’ setting. jqxGrid’s columns should be initialized with unique data fields'”
We stumbled across this problem because we auto-genrate a jqxGrid out of a database table and some of our database tables have columns named “filter”.
Regards,
Stephan