Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
2427 | Jan 17,2003 12:54 PM UTC | Jan 20,2003 07:10 PM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
public class MyGridDataBoundGrid : GridDataBoundGrid { protected override void OnCellDoubleClick(GridCellClickEventArgs e) { if(e.ColIndex == 3 && e.RowIndex == 0) return; base.OnCellDoubleClick(e); } }
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.