Hi,
I am using a hyperlink button in the first column of RadGridView for deleting the row.
But this is throwing error - "Failed to create a 'System.Windows.Input.ICommand' from the text 'telerikGrid:RadGridViewCommands.Delete'. " This worked fine when I took Telerik:RadButton instead of HyperlinkButton.
Please let me know how I can use Hyperlink with RadGridViewCommands.Delete.
Thanks.
I am using a hyperlink button in the first column of RadGridView for deleting the row.
<HyperlinkButton Content="Delete" Command="telerikGrid:RadGridViewCommands.Delete" CommandParameter="{Binding ElementName=CasesDiscountGrid}" />
But this is throwing error - "Failed to create a 'System.Windows.Input.ICommand' from the text 'telerikGrid:RadGridViewCommands.Delete'. " This worked fine when I took Telerik:RadButton instead of HyperlinkButton.
Please let me know how I can use Hyperlink with RadGridViewCommands.Delete.
Thanks.