I'm running into some odd behavior when the number of Numeric Buttons is small. I was able to reproduce them on the Data Pager demo at: http://demos.telerik.com/silverlight/#DataPager/FirstLook
First Issue:
Second Issue:
I know these might not seem like very common scenarios but it would be nice to get them fixed.
Thanks,
-Stephen
First Issue:
- Start on the first page and set the number of buttons to 3
- The buttons will be [1] [2] [...].
- If you click [...] it will go to page 3 (as expected)
- If you click [...] again it will incorrectly skip to page 5 (instead of going to page 4)
- Each time you click it, it will skip ahead two pages.
- If you click the left [...] to go down, it correctly goes down one page at a time (no skipping)
Second Issue:
- Start on the first page and set the number of button to 2
- The buttons will be [1] [...]
- Click on the [...] and it will go to page 2 as expected but the buttons don't change and neither of them are highlighted.
- Clicking [...] again doesn't do anything.
- If you skip ahead using the Next Page button, the buttons will look like [...] [...] and they behave as expected (the left [...] goes down one page and the right [...] goes up one page).
I know these might not seem like very common scenarios but it would be nice to get them fixed.
Thanks,
-Stephen