GK
Ganesan K
Syncfusion Team
June 1, 2010 06:50 PM UTC
Hi,
Thanks for using Syncfusion products.
Regarding #1, Setting AllowDrop property in the Master Grid is enough, no need to set this for ChildGrid.
Regarding #2, you can use the following code to acheive this,
var rowColIndex = this.dataGrid.Model.Grid.PointToCellRowColumnIndex(e.GetPosition(this.dataGrid.Model.Grid));
var record = this.dataGrid.Model.Table.GetRecordFromRow(rowColIndex.RowIndex);
Please let us know if you need any more details.
Thanks,
Ganesan