We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Hierachic GridGroupingControl

Hi, how can I get actual data from datasource, when I have master and detail tables in datasource. And when I click in the detail table in the GridGroupingControl, I need primary key in datarow. Jaris

1 Reply

AD Administrator Syncfusion Team September 27, 2004 02:08 PM UTC

Hi Jaris, You can handle the TableControlCellClicked event. In that event you can get e.TableControl.Table.DisplayElements[e.Inner.RowIndex].ParentRecord.GetData(); This will return the DataRowView for the record inside the nested table you clicked in. Stefan

Loader.
Live Chat Icon For mobile
Up arrow icon