Hi Andrew,
The ParentGrid property is a property of the GridViewRow class, so you need to cast to it before using it:
The Parent property is a FrameworkElement property and is will point to the logical parent of the row, which is the panel.
Hopefully this will work for you,
Kind regards,
Miroslav
the Telerik team