BoldDeskBoldDesk is now live on Product Hunt with a special offer: 50% off all plans. Let's grow together! Support us.
private bool inEvent = false; private void gridDataBoundGrid1_TopRowChanging(object sender, GridRowColIndexChangingEventArgs e) { if(!inEvent) { inEvent = true; this.gridDataBoundGrid1.TopRowIndex = ???; inEvent = false; } }