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

[Solved] Silverlight Rad Grid Focus loses after filter

1 Answer 47 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
jerin mathew
Top achievements
Rank 1
jerin mathew asked on 19 Oct 2009, 12:53 PM
Hi,

  check out this url :
http://demos.telerik.com/silverlight/#GridView/DomainDataSource

Normally we can insert a new row by pressing insert button . but this is not possible after a filtering .

say we selected select all option  inside the filter and after filtering . we cannot add a new row by clicking insert .

1 Answer, 1 is accepted

Sort by
0
Accepted
Hristo
Telerik team
answered on 20 Oct 2009, 09:44 AM
Hello jerin mathew,

This is expected behavior. Your new item doesn't pass the filtering criteria (even when select all is checked the new item values are not passing the filter). The only solution right now is to listen for AddingNewDataItem event and in e.NewObject to add object that will pass the filtering criteria.

Regards,
Hristo
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.
Tags
GridView
Asked by
jerin mathew
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or