Declined
Last Updated: 14 Feb 2018 09:01 by ADMIN
wu
Created on: 22 Jan 2018 07:04
Category: UI for WPF
Type: Feature Request
0
gridview appear the different gridline thickness
with windows10/2k DPI/14 inch screen ,when show the gridview gridline,the line is different.
     the other things,when the tabitem is selected,the dropdownmenu can't mark the selected item.
   look the attach files!
1 comment
ADMIN
Sia
Posted on: 08 Feb 2018 15:07
Regarding the first reported issue - we believe that is caused by the default WPF rendering of 1px borders which we use for the gridlines. 

Regarding the second reported issue - RadTabControl does not have built-in logic to display the SelectedTab in its DropDownMenu. However you could achieve that effect by using a custom style for the DropDownMenuItem. In the custom style you will need to bind the IsChecked property to the Header of the DropDownMenuItem and the SelectedItem of the TabControl using MultiValueConverter. If you need more help with this, please open a support thread referring to this feedback item.