Telerik Forums
UI for WPF Forum
1 answer
133 views
I have 2 SplitContainers in another one which is all loaded from an XML file using my own deserialization code similar to LoadLayout. Regardless of whether I use ProportionalStackPanel.SetRelativeSize during my load or let it use the defaults, when I later attempt to serialize it, the ProportionalStackPanel.GetRelativeSize function returns the original values that it was loaded with. I would expect that when a user drags the splitter bar that the RelativeSizeProperty would update so that when I use the get function it returns the current values. The same applies for figuring out the RelativeSize for PaneGroups within a SplitContainer.

Is there something I am missing or am I going to have to manually recalculate the split ratio based on the RenderSize to Parent.RenderSize or something similar? If that is the case, would there be an alternative such as handling an event when the split bar moves?
Pana
Telerik team
 answered on 20 Aug 2013
1 answer
161 views
Hi,

I am using RadRichTextbox for one line input only.  Basically, I want it to work as regular RadTextBox. I need use this control instead of regular RadTextBox for mail merge purposes.  The text is half hidden.  If I resize the window or click inside the textbox it normalizes.  Is there a setting I need to set to fix this or is this a bug?  Any workaround?

Here is my simple code.  See attached image file to see how it looks.

<telerik:RadRichTextBox x:Name="radRichTextBox" HorizontalAlignment="Stretch" Height="26" ScrollViewer.VerticalScrollBarVisibility="Disabled" AcceptsReturn="False" AutoInsertHyperlinks="False" LayoutMode="FlowNoWrap" VerticalScrollBarVisibility="Disabled">
            <telerik:RadDocument>
                <telerik:Section>
                    <telerik:Paragraph>
                        <telerik:Span Text="This is a test"/>
                    </telerik:Paragraph>
                </telerik:Section>
            </telerik:RadDocument>
        </telerik:RadRichTextBox>
Petya
Telerik team
 answered on 20 Aug 2013
0 answers
143 views
Hi,

How to hide the GroupHeaderRow (entire row & Column) of RadGridView WPF.
I want to hide the entire row (expander and content) & Column(template).But I need Subtotal & Total. Please find the attachment.
Can anyone help me to resolve this issue.







Regards
-Siva

Sivakumar
Top achievements
Rank 1
 asked on 20 Aug 2013
2 answers
185 views
I use OpenStreetMap as map provider. On the german website of OSM (http://www.openstreetmap.de/karte.html) there is a list of different map "styles" to choose from. Our customer likes the german style more than the international because of the fully localized map content.

When creating a new OpenStreetMapProvider as map provider for RadMap there are no options or parameters so I think this class  automatically uses the maps from openstreetmap.org (international version). Is it possible to select the german maps? Will you enable this in the future?
Johannes
Top achievements
Rank 1
 answered on 20 Aug 2013
7 answers
578 views
Hello I have problem with compilation of my solution after adding RichTextBoxUI assembly.
1. I'm using no xaml version and implicit styles
2. After recompilation it happens that I have following error:
Error    1    The type or namespace name 'Ruler' does not exist in the namespace 'Telerik.Windows.Controls.RichTextBoxUI' (are you missing an assembly reference?)    ..Path..\Window\SomeWindow.g.cs   (this is precompiled xaml file) Once I remove reference to RichTextBoxUI everuthing is working again.
3. Sometimes it is working but mostly not. I need to restart computer to make it work again (not always helps)
4. There is also bug in RichTextBoxUI implicit style related to BooleanVisibilityConverter. it is declared later than used so application is crashing during start. After I moved declaration top of file it started working.

I'm using Q1 2013 version of controls.

UPDATE:
I had to remove all references to RichTextBoxUI and implement custom SelectionMiniToolbar (which I in fact wanted) and now everything is working. But if I would like like to use full UI ribbon I couldn't.




Todor
Telerik team
 answered on 20 Aug 2013
3 answers
200 views
I've seen the samples that show filtering and grouping by resources, but I want to filter and group by category. Is there any way to achieve this?

Bruno
Kalin
Telerik team
 answered on 20 Aug 2013
1 answer
135 views

 I'd like to report bug(s) but there's not obvious link I can see and I don't feel like installing Silverlight, where might one go to do this?

Thanks.
Yana
Telerik team
 answered on 20 Aug 2013
3 answers
355 views
Tool used: WPF RadChartView

using a chart with vertical left axis set. To switch to right, I create a new vertical linear axis (whose HorizontalLocation is set to right) and set the Series vertical axis to this new Right Linear Axis. On doing this I see a behavior where the first X-Axis label is cut off as you can see from the attached images.

I tried to play around with the flow and setting margin, but it does not help. Is this a known issue?
Any help is appreciated.

Thanks,
N D
Ves
Telerik team
 answered on 20 Aug 2013
2 answers
138 views
hi,

I'm u sing your Drag and Drop Example. This is fine, but how do I remove one of the HHResource by clicking a Button which I
created next to "Room: 141". I want to remove MARY BAIRD for example.

Thanks
Regards
Rene
ITA
Top achievements
Rank 1
 answered on 20 Aug 2013
2 answers
126 views
Is there any documentation / examples of how to integrate the RadDocking document host documents with the QAT in RadRibbonView? I'm still trying to make the transition from WinForms MDI applications to WPF. In WinForms I would have a ribbon control that has its ribbon tool buttons as mdiMergeable. Then, I would have mdi children forms that have their own ribbon tools collection that would merge with the ribbon tool collection. The mdi children opened as tabbed documents within the mdi parent that contains the ribbon and QAT. Since the tools were merged the mdi child could handle the click event of the tool button that was also in the QAT.

I understand that WPF does not have MDI support. I have a RadRibbonView on the main form with some buttons in the QAT (e.g. Save, Print, Close, Delete). The main form also uses RadDocking and I'm using the Document host feature to display the RadPanes as tabbed documents. But I don't know how to wire up a QAT button click event so that the RadPane / tabbed documents can intercept, and then the clicked QAT button (e.g. Delete, Save, etc.) only applies to the Active / selected RadPane and not the other open but not select RadPanes / tabbed documents. Do I need to eliminate the QAT and put the standard action buttons, such as Save, Close, etc. on each RadPane / tabbed document?

If you could point me in the right direction on any available documentation I can do the research and figure it out.
Nadina
Top achievements
Rank 1
 answered on 19 Aug 2013
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
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?