Hi,
We've encountered a few possible problems in FlyGrid. We would like you to tell us whether the following cases are really bugs or maybe we did something wrong...
1) After setting a node's hidden property we get an error thrown.
2) Try loading data to the grid, then empty it and reload another grid (with other columns). Then change the columns order (using the mouse...). At this point we frequently get an error thrown (something about "out of range" index.
3) After loading data to the grid, then empty it and reload some other data (with the same grid structure this time) - on many cases the grid will not refresh (even though we used begin/end update & used the refresh method & used the invalidate method ).
The only thing that helps is to apply sort to the grid (even by code).
4) The same as above, only the we make some nodes hidden/visible in a treeview column (and catching the errors thrown). The tree won't refresh, the only thing that helps is expanding some node.
5) When setting a node to a be read only - if it has a boolean column it remains enabled.
And speaking of the read only property, we would like to ask whether it is possible to set only a single cell within a node to be read only (not the entire row and not the entire column).
6) When we display a node on the tree that has numbers and letters - their order is reversed. For example - "111 - First" will appear "First - 111" in the tree column.
10x.