or
gvSpecialInst.AutoScroll = True
gvSpecialInst.Rows(5).IsSelected = TruegvSpecialInst.Rows(5).IsCurrent = TruegvSpecialInst.TableElement.ScrollToRow(gvSpecialInst.Rows(5))bindingSource.DataSource = tmrC.ViewableData;Hi Team,
I want design the grid as per the attached screenshot. The infragistics grid have grid column show vertically. Please give any samples for this.
Thanks & Regards
Suresh

// Attaching the datasourceradGridView2.DataSource = _activeBatch.LigdagenKlinischGefactureerds.OrderBy(c => c.RowNumber);// Expression column definition:GridViewTextBoxColumn b = new GridViewTextBoxColumn("B") { HeaderText = "B", EnableExpressionEditor = true, Expression = @"IIF(ISNULL(PreviousNo,"""")<>No,""nieuw"",null)" };