After adding a new row and successfully saving it to the database, if I iterate through the grid rows and try to get the count of rows meeting specific criteria, I dont see the new row added reflected in the count.The code I am using for the update -this.dgReqExceptions.PerformAction(UltraGridAction.ExitEditMode);this.dgReqExceptions.UpdateData();iResultREDT = this._InsReqExceptions_DAL.UpdateDB(_InsReqExceptionsDS, _InsReqExceptionsDS.Tables[0].TableName);
When I close thr form and reopen it, I do see the counts reflecting the new row added.
Any help is appreciated.
No action needed on this post.It was a database related issue.