sfwalter
8 Apr 2007, 4:39 AM
I have noticed a couple issued with getModifiedRecords():
1. getModifiedRecords() is not working for property grids. I have a propertygrid with data in it and then I make a change to one of the values. Calling propertyGrid.getDataSource().getModifiedRecords().length always returns 0
2. On a regular editable grid getModifiedRecords() works for existing data. But if you add any rows with something like: ds.insert() getModifiedRecords() is not updated with the new row.
Has anyone else notice these issues or am I just crazy?
Thanks in advance. Scott.
1. getModifiedRecords() is not working for property grids. I have a propertygrid with data in it and then I make a change to one of the values. Calling propertyGrid.getDataSource().getModifiedRecords().length always returns 0
2. On a regular editable grid getModifiedRecords() works for existing data. But if you add any rows with something like: ds.insert() getModifiedRecords() is not updated with the new row.
Has anyone else notice these issues or am I just crazy?
Thanks in advance. Scott.