Telerik Forums
UI for WPF Forum
3 answers
295 views
Hello,

We'd like to make Multi-dimensional Swimlanes such as the attached image.
Let me know if you can realize the following.

- Both of horizontal lanes and vertical lanes contain nodes like the RadDiagramContainerShape.

I am looking forward to hearing from you.
Zarko
Telerik team
 answered on 16 Jun 2014
11 answers
406 views
I'm writing a multi-user application with WPF and I need the Rad Gridview to maintain fresh data as it may be changed by other users.  I'm using VB.NET and an ADO .NET entity for the business object.  How can this be done?
Nick
Telerik team
 answered on 16 Jun 2014
24 answers
157 views
Hi,

I'm looking for a control who can react like the address bar in IE 11. I mean having an autocomplettion and a kind of dropdown which can have grouping functionalities, expand or not  the existing groups, highlighting portion of text, etc...

I don't know if I can do it with this control or any other existing controls in Telerik...

Thank's
Alain
Rosen Vladimirov
Telerik team
 answered on 16 Jun 2014
1 answer
416 views
Hello there,

I want to add button click event to a button present in the Resource Dictionary (Generic.xaml) of a custom radShape 

<Style TargetType="{x:Type local:SideView}">
        <Setter Property="BorderBrush" Value="Black"/>
        <Setter Property="BorderThickness" Value="1"/>
        <Setter Property="Background" Value="Transparent"/>
        <Setter Property="Height" Value="50"/>
        <Setter Property="Width" Value="100"/>
        <Setter Property="Template">
            <Setter.Value>
                <ControlTemplate TargetType="{x:Type local:SideView}">
                    <Grid Background="{TemplateBinding Background}">

                        
                        <Rectangle Stroke="{TemplateBinding BorderBrush}" StrokeThickness="{TemplateBinding BorderThickness}" 
                                   Height="{TemplateBinding Height}"
                                   Width="{TemplateBinding Width}"/>
                        
                         <Button  HorizontalAlignment="Right" Height="20" Width="20" Visibility="{Binding RelativeSource={RelativeSource TemplatedParent}
                                                                                            ,Path=ButtonVisiblity,Mode=TwoWay}" 
                                  Click="Button_Click" Margin="5" />
                    </Grid>
                </ControlTemplate>
            </Setter.Value>
        </Setter>
    </Style>    How can i do that???



Martin Ivanov
Telerik team
 answered on 16 Jun 2014
5 answers
192 views
Here I have a TabControl with TabItem content is GridView, I switch to the Tab that contain GridView the scroller Is okay but then after I switch to between other tabs and switch back to it again the GridView won't scroll, this behavior only happen when using touch with mouse scroll is fine it works, any suggestion.? 
Nick
Telerik team
 answered on 16 Jun 2014
4 answers
121 views
I am trying to achieve a layout as shown in the attached image. I want two cells to be stacked to save on horizontal real estate. I've looked at some examples, but all of them lose the row headers. I want the row headers to maintain sorting and filtering capabilities.

I'm hoping that this is possible with the RadGridView, because it is a pretty glaring deficiency if not. Any help is appreciated.
Nick
Telerik team
 answered on 16 Jun 2014
1 answer
1.4K+ views
I have seen that this is possible with WinForms control, but I cannot find a way to do this for WPF RadListBox.
How can I fix the width of RadListBox items?
Polya
Telerik team
 answered on 16 Jun 2014
4 answers
156 views
Hello!

In my grid i have the cell with price value. At different times price may vary. 
How to change foreground/celltemplate of cell according to change binding value?
Cyls
Top achievements
Rank 1
 answered on 13 Jun 2014
2 answers
259 views
Hi,

I want to assign some calculated values to scrollbar's  offset of GanttChart view but cann't do that. There are couple of gantt tasks that have default Start and End values:
ganttTask.Start = DateTime.MinValue;
ganttTask.End = DateTime.MinValue;

In this cases if user selects this ganttTask on the ColumnsPanel, the horizontal scrollbar of EventsPanel moves to the start of  GanttChart's VisibleRange. I suppose it tries to show me that task via scrolling to its Start date. But this is not what I need. I  want the horizontal scrollbar to stay at the same position as it was before selection. To achieve this I've binded a SelectedItem property to a view model's property and when it is changed I assign another horizontal offset value :
public ScheduleItem SelectedItem
        {
            get
            {
                return _selectedItem;
            }
            set
            {
                _selectedItem = value;
              // SomeType : IGanttTask and for all items of SomeType the next comes true: 
              //Start = DateTime.MinValue;
              // End = DateTime.MinValue;
                if (_selectedItem is SomeType)
                {
                    EventsPanel.HorizontalOffset = HorisontalPannelOffset;
                }
                RaisePropertyChanged(() => SelectedItem);
            }
        }
Here, the EventsPanel is a view model's property that referens to the GanttView's EventsPanel property. And this approach doesn't work for me. The scrollbar moves to the start of VisibleRange.  I wonder is there a way to set the horizontal offset for the selected gantt task?

Thanks any help.

Kind regards,
Natalia Novosad
Natalia
Top achievements
Rank 1
 answered on 13 Jun 2014
3 answers
325 views
RadPane is automatically selected (IsSelected set to true) after adding to RadPaneGroup.Items collection. Can I prevent such behaviour? I would like to add new RadPane to the RadPaneGroup but not change already selected RadPane.
Kalin
Telerik team
 answered on 13 Jun 2014
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
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
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
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
SplashScreen
Rating
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Jesse
Top achievements
Rank 2
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Jesse
Top achievements
Rank 2
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?