Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
How to get The ParentRowId index
posted

Hi

I use the Infragistics WebHierarchicalDataGrid, and when i select a row, i need to acces to the selected row and to the Parent Row.

So i have a RowSelectionChanged event.

When e.CurrentSelectedRows[0].index:--> this give me the rowId of the Child

How do to access to ParentRowID????

I have found some script on the forum http://es.infragistics.com/community/forums/p/78312/396593.aspx#396593, but this one is not working

I have the following error "Unable to cast object of type 'Infragistics.Web.UI.GridControls.ContainerGrid' to type 'Infragistics.Web.UI.TemplateContainer'."

 

thank's

Christophe