Posted Monday, June 29, 2009 @ 11:46:19
Here is what I am trying to do.
The Grid has a connection to a database.
I have setup the "SelectSQL" Statament.
I refresh the grid.
If the grid row count equals 0 then I am using the insert(Vector) function to add new rows.
My problem is that I do not see the newly added row in the grid.
Why am I doing this?
If there is records returned by the "SelectSql" statement, then I allow the user to update the records , and I do a bulk update once the user click on a save button.
If there is no records returned by the "SelectSql" statement, then I insert new rows based on default setting that are not stored in the database, and when the user clicks on the save button I do a bulk insert.