Set prop of element an datagrid rows
Posted: Wed Jul 13, 2011 8:58 am
Hi there,
I hit a brick wall with this.
I have a datagrid form, with a button(deleteButton) on the row template that it initially set to in-visible in the row template.
Now i have two test buttons on the card outside of the datagrid... "showdelete", "hidedelete"
This apparently on the face of it only shows or hides the button in the first row.
How to i ensure all rows are targeted from an external button..?
I hit a brick wall with this.
I have a datagrid form, with a button(deleteButton) on the row template that it initially set to in-visible in the row template.
Now i have two test buttons on the card outside of the datagrid... "showdelete", "hidedelete"
Code: Select all
on mouseUp
set the visible of button "showdelete" to true
end mouseUp
Code: Select all
on mouseUp
set the visible of button "showdelete" to false
end mouseUp
How to i ensure all rows are targeted from an external button..?