Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
7082 | Sep 11,2003 11:10 AM UTC | Sep 11,2003 11:28 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridControl1_SelectionChanging(object sender, GridSelectionChangingEventArgs e) { if(e.Range.IsEmpty && e.ClickRange.IntersectsWith(GridRangeInfo.Row(2))) e.Cancel = true; else if(e.Range.IntersectsWith(GridRangeInfo.Row(2))) e.Cancel = true; }
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.