New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.bool isInQueryRowCount = false; private void gridControl1_QueryRowCount(object sender, GridRowColCountEventArgs e) { GridCurrentCell cc = this.gridControl1.CurrentCell; if(cc.RowIndex > rowCount && !isInQueryRowCount) { isInQueryRowCount = true; cc.MoveTo(rowCount, cc.ColIndex); isInQueryRowCount = false; } e.Count = rowCount; e.Handled = true; }