Telerik Forums
UI for WPF Forum
3 answers
329 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
95 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
97 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
1 answer
73 views
I add MarkedZones and then CustomLines but some of the MarkedZones appear over some CustomLines.  I can't find a way to enforce the level these items display. Does anyone know a way to do this?
Nicholas
Top achievements
Rank 2
 answered on 19 Aug 2013
2 answers
99 views
Hi,

I have my gridview setup like this:

<telerik:RadGridView ShowGroupPanel="False" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Name="RadGridView1"
                     AutoGenerateColumns="False" >
    <telerik:RadGridView.Columns>
        <telerik:GridViewDataColumn DataMemberBinding="{Binding FirstName}" Header="First Name"/>
        <telerik:GridViewDataColumn DataMemberBinding="{Binding LastName}" Header="Last Name"/>
    </telerik:RadGridView.Columns>
    <telerik:RadGridView.ChildTableDefinitions>
        <telerik:GridViewTableDefinition/>
    </telerik:RadGridView.ChildTableDefinitions>
    <telerik:RadGridView.HierarchyChildTemplate>
        <DataTemplate>
            <telerik:RadGridView ItemsSource="{Binding Content}" ShowGroupPanel="False" />
        </DataTemplate>
    </telerik:RadGridView.HierarchyChildTemplate>
</telerik:RadGridView>


Everything displays correctly. However it's not possible to edit the child data. Is there something wrong with my approach or is this a feature limitation?

Thanks.
James
Top achievements
Rank 1
 answered on 19 Aug 2013
0 answers
222 views

hi

i'm using Radgridview , My scenario is i have totals in one row  i need to enter some numbers in next row cells ,when ever i entered number ,based on that number it  calculate % of above totals and the calculated figure should be displayed in next row ..... how to implement this cell triggers using C# plz help me

If you see below attachment u can understand .. if i enter 10 in cell then the calculated total figure should to next row cells

thanks in advance 

Pranavi
Top achievements
Rank 1
 asked on 19 Aug 2013
4 answers
150 views
Software we are writing with WPF has some requirements to enter dates which are 10-20 years in the future. Ideally, we would like the FIRST popup to be the decade view, but which would then continue down to the month, then day - much like if you click on the header part several times. We don't want the control to ONLY take a year, so DateSelectionMode set to 'Year' is not what we want.

Yana
Telerik team
 answered on 19 Aug 2013
1 answer
132 views
Hi,

in my application, when the user click on my search button. I want to show all availabilities by date and only the availabilities. I though the TimeLineView was the component I need for doing this but I'm not sure. Look at the screen shot of what I want and if anybody know what I could take for this let me know.

Thank's
Alain
Tsvetie
Telerik team
 answered on 19 Aug 2013
4 answers
69 views
When dragging a row from a RadGridView, by default. the whole row with all the cells/fields is shown as Dragged Item.m
Is there a simple way to just show one of the cells/fields?
Without the need of several help-classes and templates?

What is the easiest way?

Rieni De Rijke
Top achievements
Rank 1
 answered on 19 Aug 2013
1 answer
105 views
Hi,

I'm working on a WPF 4.0 app which uses the Windows 8 theme with a predominantly green colour scheme. However some parts of the app use a grey colour scheme and this is causing me issues, specifically with RadComboBox.

I've set the colours in Windows8Palette.Palette according to the green colour scheme and that all works fine. My problem comes when I need to use a RadComboBox with the grey colour scheme. I have styles for RadComboBox which set Background, Foreground etc. to the appropriate grey colour scheme colours and I've set the combo box's ItemContainerStyle to one which styles a RadComboBoxItem with the correct colours but some parts of the RadComboBox UI access Windows8Resource directly which gives them the green colour scheme rather than the grey one I want.

For example, in Telerik.Windows.Controls.Input.xaml (for the Windows 8 theme), the style for RadComboBoxItem gives the control a Border called HighlightVisual which is made visible on mouse over. This control sets its Background to "{telerik:Windows8Resource ResourceKey=BasicBrush}" and I haven't been able to figure out a way to set this to a colour from the grey scheme without changing BasicBrush for the whole app.

Is there a way to change this colour for a single control, preferably in a Style?

I could create Styles which duplicate the XAML for RadComboBoxItem etc. and then set the Background to something different but this seems like a lot of effort just to change the Background of a Border!

Cheers,

Richard
Masha
Telerik team
 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
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?