Restricting Open Page option by Default Button on Datagrid to only one Page

1
Hi, I am using following datagrid in my app. When User  single click on any row it triggers open page (Default button)  & shows a Popup page having details of row object in Dataview. I kept Default button as hidden and used single click option for default button.  Issue :- When User by mistake double click on datagrid row. Then it show 2 Popup Pages. Can we restrict number of Popup Page through Default button to only Popup Page even if User Double click on Datagrid row.
asked
1 answers
0

Hi Sushil,

you can disable a button while the action is performed. The setting is called 'Disable during action'. I did not try it myself yet, but it seems promising.

answered