I add a new line to a class in my data grid using
Code: Select all
dispatch "AddLine" to group "Class" with theRowData, theDataColumns, theLineNo
It shows up in my data grid table and I can select it in the table but it can not look it up by the index. (It does not find it)
I added the following line after adding it:
Code: Select all
dispatch "ResetList" to group "Class"
but it makes no difference. After I change classes and return to that class, my added record is gone.
Am I missing doing something or not resetting the indices?