Need help with button inside of grid
Posted: Fri Aug 30, 2013 3:09 pm
All,
I've converted a subfile and placed the grid in a tab panel. Then I added a new column with visual designer and placed a button in it called Button1. Button1 response property is bound to indicator field: indGoChart and onclick event property = pui.click();. The onrowclick event for the grid calls an external javascript function that toggles a checkbox in the first column on our grid.
I would like to allow the user to click on Button1 without triggering the onrowclick event of the grid.
It seems to me that the grid's onrowclick event could be conditioned based on cursor column value, but I was unable make that work.
Any help is greatly appreciated.
Thanks,
Donnie
I've converted a subfile and placed the grid in a tab panel. Then I added a new column with visual designer and placed a button in it called Button1. Button1 response property is bound to indicator field: indGoChart and onclick event property = pui.click();. The onrowclick event for the grid calls an external javascript function that toggles a checkbox in the first column on our grid.
I would like to allow the user to click on Button1 without triggering the onrowclick event of the grid.
It seems to me that the grid's onrowclick event could be conditioned based on cursor column value, but I was unable make that work.
Any help is greatly appreciated.
Thanks,
Donnie