Jump to content

TUnidBGrid RowEditor Confirm and Cancel actions


nickosl50

Recommended Posts

I have a TUniDBGrid in which I wish to edit records on the grid using Roweditor=true property.

 

I would like to ask if I can localize Confirm and Cancel button captions ( appear when I edit a row )  and also if i can disable the appearance of these buttons since I would like to allow the user to make changes in more than one row and have a Post button outside the grid that would apply all changes  to the database in one transaction.

 

 

Thank you very much

 

Link to comment
Share on other sites

... and also if i can disable the appearance of these buttons since I would like to allow the user to make changes in more than one row and have a Post button outside the grid that would apply all changes  to the database in one transaction.

 

I think you can use operations such as commit or rollback...

 

Link to comment
Share on other sites

 

 
I think you can use operations such as commit or rollback...

 

I already have commit and rollback buttons in a toolbar outside the grid. What I would like to do is to make changes in one or more records in the grid without the Commit and Cancel buttons to appear in each row and after editing all the rows that I need to use the commit and rollback buttons of the toolbar in order to save all changes in the database or roll them back.

 

The text in bold describes my problem.

 

Thank you very much.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...