This is a migrated thread and some comments may be shown as answers.

"BeginInsert()" does nothing

2 Answers 54 Views
GridView
This is a migrated thread and some comments may be shown as answers.
dttanh
Top achievements
Rank 1
dttanh asked on 15 Nov 2011, 05:37 AM
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?

2 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 15 Nov 2011, 08:58 AM
Hi,

I have tried to reproduce the issue you reported, but still without any success. What version of RadGridView are you working with ?
I am attaching the sample project I used for testing the case. Could you take a look at it and let me know whether you can reproduce the same behavior on it ?  

Regards,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
dttanh
Top achievements
Rank 1
answered on 15 Nov 2011, 09:23 AM
sorry, I solved the issue: just change the ItemsSource from IList to List
Tags
GridView
Asked by
dttanh
Top achievements
Rank 1
Answers by
Maya
Telerik team
dttanh
Top achievements
Rank 1
Share this question
or