Mater/Detail how get selected row id when checked radio button #5723
Unanswered
hosnabigdeli
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
i have a master detail form and in detail i have several radio button and i want save id row selected. and pass this id to master
Editor.ts
` public radRowSelection: Serenity.GridRadioSelectionMixin;
protected createToolbarExtensions() {
super.createToolbarExtensions();
if (this.changeSelect2) {
`
Beta Was this translation helpful? Give feedback.
All reactions