This question is locked. New answers and comments are not allowed.
I created simple test, just click on a button and call the BeginInsert() of RadGridView:
private void button1_Click(object sender, RoutedEventArgs e)
{
gridViewDataControl1.BeginInsert();
}
In almost cases: nothing happens but sometime the new row appear randomly. --> Do you have any ideas?
private void button1_Click(object sender, RoutedEventArgs e)
{
gridViewDataControl1.BeginInsert();
}
In almost cases: nothing happens but sometime the new row appear randomly. --> Do you have any ideas?