8 Answers, 1 is accepted
We have already implemented Deleting/Deleted pair of events as per your request. The events will be available this Friday with our latest internal build.
Thank you for your valuable feedback. I have updated your Telerik points.
Sincerely yours,
Milan
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Sorry for the delayed internal build but we have just release SP1 of Q3 2009. If you could upgrade to this release you will be able to utilize the Deleted/Deleting events.
Kind regards,Milan
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Thins is highly unlikely. Could you please double check this or send us a sample application where this behavior can be observed.
Kind regards,
Milan
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
| private void TestGridDeleted(object sender, GridViewDeletedEventArgs e) |
| { |
| var context = (TestDomainContext)TestDataSource.DomainContext; |
| foreach (TestEntity testEntity in e.Items) |
| { |
| context.TestEntities.Remove(TestEntity); |
| } |
| TestDataSource.SubmitChanges(); |
| } |
Can you post a quick sample where deleting does work with a DomainDataSource?
Currently this scenario is not supported out of the box - for the time being you can use the workaround where the deleted items are manually removed from the domain context. We have logged this issue and we will start working on a fix as soon as possible.
I have updated your Telerik points. Thank you for your feedback.
All the best,Milan
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.