I'm trying to determine how to write some code behind (VB) that will handle a Button click event from a GridViewColumn that has a Button as it's content (via CellTemplate).
I have a RadGridView (currently bound to some SampleData created via Blend 4, XAML/XSD) and one of the columns is defined as a GridViewColumn with CellTempate = {StaticResource MiniDeleteButton} which is just a small red button. The intent is for the user to click the red button on their row of choice and that row gets deleted (with a confirmation "are you sure" message).
Can someone point me in a direction where I can figure how to achieve this.
Thanks, Rob.
I have a RadGridView (currently bound to some SampleData created via Blend 4, XAML/XSD) and one of the columns is defined as a GridViewColumn with CellTempate = {StaticResource MiniDeleteButton} which is just a small red button. The intent is for the user to click the red button on their row of choice and that row gets deleted (with a confirmation "are you sure" message).
Can someone point me in a direction where I can figure how to achieve this.
Thanks, Rob.