Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
18507 | Sep 1,2004 03:02 PM UTC | Sep 1,2004 04:56 PM UTC | WinForms | 3 |
![]() |
Tags: GridControl |
gridDataBoundGrid1.EndUpdate();
gridDataBoundGrid1.Focus();
gridDataBoundGrid1.Refresh();
Or you could try this,
gridDataBoundGrid1.EndUpdate();
gridDataBoundGrid1.CurrentCell.MoveTo(-1, -1);
gridDataBoundGrid1.Focus();
gridDataBoundGrid1.Refresh();
There are style properties like style.Enabled and style.Clickable that might make a cell not be clickable, so you should check if you have set any of these proeprties. 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.