Telerik Forums
UI for WPF Forum
1 answer
143 views
I downloaded radControlTelerik for WPF in www.telerik.com . But I don't see rad control splitter in Toolbox.
Does radControlTelerik have support splitter for WPF?
Konstantina
Telerik team
 answered on 15 Oct 2010
2 answers
230 views
hello,

I am working on WPF Application with c#.
i have some problem in RadNumericUPDown. I want to increase the size of Up and down button
in RadNumericUpDown Control Rather then increase the Whole Control Size.
Please suggest me how can i increase the size of up and down button in RadNumerUpDown Control.

Thanks in advance
vinod nagda
vinod nagda
Top achievements
Rank 1
 answered on 15 Oct 2010
1 answer
27 views
Hi,

I have installed lastest RadGridView for WPF (Trial Version). I have assigned an ObservableCollection with 100000 records to it. It loads fine and also editing cells is fine. But it takes lot of time to edit when grouped by a particular column and whole system hangs for some time.


Veselin Vasilev
Telerik team
 answered on 15 Oct 2010
1 answer
216 views
Hi guys,

I'm currently evaluating RadControls and I can't get themes to work with RadTabControls and their RadTabItems.
I apply one of the built in themes to the application, eg

Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Telerik.Windows.Controls.SummerTheme();

...and it works with the other controls but not tabcontrols/tabitems.  Is there anything else I have to install/do?
Petar Mladenov
Telerik team
 answered on 15 Oct 2010
1 answer
92 views
Hello

I have a right to left grid
The last column in my grid is a ComboBoxColumn (in the attached file named "A")
when I open the combo , the column 'moves' under the header of the previous column (named "B")
that happens only when there is a horizontal scroll.

Thanks.
Pavel Pavlov
Telerik team
 answered on 15 Oct 2010
7 answers
154 views
I have a RadGridView that is bound to items that are slow to create.  When many items are pasted into the grid, the UI freezes until all objects are created.

The slowness of the creation comes from database lookups and calculations.

Is there any way I can handle the creation of the objects by hand?  I would like to use a separate thread.

Thanks!
Yavor Georgiev
Telerik team
 answered on 15 Oct 2010
3 answers
118 views

Hi, when i use this piece of code, i ve got an error "Error 1 TestTelerik The property 'GroupingSettings.GroupDescriptors' cannot be set because it does not have an accessible set accessor. Line 62 Position 34. D:\VStudio\TestTelerik\TestTelerik\MainWindow.xaml" in the VS 2010 designer 

the code:

01.<telerik:RadChart  DockPanel.Dock="Top" x:Name="radChart">
02.   <telerik:RadChart.SeriesMappings>
03.     <charting:SeriesMapping>
04.       <charting:SeriesMapping.SeriesDefinition>
05.         <charting:BarSeriesDefinition />
06.       </charting:SeriesMapping.SeriesDefinition>
07.       <charting:SeriesMapping.GroupingSettings>
08.         <charting:GroupingSettings x:Name="GroupingSetting" ShouldCreateSeriesForLastGroup="True">
09.           <charting:GroupingSettings.GroupDescriptors>
10.             <charting:ChartGroupDescriptor Member="Level"/>
11.             <charting:ChartGroupDescriptor Member="Name"/>
12.           </charting:GroupingSettings.GroupDescriptors>
13.         </charting:GroupingSettings>
14.       </charting:SeriesMapping.GroupingSettings>
15.     <charting:SeriesMapping.ItemMappings>
16.       <charting:ItemMapping FieldName="Status" DataPointMember="YValue" />
17.     </charting:SeriesMapping.ItemMappings>
18.   </charting:SeriesMapping>
19. </telerik:RadChart.SeriesMappings>
20.</telerik:RadChart>

Any clue ?

Thx in advance

Cedric
Top achievements
Rank 1
 answered on 15 Oct 2010
1 answer
262 views
Hi,

By reading the licence agreement of telerik's product, I saw this:

You must include a valid copyright message in your Integrated Products in a location viewable by Authorized End-Users (e.g.  “About” box) that will serve to protect Telerik’s copyright and other intellectual property rights in the Software


I've no problem with that. Can you give me the sentence you want to be displayed? Because I'm not sure to know exactly what is a "valid" copyright message.

Thank you.
Donna
Telerik team
 answered on 15 Oct 2010
1 answer
456 views
Hi,

I have played around with the layout properties with no success attempting to align the menu items to the right hand side of the menu however I am unable to do so, is this a limitation or am I doing something wrong?

Thank you,

Xavier.
Dani
Telerik team
 answered on 15 Oct 2010
1 answer
110 views
Hi guys,

I'm evaluating RadControls and the chart is giving me grief. 
The data is pretty simple (attached).
Here is my XAML:

 <rad:RadChart Margin="20,20,0,0" Height="250" HorizontalAlignment="Stretch" x:Name="StatusChart" Grid.Column="2" >

Here is my code:
     
            SeriesMapping seriesMapping1 = new SeriesMapping();
            seriesMapping1.GroupingSettings.ShouldCreateSeriesForLastGroup = true;
            seriesMapping1.GroupingSettings.GroupDescriptors.Add(new ChartGroupDescriptor("JobStatusDesc"));
            seriesMapping1.ItemMappings.Add(new ItemMapping("MonthTotal", DataPointMember.YValue));
            seriesMapping1.ItemMappings.Add(new ItemMapping("StatusMonth", DataPointMember.XCategory));
            
            MonthlyTotalsChart.SeriesMappings.Add(seriesMapping1);
            MonthlyTotalsChart.ItemsSource = MonthlyData;

Fairly straightforward, but the chart (attached) skips a lot of the data! The data it does show is correct, but 201006 should also show a Raised value of 1, 201007 should show Raised, Cancelled and On Site values. One of the months (201008) isn't there at all, and 201009 is likewise missing values. No value above 5 is shown at all, but the chart seems to allocate space for the extra bars in the graph.

What gives?

Steven
Top achievements
Rank 1
 answered on 15 Oct 2010
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
DataPager
PersistenceFramework
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
LayoutControl
ProgressBar
Sparkline
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
Callout
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?