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

Raddatapager get disabled when multiple checkboxes are selected in associated grid

3 Answers 59 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Hrushikesh
Top achievements
Rank 1
Hrushikesh asked on 02 Jun 2011, 01:36 PM

We have telerikGrid:RadGridView in which we have one checkbox column   

 <telerikGrid:GridViewCheckBoxColumn AutoSelectOnEdit="True" 
x:Name="chkSelect" IsReadOnly="False" <BR> EditTriggers="CellClick" 
Header="" IsVisible="{Binding IsMulti}" DataMemberBinding="{Binding 
IsSelected}"/>

 
 and one GridViewDataColumn with description as column.
 A RadDataPager is associated with this grid

 <telerikcontroldata:RadDataPager  x:Name="RadDataPagerforgridView" 
PageSize="20" Margin="50,14,154,0"<BR> Source="{Binding Items, 
ElementName=MultiSelectItemListBox}" <BR> IsTotalItemCountFixed="True" 
VerticalAlignment="Bottom" HorizontalAlignment="Stretch" 
<BR> Style="{StaticResource RadDataPagerStyle1}" IsHitTestVisible="True" 
/>

 
 now when we select one checkbox in grid every thing is fine but when we select more than one checkboxes whole
 datapager get disabled i.e. all the previous,next,first,last and textbox get disabled.

Please look into this and suggest me.
Thank you
Hrushikesh Patel

3 Answers, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 03 Jun 2011, 11:47 AM
Hello Hrushikesh,

RadDataPager will be disabled when the grid enters edit mode. It gets re-enabled when the grid exits edit mode. Make sure that your grid is not in edit mode.

Best wishes,
Ross
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
0
joy
Top achievements
Rank 1
answered on 23 Oct 2011, 09:35 PM
Hello Ross,
We have the same problem in Silverlight. Can you explain how we can exit RadGrid edit mode?
Thanks
Joy
0
Vlad
Telerik team
answered on 24 Oct 2011, 07:38 AM
Hello Joy,

 You can call CommitEdit() or CancelEdit(). 

All the best,
Vlad
the Telerik team

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

Tags
DataPager
Asked by
Hrushikesh
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
joy
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or