Telerik Forums
UI for WPF Forum
2 answers
321 views
Hi !

I'm new to RadScheduleView WPF, so i'm sorry for the simple question.

I'm using ScheduleView in a WPF Browser Application.

I get the Appointments and Resrouces from a Webservice - works good.

But the Appointments should all have different Backgroundcolor, which I also get from the Webservice (as ARGB Integer Value)

My Problem now: I don't understand how to apply the Backgroundcolor to an Appointment.
I need to change the color programatically.
I only can change the color of a TimeMarker of an Appointment but that's not enough (it's only a small color icon at the left side of an appointment).

I found a Description about the StyleSelector, but the Problem is, there are so many different kind of colors which I cannot predefine
in the xaml file, and the colors are not depending on any resources or categories.

Can you help me with this problem ?

with best regards
Markus
Markus
Top achievements
Rank 1
 answered on 04 Jul 2011
5 answers
270 views
Hi

I am trying to override template for Rad Date Picker but in themes folder I can only find template for Rad Date Time Picker. I don't know if I should apply that template on RadDataPicker. Even if I extract template using Blend (ver. 3) I still get template for  Rad Date Time Picker.

Also Windows 7 themes distributed with setup RadControls_for_WPF_35_2011_1_0419_Dev are out of date for some controls and image resources are missing.

Regards,
Igor
Dani
Telerik team
 answered on 04 Jul 2011
1 answer
185 views
hi,

I have this chart...

How can I
hide or remove the gray lines in the image indicated by the red arrow?


Thanks for yours supports

Marco
Marco
Top achievements
Rank 1
 answered on 04 Jul 2011
1 answer
73 views
Hi,
is it possible to show a datatable in the RadChart-control? It seems to be possible when using ASP.NET, like here:

http://www.telerik.com/help/aspnet-ajax/radchart-plot-area-data-table.html

But with the WPF-version I do not find any way to accomplish that.

Regards,
Wolfgang
Evgenia
Telerik team
 answered on 04 Jul 2011
2 answers
66 views
Hello,

I am trying to acomplish the following with the RadGridView for WPF 4.0
  • Change the height and font of the header and footer rows.
  • Change the colour of the scroll bars to help them to stand out
  • Add an "expand all" and "collapse all" button to allow the user to manipulate groups in the grid all at once.

Thanks for any help!
John

John
Top achievements
Rank 1
 answered on 03 Jul 2011
0 answers
96 views
Hello All,

I'm having dificulty implementing IsDefault and IsCancel buttons inside my custom filter controls.  Basically, I thought it may have something to do with AccessKeyScopping, but after I emplemented Neil Masafi's techniquie (seen here), it still does not work.  Perhaps someone on the Telerik team can give me a simple, non convoluted, method of implementing IsDefault/IsCancel buttons when the filter control is active?  Thanks in advance.

- Rashad Rivera
  www.omegusprime.com
Rashad Rivera
Top achievements
Rank 1
 asked on 02 Jul 2011
2 answers
121 views
Hi..
Is there anyway to use the transition control when opening and closing a page?
Show the page Fading....  using for example FadeTransition
thx
Jon
Top achievements
Rank 1
 answered on 02 Jul 2011
4 answers
229 views
Hello,

I am new to this component and for the life of me cannot get the map to size to it's parent container.  It is in a StackPanel that is in a Grid.  If I set the height property explicitly it works, otherwise it stays at about an inch.  I am looking at the demos and see a RadMap sizing right with no code for sizing it.  So why my map is remaining an inch high is a mystery.

<telerik:RadTabItem Header="Map" Margin="0,5,0,0" VerticalAlignment="Top" Height="21.96" Width="107.974" Cursor="Hand">                       
                        
  <Grid Name="MapTabGrid" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Height="Auto">
     <Grid.RowDefinitions>
        <RowDefinition Height="48"></RowDefinition>
        <RowDefinition Height="Auto"></RowDefinition>                                    
  </Grid.RowDefinitions>
  <StackPanel Orientation="Horizontal" ForceCursor="True" IsHitTestVisible="True" Grid.Row="0" Margin="10">
       <Label VerticalAlignment="Center">Location Longitude :</Label>
       <TextBox Width="200" Background="#E3EFE3"></TextBox>
       <Label VerticalAlignment="Center">Location Latitude :</Label>
       <TextBox Width="200"  Background="#E3EFE3"></TextBox>
       <Button Width="86" Cursor="Hand" VerticalAlignment="Stretch" Height="30">Go</Button>
       <telerik:RadDropDownButton Width="86" Cursor="Hand" VerticalAlignment="Stretch" Height="30">Route
       <telerik:RadDropDownButton.DropDownContent>
          <ListBox>
           <ListBoxItem Content="Route from Selected" Width="150" Height="25" Background="#E3EFE3" Cursor="Hand" Margin="2"></ListBoxItem>
           <ListBoxItem Content="Route from Current" Width="150" Height="25" Background="#E3EFE3" Cursor="Hand" Margin="2"></ListBoxItem>
           <ListBoxItem Content="Route from Home" Width="150" Height="25" Background="#E3EFE3" Cursor="Hand" Margin="2"></ListBoxItem>
           <ListBoxItem Content="Route to Home" Width="150" Height="25" Background="#E3EFE3" Cursor="Hand" Margin="2"></ListBoxItem>
           <ListBoxItem Content="Store Route" Width="150" Height="25" Background="#E3EFE3" Cursor="Hand" Margin="2"></ListBoxItem>
          </ListBox>
        </telerik:RadDropDownButton.DropDownContent>
        </telerik:RadDropDownButton>
  </StackPanel>                      
  
                                     
                                  
                                
  <telerik:RadMap Width="Auto" Name="radMapRoute1"  Grid.Row="1" Grid.RowSpan="2"
     VerticalAlignment="Stretch" HorizontalAlignment="Stretch" 
     ZoomLevel="13" 
     MinZoomLevel="10" 
     MaxZoomLevel="14" Margin="15,15,15,413"Center="40.083319, -105.3505482" Background="{x:Null}" 
     ClipToBounds="False" HorizontalContentAlignment="Stretch" UseDefaultLayout="True">
       <telerik:RadMap.Provider>                                       
        <telerik:UriImageProvider GeoBounds="42.786, 23.17, 25, 14" />
       </telerik:RadMap.Provider>
  </telerik:RadMap>
  
  </Grid>                        
                                    
                         
  </telerik:RadTabItem>


Here is the code.

I hope you can point out what I am doing wrong.


Thanks,
Reid
Reid
Top achievements
Rank 2
 answered on 01 Jul 2011
14 answers
294 views

Hello

I have just downloaded and installed RadControls_for_WPF35_2011_1_0315_Trial. Before I was evaluating  RadControls_for_WPF35_2010_3_1314_Trial and had just constructed a nice window using several RadExpanders.

With the old controls the content stretched to the width of the window, now it doesn't even stretch when I add HorizontalAlignment="Stretch".

I have reduced my code to create a minimalistic example.

The RadMaskedTextBoxes did stretch to the width of the window with 2010 Q3, but they don't do that anymore with 2011 Q1.

<Window x:Class="WPFApplication1.MainWindow"
        Title="Window1">
        <StackPanel>
            <telerik:RadExpander Header="Head1" VerticalAlignment="Top" IsExpanded="true">
                <Grid VerticalAlignment="Bottom" HorizontalAlignment="Stretch">
                    <Grid.ColumnDefinitions>
                        <ColumnDefinition Width="0.5*" />
                        <ColumnDefinition Width="0.5*" />
                    </Grid.ColumnDefinitions>
                    <telerik:RadMaskedTextBox Grid.Column="0" MaskType="None" MaskedText="Text1"/>
                    <telerik:RadMaskedTextBox Grid.Column="1" MaskType="None" MaskedText="Text2"/>
                </Grid>
            </telerik:RadExpander>
            <telerik:RadExpander Header="Head2" VerticalAlignment="Top" IsExpanded="true">
                <Grid VerticalAlignment="Bottom">
                    <Grid.ColumnDefinitions>
                        <ColumnDefinition Width="0.5*" />
                        <ColumnDefinition Width="0.5*" />
                    </Grid.ColumnDefinitions>
                    <Label Grid.Column="0" Content="LongLabel1" HorizontalAlignment="Center"/>
                    <Label Grid.Column="1" Content="LongLabel2" HorizontalAlignment="Center"/>
                </Grid>
            </telerik:RadExpander>
        </StackPanel>
</Window>

Please tell me how to enable the stretching of the content again. Without that the control is pretty useless to me and I wasted a day on a prototype.

Thank you

Mark
Top achievements
Rank 1
 answered on 01 Jul 2011
1 answer
74 views

Hy guys,
Really impressed with your product and major changes.
I have suggestions for the Q2 SP1 or Q3 RichtextBox
Hope I'll see it on your next package

Offer the possibility to translate a word a paragraph (using Bing translate/or google).
Offer the possiblity to extract named entity and mark it (using Alchemy API/Calais Thomson reuters)
After that, you'll have the most famous editor used by example by CMS


Thx
Mr Bernard JOURDAIN
Agence France Presse

Ivailo Karamanolev
Telerik team
 answered on 01 Jul 2011
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
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
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
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
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?