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.
Up arrow icon