Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
3514 | Mar 26,2003 03:15 PM UTC | Mar 26,2003 10:03 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_Click(object sender, System.EventArgs e) { int row, col; this.gridDataBoundGrid1.PointToRowCol(this.gridDataBoundGrid1.PointToClient(Control.MousePosition), out row, out col); if(row == 0 && col >0) { this.gridDataBoundGrid1.SortColumn(col); } }
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.