I have dataGrid list with Column A, value of Column could be '1' or '2'.
I have two edit pages Page1 and Page2 which opening should depend on value in the ColumnA.
How It looks selected row Event to support the conditional selection of these pages ?
I have dataGrid list with Column A, value of Column could be '1' or '2'.
I have two edit pages Page1 and Page2 which opening should depend on value in the ColumnA.
How It looks selected row Event to support the conditional selection of these pages ?
Hi @pabis,
You need to use the Condition property of the Open Dialog action e.g. ${data.Column == 1} and ${data.Column == 2}
Thx. Work OK 
After modify of it to blazor