This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
How can I achieve that the page button stays selected even if the focus goes to another grid. I use the page buttons a lot and try to avoid another additional field showing the current page number .. The page button is the most logical page indicator so why use it for focus indication .. does not make sense to me .. sorry regards gmd |
|
|
Hello gmd Thanks for pointing this out - this was not the intended behavior. This will be resolved in the next nightly build. Jason Fauchelle |
|
|
Jason, I downloaded 7-02-2013 WpfElements 5+S and the pagerbutton problem is still there .. I have 5 grids in the window .. when I select one row in one grid the pagerbuttons go to unchecked on all other grids ... did you do anything about this ? regards gmd |
|
|
Hello gmd This issue was certainly resolved. The fix for the issue required editing the pager styles. I forgot you probably have your own custom pager style which may be why you're still seeing the issue. To fix this, locate the "PagerButtonTemplate" in your custom pager style. (If you renamed it, search for "PagerButtonGroup", or look for the DataTemplate containing a RadioButton). On the RadioButton in this template, you should see it is setting the GroupName property to "PagerButtonGroup". This is what is causing the buttons in all the other grids to be de-selected. Simply remove this property and the problem will be resolved. After fixing this, you may notice that in some situations, multiple buttons in a single pager now become selected incorrectly. This bug will be resolved in the next nightly build. Jason Fauchelle |
|
|
thanks again... I suspected a problem with the template (yes I have a custom one) have done as you say and it works for me thanks regards gmd |
|