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

telerikGridView Adding a new item does not call AddNew

2 Answers 63 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Calin Calin
Top achievements
Rank 1
Calin Calin asked on 29 Apr 2010, 10:02 AM
Hi,

I've migrate the toolkit:DataGrid to telerikGridView, it's bound to a collection of type BindingList<T>. I've noticed that when I click on Add a new item the grid does not call AddNew (this is the reason my AddNewCore method overload does not get called).

Is there a work around for this ? Do you need some sample code to prove this ?

Thank you,

2 Answers, 1 is accepted

Sort by
0
Calin Calin
Top achievements
Rank 1
answered on 30 Apr 2010, 06:31 AM
I've added support ticket 305550 with this issue and a solution to prove it.

Thank you,
0
Nedyalko Nikolov
Telerik team
answered on 04 May 2010, 04:09 PM
Hi Calin Calin,

You can bind RadGridView to a BindingListCollectionView created by your BindingList and everything will work as expected.

Greetings,
Nedyalko Nikolov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Calin Calin
Top achievements
Rank 1
Answers by
Calin Calin
Top achievements
Rank 1
Nedyalko Nikolov
Telerik team
Share this question
or