I'm going crazy with this one and hoping there's a good solution. I'd like the RadDataPagerButtonField to be centered within the RadDataPager control. Currently, it's left-justified (or floated). I've been playing with the rdpNumPart class but haven't been successful.
<telerik:RadDataPager ID="RadDataPager1" runat="server" PagedControlID="RadListView1" PageSize="1" Skin="" CssClass="" > <Fields> <telerik:RadDataPagerTemplatePageField HorizontalPosition="LeftFloat"> <PagerTemplate> <asp:LinkButton ID="LinkButton1" runat="server" CssClass="btn" Text="Previous Review" CommandName="Page" CommandArgument="Prev" /> </PagerTemplate> </telerik:RadDataPagerTemplatePageField> <telerik:RadDataPagerButtonField FieldType="Numeric" PageButtonCount="7" /> <telerik:RadDataPagerTemplatePageField HorizontalPosition="RightFloat"> <PagerTemplate> <asp:LinkButton ID="LinkButton2" runat="server" CssClass="btn btn-next" Text="Next Review" CommandName="Page" CommandArgument="Next" /> </PagerTemplate> </telerik:RadDataPagerTemplatePageField> </Fields></telerik:RadDataPager>Seems like this should be simple as it's a common layout. Thanks in advance for any help!
Hi,
I need to get an example about implementing telerik with n2 cms
if someone can help me will be wonderful
i wanna know if is posible use telerik with n2 cms...
thanks a lot for reading...
Note: i'm a dummy using telerik 'cause i don't know nothing about that.
at least will be nice to get a north jeje i don't know how to use telerik rad controls i need an easy example...
please answer me people jeje thanks a lot again!!!
protected void grdGroupings_NeedDataSource(object source, GridNeedDataSourceEventArgs e){ if (!e.IsFromDetailTable) { grdGroupings.DataSource = AppealGroupingService.Find(null, grdGroupings.CurrentPageIndex + 1, grdGroupings.PageSize); }}grdGroupings.MasterTableView.DetailTables[0].CurrentPageIndexEven though the DetailTable's pager moves to highlight #2 (or whatever I hit), CurrentPageIndex is always zero, so I request, receive and display the first chunk of information from my service, regardless of what's highlighted in the pager.
What's the right way to have a detail table hang onto its index for paging?
Thanks,
Scott