How to open one page of two depend on value in column of selected row from dataGrid element

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 :+1:
After modify of it to blazor