When I bind a .NET DataTable object to the Flygrid, everything shows up fine. However, if I add a row to the DataTable, then it will display that row at the bottom without fully drawing the borders around the cells. Also, it will not allow me to select that row immediately. If I refresh the grid somehow -- by sorting or resizing a column for example -- then it redraws correctly and allows selection.
A little twist...if the grid is sorted, and the new row does not fall at the bottom, then whichever row ends up at the bottom exhibits the same behavior. If multiple rows are added, then all rows that fall below the lowest row from the last refresh will also behave similarly.
Am I missing a refresh somewhere? I would think that if the table is databound, then it would refresh the row automatically...