I have tried several routes none of which seem to work.
This seems as though it shoudl work, but instead it is selection the record after the addrow.
ContentDataGrid.RecordAdded+=
>(ContentDataGrid_RecordAdded);
e)
{
ContentDataGrid.RecordManager.CurrentAddRecord.Cells[0].IsActive =
}
Hello,
You can use the same approach as in this forum thread, however you will not be going for the cell, but for the ActiveRecord:
http://community.infragistics.com/forums/p/31948/174461.aspx#174461
Hope this helps.