-
Add RowContextMenuNeeded and CellContextMenuNeeded events like the DataGridView has.
2009-10-28 22:49:55 UTC by JamieGS
-
There is good reasons why TableModel is an interface in Java. Please consider developing XPTable's model in this direction.
2009-10-26 08:47:55 UTC by d_starke
-
1. Add rows to a table so that the vertical scroll bar becomes visible.
2. Use the scroll bar to scroll all the way to the bottom so that the last row is visible.
3. Delete all the rows. The rows have to be deleted one at a time to reproduce this bug e.g.
table1.TableModel.Rows.RemoveAt(i);
4. Add similar number of rows as in Step 1.
5. Use the scroll bar to scroll all the way to the top.
2009-10-12 04:37:12 UTC by sooyoongn
-
This is fixed in SVN revision 171, you can either use SVN to get the latest version or wait for the next version.
2009-10-03 09:26:49 UTC by daisydave
-
daisydave committed revision 171 to the XPTable - advanced data grid SVN repository, changing 1 files.
2009-10-03 09:25:36 UTC by daisydave
-
I've managed to replicate what I think you are seeing. Since I've just fixed a scroll bar issue I'll try to sort out this one too.
2009-10-03 07:37:36 UTC by daisydave
-
daisydave committed revision 170 to the XPTable - advanced data grid SVN repository, changing 1 files.
2009-10-02 20:53:39 UTC by daisydave
-
daisydave committed revision 169 to the XPTable - advanced data grid SVN repository, changing 3 files.
2009-10-02 20:23:40 UTC by daisydave
-
adarmus committed revision 168 to the XPTable - advanced data grid SVN repository, changing 1 files.
2009-09-23 17:08:07 UTC by adarmus
-
In this example the first four rows are set to enabled=false. If I do not disable these rows the problem goes away, so it appears to be an issue with the fact that the rows are disabled. This behavior seems incorrect to me though.
2009-09-02 23:00:28 UTC by lordicarus