Telerik Forums
UI for WPF Forum
3 answers
123 views
Hello. Could you tell how to catch the coordinates of the connection Shape-Shape? For example, a Shape which has 3 inputs, the user connects the inputs and we need to know what exactly the entrance was summed up connection
Martin Ivanov
Telerik team
 answered on 14 Mar 2017
1 answer
156 views

Hi All

We are using WPF Telerik RadGrid to display real time data. 
We have pre-configured list of values which need to display on the filter of specific column.
We want to display the list of all such values in the filter column and if that values present in the RadGrid datasource or not still we want to display it with checkbox of filter on the column.
Currently, what happens, if we have pre-configured value in the RadGrid data-source then it is available in the filter column.
So the idea here is that, We want to show our own list of filterable values on the specific column.
For example, in the attached screen shot.
We are seeing Country column with Name. This grid is showing only countries what available in the Grid data source.
We want to show all countries in the "Select All" section of filter.
How can we achieve this?

Is is make sense?

Thank you

Dilyan Traykov
Telerik team
 answered on 14 Mar 2017
1 answer
82 views

Hi,

I am working on RadScheduleView, with Custom Scheduler Dialog. That Template set through EditAppointmentDialogStyle. Upto this it works fine. Now I want to Change the Template based on condition from viewmodel. I set condition through DataTrigger but it shows binding issues. Is there any other way to solve this problem ! Please help !  Thanks in Advance.

Stefan Nenchev
Telerik team
 answered on 14 Mar 2017
3 answers
325 views

Hi Team,

I have binded Countries list in ItemSource property. How to restrict the selection after some number.

Eg: India,China,Pakistan,Bangladesh,Japan,Iran --> ItemSource

User can select only three in these countries. 

 

Stefan
Telerik team
 answered on 14 Mar 2017
5 answers
433 views

I'm using the Telerik CUSTOM_MVVM_WPF example to build out a series of menus using
MVVM and RadMenuItems.

I would like to add the ability to hide/show menu items to the MVVM model.

How do I extend the sample to implement this functionality?

 

Thanks,

JohnB

Nasko
Telerik team
 answered on 14 Mar 2017
0 answers
94 views
 Hi ,
I have a Rad Data Pager. And i have huge data in the radgrid. I have a requirement that when i am in the last page i need to enable next page and last page button and when i click on any of these i need to move to the first page from last page. I tried in lot of ways but i could not find the solution. Could you please help me in this as it is very urgent requirement for me?
Bharath
Top achievements
Rank 1
 asked on 14 Mar 2017
0 answers
135 views
I am unable to disable if I use WindowChrome.WindowChrome style. Please let me know your input to resolve this problem. Without WindowChrome, I am able to disable context menu with the same piece of code.
<Window x:Class="ConextMenu_Sample.MainWindow"

        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525" WindowStyle="None">
    <WindowChrome.WindowChrome>
        <WindowChrome CaptionHeight="35"
                      CornerRadius="0"
                      ResizeBorderThickness="5"
                      UseAeroCaptionButtons="False" 
         />
    </WindowChrome.WindowChrome>
    <Window.Resources>

    </Window.Resources>
    <Grid>

    </Grid>
</Window>

public partial class Window
    {
        private const uint WP_SYSTEMMENU = 0x02;
        private const uint WM_SYSTEMMENU = 0xa4;
        public MainWindow()
        {
            InitializeComponent();
            Loaded += OnLoaded;
        }

        private void OnLoaded(object sender, RoutedEventArgs e)
        {
            IntPtr windIntPtr = new WindowInteropHelper(this).Handle;
            HwndSource hwndSource = HwndSource.FromHwnd(windIntPtr);
            hwndSource.AddHook(new HwndSourceHook(WndProc));
        }

        private IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam, ref bool handled)
        {
            if ((msg == WM_SYSTEMMENU) && (wparam.ToInt32() == WP_SYSTEMMENU))
            {
                handled = true;
            }
            return IntPtr.Zero;
        }        
    }              
Nagaraj
Top achievements
Rank 1
 asked on 14 Mar 2017
1 answer
194 views

Hi, there.

I have a problem with moving to another cell in RadGridView.

I couldn't use up and down direction key.

edit a cell  -> press the tab key -> I just can use right/left direction key.

I want to use all direction key

Please, give me the reason and advice of this problem.

 

thank you.

 

 

Dilyan Traykov
Telerik team
 answered on 13 Mar 2017
5 answers
729 views

Hi:

I'm using the Telerik CUSTOM_MVVM_WPF example to build out a series of menus using

MVVM and RadMenuItems.

 

I'm having difficulty building out the MVVM  so that I can pass parameters to the

commands associated with the individual menu items.

How d I extend the implementation to achieve this?

 

Thanks,

JohnB

Nasko
Telerik team
 answered on 13 Mar 2017
4 answers
1.1K+ views
Client would like the keyboard cursor inside of the Combo Box when the Window loads. Calling "ComboBox.Focus()" does not place the keyboard cursor into the editable part of the ComboBox. Am I missing something simple? 
David
Top achievements
Rank 1
 answered on 13 Mar 2017
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Slider
Expander
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
WebCam
CardView
DataBar
Licensing
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
HighlightTextBlock
Security
TouchManager
StepProgressBar
VirtualKeyboard
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?