CurrentCell always returning ColIndex = 1

Hello,

I use the GridGroupingControl. A call such as the one below returns the right RowIndex but the ColIndex returned is always 1.

[code]
GridCurrentCell cc = _gridGroupingControl.TableControl.CurrentCell;
[/code]

What can I do to retrieve the correct ColIndex of the current cell?

Regard

1 Reply

RC Rajadurai C Syncfusion Team June 19, 2009 03:31 PM UTC

Hi Aafd,

Thanks for your interest in Syncfusion Products.

In gridgroupingcontrol, when currentcell is set focus to the grid cells, it returns the corresponding row and column indexes. Are you handling any other workarounds or properties in your application that might influence currentcell behavior? If yes, please provide more details on that, so that we can analyze and provide a better solution.

Regards,
Rajadurai

Loader.
Up arrow icon