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.private bool inEvent = false; private void gridDataBoundGrid1_TopRowChanging(object sender, GridRowColIndexChangingEventArgs e) { if(!inEvent) { inEvent = true; this.gridDataBoundGrid1.TopRowIndex = ???; inEvent = false; } }