I am using Winforms Gridview, in that i need to take the current cell Position.
(ie) Location x, y of the current cell.)
I tried these following Codes,
GvItem.MasterGridViewInfo.GridViewElement.CurrentCell.Location.X
GvItem.MasterGridViewInfo.GridViewElement.CurrentCell.Location.Y)
But i got Only 0,0.
Which property can i use for this?
LALITHA