Telerik Forums
UI for WPF Forum
1 answer
93 views
It is my 3rd year of Telerik subscription. There were moments in early days when I questioned myself whether to use Telerik or not. Mostly because it required too much resources and too slow. We know it is not the case any more.

Although I am no longer using Telerik WinForms, it is unbelievably fast! 
I suspect it is mainly because it creates native images during the installation. Is it?

I wonder if you guys have any plan to do the same for other packages such as WPF and Silverlight.
I've tried to use NGEN.exe to do it myself to no avail, probably because I had other 3rd party libraries as well. In the meantime, can any of you provide a simple tutorial or something like that?
I'd really appreciate it.


Thanks,



Vlad
Telerik team
 answered on 14 Feb 2011
3 answers
183 views
Hello,
I´ve some PinPoints that are represented by a png image. I´d like to draw a number in the middle of the image. If I use the property Text of the MapPinPoint the text is drawn on the right side of the image.
Is there any simple way of doing that?
Thank you very much,
Esther
Andrey
Telerik team
 answered on 14 Feb 2011
1 answer
117 views
When I load the layout of Docks from the saved xml file, the data is not loaded.
How to make sure that the data is also loaded when I load layout
Konstantina
Telerik team
 answered on 14 Feb 2011
1 answer
190 views

Hi - I have a chart defined in XAML that is bound to an observable collection.  The chart is defined as a line chart.  I would like to make the chart type to be selectable, such as being able to change the chart from a line chart to a bar chart while keeping the data bindings.  I have been trying to accomplish this by changing the series mappings and series definitions in the code behind, but seem to lose the data binding when the new chart is drawn.  How is this accomplished ?   

Thanks
Rich

<Controls:RadChart x:Name="evntChart" Height="150" Width="700"
             Visibility="{Binding ChartVisible, Mode=TwoWay}"
             ItemsSource="{Binding ChartItems}" >
               
 <Controls:RadChart.SeriesMappings>
     <Charting:SeriesMapping LegendLabel="Event Log Errors ">
         <Charting:SeriesMapping.SeriesDefinition>
             <Charting:LineSeriesDefinition />
         </Charting:SeriesMapping.SeriesDefinition>
         <Charting:SeriesMapping.ItemMappings>
             <Charting:ItemMapping DataPointMember="XValue" FieldName="ChartDate" />
             <Charting:ItemMapping DataPointMember="YValue" FieldName="EventCount" />
         </Charting:SeriesMapping.ItemMappings>
     </Charting:SeriesMapping>
 </Controls:RadChart.SeriesMappings>
     <Controls:RadChart.DefaultView>
         <Charting:ChartDefaultView>
             <Charting:ChartDefaultView.ChartLegend>
                 <Charting:ChartLegend  x:Name="chartLegend" Header="Selected Event Log Errors" UseAutoGeneratedItems="True" />                                   
             </Charting:ChartDefaultView.ChartLegend>
             <Charting:ChartDefaultView.ChartArea >
                 <Charting:ChartArea LegendName="chartLegend"  
                                     EnableAnimations="False" 
                                     TransitionControlStyle="{StaticResource TransitionControlStyle}">
                     <Charting:ChartArea.AxisX>
                         <Charting:AxisX  DefaultLabelFormat="dd-MMM" LabelRotationAngle="45">
                         </Charting:AxisX>
                     </Charting:ChartArea.AxisX>
                 </Charting:ChartArea>
             </Charting:ChartDefaultView.ChartArea>
         </Charting:ChartDefaultView>
     </Controls:RadChart.DefaultView>
 </Controls:RadChart>
Yavor
Telerik team
 answered on 14 Feb 2011
1 answer
129 views
I want to make sure a grid does not display past the available height of the screen? How do I do that?
Vlad
Telerik team
 answered on 14 Feb 2011
1 answer
81 views
Hi,

how can i write the grid view data template using c# code

 <telerikGrid:GridViewDataColumn  >
                    <telerikGrid:GridViewDataColumn.Header>
                        <telerik:RadToggleButton Width="65" Height="50"
HorizontalContentAlignment="Center"
VerticalContentAlignment="Center">
                            <telerik:RadToggleButton.Content>
                                <Image Source="/Images/GreenCheck.png" Height="55" Width="65" />
                            </telerik:RadToggleButton.Content>
                        </telerik:RadToggleButton>
                    </telerikGrid:GridViewDataColumn.Header>
                </telerikGrid:GridViewDataColumn>

thanks
sarag
Maya
Telerik team
 answered on 14 Feb 2011
0 answers
63 views
Ignore this post!
Rod Yager
Top achievements
Rank 1
 asked on 11 Feb 2011
0 answers
72 views
Ignore this post! How do you delete posts?
Rod Yager
Top achievements
Rank 1
 asked on 11 Feb 2011
4 answers
166 views
Hi,
I'm changing the cell colour in the RowLoaded event via:
int reservedCells = 5;
if (item.Values[i].OriginalValueChanged)
{
         e.Row.Cells[i + reservedCells].Background = new SolidColorBrush(Color.FromRgb(255, 0, 0));
}

And it works fine until I scroll the grid or just re-size the window, is this a bug or am I doing the completely wrong ?

cheers
kristján.
Maya
Telerik team
 answered on 11 Feb 2011
1 answer
99 views
Hello Telerik Team,
                           I have a doubt regarding colors in textbox.

In our project one master page contains 10 fields. They are 5 wpf text box .remaining 5 radcombobox.(not microsoft combo box).

In run time radcombo box gives yellow border when mouse over and cursor on focus.The same color i want to set text box also?

here i want to set only one time.it reflect all text box in my whole project.

pls give me sample solution?
Konstantina
Telerik team
 answered on 11 Feb 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
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?