I'm using BusinessObject.Add() method.In this case, a row was appended into the currentDataTable. BusinessObject points the last record in the currentdatatable. Why does not businessobject point the newrow ?
DevexpressGrid does not show the added record. (UI is not refreshed)
What is wrong with my case ?