Unplanned
Last Updated: 15 Jun 2021 12:42 by ADMIN
Created by: Matt
Comments: 0
Category: DataPager
Type: Feature Request
1
I would just like to be able to easily control the horizontal alignment of the paging buttons of a RadDataPager control. I should be able to set the paging buttons left, center, or right and when I choose that the entire set of buttons follows that command.

Right now they align to the left so the only option is to do some margin stuff in CSS to move them around. While this sort of works it's not very good, especially when the number of page button changes (based on search results). Also, this method is terrible on mobile phones with different widths.

I opened Support ID 873213 on this and they suggested I post it as a feature request here. Seems like this option is a no brainer to add.
Unplanned
Last Updated: 16 Jun 2020 11:54 by ADMIN

This behavior can be observed with the example below.

https://demos.telerik.com/aspnet-ajax/listview/examples/paging/pagingwithraddatapager/defaultcs.aspx

Enter a value for Page and click the Go button. Either the page will be updated to the expected page or the pager will fail to change the page. Clicking Go again usually seems to work if it failed. It may take a several tries to observe this behavior as it happens inconsistently.

Unplanned
Last Updated: 03 Jul 2015 07:07 by Kevin
Improve ClientSide events of RadDataPager to work with server side binding on user action. Currently the work only when performing operations using the API of the pager's object.