Hi,
I have to prevent users from selecting more than one row in a grid. Is there any property to do this? Thanks!
Tom
private void ultraGrid1_InitializeLayout(object sender, Infragistics.Win.UltraWinGrid.InitializeLayoutEventArgs e) { e.Layout.Override.SelectTypeRow = SelectType.Single; }