Hello,
I use the black triangled arrow (see attachment) in the row header column to mark the current row in a GridGroupingGrid.
The arrow appears when I mouse click any cell in a record or alternateRecord row.
Now I want to make it appear programmatically by code. If I use the CurrencyManager and set its Position property, the arrow doesn't appear.
So I need some code that is identical in behaviour to a mouse click of a cell.
And I need to do it inside CurrencyManager.ListChanged eventHandler, so I must find the cell using no more info than the index of the item in the CurrencyManager, i.e., accessing a cell collection in the grid with the same indexing scheme.
Any help?
Thank you very much.
J.M.
arrow.zip