Hai Peter,
I am working on a project which contains a dynamic grid.The grid has two polls,one for real time data and the other for Exceptions.
There are some problems I face in this grid view.They are,
1. All the rows and cells are not updated at a time with real time data and exceptions.Only the rows and cells in our current view point are updated.Is there any setting to update all rows and cells at a time.I use ‘setvalue’ method to put data in a cell.
2. while scrolling,the table struck for a moment,if its updating data.
3. I can’t use your jqxtooltip,when i try to provide my own custom tooltip,it doesn’t work.
4. Is there any way to disable the jqxscrollbar that comes default with the jqxgrid.
5. mousehover binding is not possible.
6. The value ‘0’ appears sometimes.
7. Is there any way that i can get a table instead of a grid,Still having the re size,reorder,show hide functionality?
Please help me