Hello Ro,
If you are referring to retrieving the currently selected cell, you could use the select method of the Grid.
E.g.
function onChange(e){ var selected = this.select();}Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!