Hi,
I facing an Issue while using remote side filtering in Ig-grid ,
The Grid is Binded From DataTable to IList in server side and in Client Side i have given Auto generated column = true while binding.
The Code for client side and Server Side is attached with this Post as image.
After Binding Grid and while i try to Filter data in grid the below error occurs.
'No Property or field 'Code' exist in type 'Dictionary''2''
The remote filtering operation is not supported when the grid is bound to DataTable. We have a known issue about it - https://www.igniteui.com/help/iggrid-known-issues#datatable-remote-operations
I'm not sure that's the case though, can you give more details on how you bind the grid to the data.
It would be great if you could provide an isolated sample.
Hi I have Included the additional information as image attached for the above post .