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

QueryableCollectionView strange insert behavior

1 Answer 36 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 13 Apr 2012, 08:59 PM
I have a DataPager which is set up in the following way:

<telerik:RadDataPager x:Name="radDataPager"
                          Source="{Binding Items, ElementName=TableSource}" PageSize="10"/>

The table is bound to a QueryableCollectionView which uses an IQueryable object to get its data. So far everything is working but when I use ShowInsertRow="True" and click on the "Click here to add new item" I don't see any reaction, but after clicking on that item the DataPager does not do anything when I try to change pages.

The problem seems to only exist when using IQueryable.

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 16 Apr 2012, 08:12 AM
Hello,

Can you please send us a small runnable sample project that exhibits the behavior that you are describing.

Thanks in advance.

Kind regards,
Ross
the Telerik team

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

Tags
GridView
Asked by
Thomas
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or