BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
//When SelectionMode = SelectionMode.Single, Select an item from code based on its RowIndex. this.SfGrid.SelectedIndex = 4;
// When SelectionMode = SelectionMode.Single, Select an item in SfDataGrid which matches the search item this.SfGrid.SelectedItem = viewModel.OrdersInfo[4];
//Select items in SfDataGrid from code when selection mode is multiple |