While adding a new record the application gives the error "control@RowNoteEmpty" but data is getting saved into the database and after saving and refreshing the screen the error is get resolved. Please refer to the screenshot for the same.
Any help would be really appreciated!!
It seems like the reason behind this could be the Files and Notes controls of the grid. So, would suggest and try setting FilesIndicator="false" NoteIndicator="false"
properties of the corresponding PXGrid
in the corresponding ASPX page.