I have a gridView the data is coming from a datasource.
How can i add a button to a gridviewitem datatemplate and add a click event handler to the button?
I have a gridView the data is coming from a datasource.
How can i add a button to a gridviewitem datatemplate and add a click event handler to the button?
An alternative way is to not actually use a Button at all and simply setting IsItemClickEnabled to true and using the ItemClick event.