Skip to content

Access checked rows in details editor from master dialog and save #7303

Answered by minhhungit
rhemasystems asked this question in Help
Discussion options

You must be logged in to vote

@rhemasystems To achieve this, I guess you can get selected rows from this property this.from.YourDetailGridField (I don't remember exact the sub-method you can use). Next, you can customize the save entity by overriding the getSaveEntity() method:

protected getSaveEntity(): TItem {

Once all the necessary information is prepared and sent to the server-side, you can implement your desired logic in the Save Handler to handle the data as needed.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@minhhungit
Comment options

Answer selected by rhemasystems
@rhemasystems
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants