Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
4715 | May 28,2003 07:11 AM UTC | Jun 2,2003 01:11 PM UTC | WinForms | 6 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_QueryNextCurrentCellPosition(object sender, GridQueryNextCurrentCellPositionEventArgs e) { GridCurrentCell cc = this.gridDataBoundGrid1.CurrentCell; if(cc.Renderer.ControlText == "1" && e.ColIndex == this.gridDataBoundGrid1.Model.ColCount + 1 && e.RowIndex == this.gridDataBoundGrid1.Model.RowCount ) { //move it back a column cc.MoveTo(e.RowIndex, e.ColIndex - 2); e.Handled = true; e.Result = false; } }
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.