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
75
how do you set the add row as active after a user has added a row
posted

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+=

 

new EventHandler<Infragistics.Windows.DataPresenter.Events.RecordAddedEventArgs

>(ContentDataGrid_RecordAdded);

void ContentDataGrid_RecordAdding(object sender, Infragistics.Windows.DataPresenter.Events.RecordAddingEventArgs

e)

{

ContentDataGrid.RecordManager.CurrentAddRecord.Cells[0].IsActive =

 

true;

}

Parents
No Data
Reply Children
No Data