Home - Forums-.NET - FlyGrid.Net (Windows Forms) - column name need when right click on the grid (very urgent)

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

column name need when right click on the grid (very urgent)
Link Posted: 04-Oct-2009 21:44
Hello
             I am working on flygrid in virtual mode and i am creating row and column at rum time. Now I want to know how can i get column name when user right click on the grid (Mean which column user has mouse right click)
Link Posted: 05-Oct-2009 04:30
Please use FlyGrid.GetHitTestInfoAt methods to determine row and column index. Then you can get a column instance by using FlyGrid.Columns.VisibleColumns[columnIndex]