CurrentCellChanged event !!!!!!!!!!!!!!
-
Hello friends, I would like use CurrentCellChanged event for navigating the next cell of a datagrid?Can anyone help? Code like this: private void dgRegion_CurrentCellChanged(object sender, System.EventArgs e) { dgRegion.Select(dgRegion.CurrentCell.RowNumber); //how can I navigate the next cell...Suppose that I am at the last column //then how can I pass the next line and first column. }
-
Hello friends, I would like use CurrentCellChanged event for navigating the next cell of a datagrid?Can anyone help? Code like this: private void dgRegion_CurrentCellChanged(object sender, System.EventArgs e) { dgRegion.Select(dgRegion.CurrentCell.RowNumber); //how can I navigate the next cell...Suppose that I am at the last column //then how can I pass the next line and first column. }
-
first u have to change the selected row u can do this by accessing the SelectedRowIndex. Mr.Cooper
Please friend...I HAVE PASSED THREE HOURS HERE...I TRIED EVERYTHING...PLEASE HELP..HOW?
-
Hello friends, I would like use CurrentCellChanged event for navigating the next cell of a datagrid?Can anyone help? Code like this: private void dgRegion_CurrentCellChanged(object sender, System.EventArgs e) { dgRegion.Select(dgRegion.CurrentCell.RowNumber); //how can I navigate the next cell...Suppose that I am at the last column //then how can I pass the next line and first column. }
Hi have a look at my project here www.codeproject.com/cs/database/DatabaseAcessWithAdoNet1.asp I think and hope it will help you Huseyin Altindag