This is a migrated thread and some comments may be shown as answers.

Getting Parent Row Client-Side (Part II)

0 Answers 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kevin
Top achievements
Rank 1
Kevin asked on 05 Oct 2011, 10:20 PM
I am trying to get the parent row when I click 'delete' in a hierarchical grid.

The following code described here for OnEdit, does not work for OnDelete:
http://www.telerik.com/community/forums/aspnet-mvc/grid/getting-parent-row-client-side.aspx

When I click delete, I want to double check some things that it is OK delete.  I could do a ajax call to get this information, but the data is sitting right there in the parent row.  

Also, this grid is three levels.  The information is in the top parent level row.  If I try to delete from any level, I want to check the value of a column in the top parent level.

Thanks, 
Steve
Tags
Grid
Asked by
Kevin
Top achievements
Rank 1
Share this question
or