Hello,
I am using .NET DataView to generate a table and initialize it. Then I have couple of controls for filtering. I use DataView.RowFilter that gives me correct data. However, when I try to refresh it, I got an error that it cannot initialize.
I found the solutions to that problem (I am not sure if this is causing me trouble) I added "destroy": true while initializing.
Now that error message goes away. However, I get the last row duplicated the number of times I filter the records.
Any help is much appreciated.
Thanks,
Ankur