This question is locked. New answers and comments are not allowed.
Hi,
I am having some trouble finding the object in the gridview column. I have graphic object which will have attributes associated and those attributes are binded to the RadGridView including the graphic as column in the grid. My question is, if I know the graphic object, how I can find that object in that graphic column and also I would want to select that row and scroll to that record. Something like this.
gridView.ScrollIntoView(_gridView.SelectedItem);
Regards,
Sravan