Button enable disable

0
can we enable or disable a button based on the row selected in the data grid
asked
1 answers
1

Hi Dhivyaa,

Enable/ Disable or Show/Hide? The easier solution is to have another dataview above your datagrid and setting the dataview’s datasource as listen to widget for this grid. So that based on your row selection in the buttons will be enable/disable

If you want to show the buttons only when the row selected then you can add another visibility to your button ‘$currentObject != empty’

 

Thanks!

answered