Telerik Forums
UI for WPF Forum
1 answer
113 views
I'm searching a solution for customize the zero Y-Axis LineStroke in a RadCartesianChart with a LinearAxis for the vertical axis.
Evgenia
Telerik team
 answered on 11 Dec 2012
3 answers
153 views
I am trying to check in the appointmentFilter if the appointment will be displayed on the current view. 

How can I do this?


            
Yana
Telerik team
 answered on 11 Dec 2012
0 answers
102 views
Your documentation is prone to a known WPF bug:
http://www.telerik.com/help/wpf/styling-apperance-themes-runtime.html

In my WPF 4.0 project, your code makes all my controls disappear. Apparently, there is a known bug in the MergedDictionaries.Clear() method, as pointed out here:
http://social.msdn.microsoft.com/Forums/en/wpf/thread/dd061aa4-0151-4122-ab4d-25ae6b6e7c94

This did the trick for me:
// WORKAROUND: Application.Current.Resources.MergedDictionaries.Clear();
for (int i = Application.Current.Resources.MergedDictionaries.Count - 1; i >= 0; --i)
    Application.Current.Resources.MergedDictionaries.RemoveAt(i);
Kristoffer
Top achievements
Rank 1
 asked on 11 Dec 2012
6 answers
502 views
Hi,

I'm looking at buying a productivity package for .Net. I've been using Infragistics but I came across Telerik and it the UI performance seems smoother, and I prefer the styles.

Currently I've only trialed Infragistics and it works well. I can't install the demo of Telerik at the moment becuase of IT issues (complex admin rights on my work machine).

My requirement is centered arround displaying large ammounts of data in a line/area chart. I'd like to stay away from some of the chart-orientated packages as Telrik has such a complete suite of components I can make a good case to purchase it.

Anyway, my question is how well does the ChartView handle large data? I have Infragistics displaying a couple of days (about 8) of data, with each day consisting of about 17,000 datapoints and having 4 area serieses, so a total of half a million points. I am not insterested in the inital binding performance, but with this ammount of data I can pan and zoom with reasonable performance, with only a bit of lag when looking at the whole dataset.

Does ChartView now support multiple axis? This isn't very important, but would be a nice-to-have.

Can I add annotations, such as a vertical marker or text marker?

Thanks
Ves
Telerik team
 answered on 11 Dec 2012
0 answers
123 views
Hi Everbody,

i am interesting in understanding how you buitl the sample app.
Have you an documentation, blog post or sth. else?

I would like to adpat a similar structure with Prism 4.1 for my own app with your rad controls.

Thank you in advance.

Best wishes
Sascha
Sascha
Top achievements
Rank 2
 asked on 11 Dec 2012
0 answers
127 views
Hi,

How to add Animation RadComboBox for Drop Down.
John
Top achievements
Rank 1
 asked on 11 Dec 2012
1 answer
97 views
Hi, I'm using the latest trial version of RadControls for WPF.

RadTabControl has a property IsContentPreserved. When set to True, the content is preserved when a tab is hidden. Does RadCarousel has this feature? If not is there a workaround for this? Thanks!
Maya
Telerik team
 answered on 11 Dec 2012
1 answer
123 views
I have downloaded the 2012 Q3 controls and installed them, but I do not see the pivot grid control.  Is there a nothe build I need to download?
Rosen Vladimirov
Telerik team
 answered on 11 Dec 2012
0 answers
377 views
Hello, I have got the following style for my grid.

<Style TargetType="{x:Type t:RadGridView}" x:Key="OverrideDefaultGridViewStyle">
    <Setter Property="GridLinesVisibility" Value="None"/>
    <Setter Property="RowHeight" Value="50"/>
    <Setter Property="ColumnBackground" Value="White"/>
        <Setter Property="RowIndicatorVisibility" Value="Collapsed"/>
        <Setter Property="ShowGroupPanel" Value="False"/>
        <Setter Property="CanUserFreezeColumns" Value="False"/>
        <Setter Property="CanUserReorderColumns" Value="False"/>
</Style>

Could you explain, how can I get rid of extra lines (see attached file)?
These lines appear, when I am selecting cell(row). I think it's selected row.
How to disable selecting cell border (gray border)?
Thank You
Sergiy
Top achievements
Rank 1
 asked on 10 Dec 2012
3 answers
407 views
I am using a .docx file as a template and I am doing some processing to the document (insert text, etc) Before I save the document as a PDF.

Everything works great, but I have a problem to get and delete the next Paragraph after a specific table.

I can find and delete the table by using the following code:
//rdoc is the document, a .docx file used as a template.
 
//Search for the text "sometext".
DocumentTextSearch dts = new DocumentTextSearch(rdoc);
TextRange tr = dts.Find("sometext");
 
//Get the inline that the text is in.
Inline iCurrent = (Inline)tr.StartPosition.GetCurrentInline();
 
//Get the table to delete.
Table tToDelete = iCurrent.GetParentOfType<Table>();
 
//Delete the table.
sCurrent.Blocks.Remove(tToDelete);

How do I get and delete the paragraph that is directly below the table tToDelete?

I tought about useing the tToDelete.nextsibling, but that seem to return the next table instead of the next paragraph. I also tried to do a "foreach" loop of all blocks in the current section and delete the block that is directly after the table tToDelete, but that does not seem to work either since the blocks does not seem to be in order (top to bottom of the document).

Please note that I only want to process the document in memory and that I am therefore not using the actual RadRichTextBox Control.

 

Petya
Telerik team
 answered on 10 Dec 2012
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
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?