Home - Forums-.NET - FlyGrid.Net (Windows Forms) - Focus on a single cell

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

Focus on a single cell
Link Posted: 02-Jul-2006 08:33
Hi,

I have a flygrid (with rowselect unspecified) how can i set a certin cell to be selected...?

if i do NodeBase.Selected=true, the first cell is being selected.
can i control it somehow...?

Thanks,
Guy.
Link Posted: 02-Jul-2006 21:14
The latest version of FlyGrid has a FlyGrid.SelectCell method, that you can use for selecting certain cell.