Telerik Forums
UI for WPF Forum
0 answers
131 views
Hi all

The following code allows the creation of a control RadMenu at runtime with an item

             Dim As New RadMenu NewMenu
             newMenu.Name = "MyPopUpMenu"

             Dim As New RadMenuItem newMenuItem
             With newMenuItem
                 . Name = "Name_A"
                 . Header = "Option A"
             End With

             newMenu.Items.Add (newMenuItem)
             newMenu.ClickToOpen = True

It works without problems but how I can:
1 - Make it visible, the object is created in memory but not a method I have "Display" or "Show" or the like to show it.
2 - Place it in a specific location, such as the mouse pointer.
3-Make it a shortcut menu, type Popup .....

Thanks to all .....
Romell
Top achievements
Rank 1
 asked on 11 Jul 2012
3 answers
113 views

Hello,
I want to change the way TileViewItems change their positions in the I want to change the way TileViewItems change their positions in the TileView so that when I drag an item to the left of another one it will change his position to the left of the dropped item and to the right accordingly without any other changes to the other items (I believe the way to do that is to  pin all the others).

How would you recommend me to do so?

Thank you anyway!

Petar Mladenov
Telerik team
 answered on 11 Jul 2012
1 answer
159 views
Hello community

Is it possible to control RadTileView type with a series of items but without the traditional header items?

Need functionality and performance of this control (RadVireTileItem) but not the header has been developed as an own.

In advance, thank you all .....
Petar Mladenov
Telerik team
 answered on 11 Jul 2012
3 answers
148 views
Is it possible to databind RadialScale.Ranges so that the set of ranges can be easily manipulated from the ViewModel?
Andrey
Telerik team
 answered on 11 Jul 2012
1 answer
137 views
Hello,

I know you guys don't support custom modifications, but I am simply trying to compile RadRibbonView as-is from source (using VS2010 SP1).  I am using the source version: RadControls_for_WPF_Source_2012_2_0607.  First I had to compile Navigation satifies some errors, and now it tells me that Error 3 File '..\..\..\..\Binaries\WPF\Telerik.Windows.Controls.RibbonView.xml' cannot be found. RibbonView.VisualStudio.Design.4.0

Also, it says I need to reference and older version (2012.1.326.40) of Telerik.Windows.Controls to satify IPopupWrapperOwner and IThemable.  I have already compiled Telerik.Windows.Controls without errors from core\XCore_WPF.sln

I am compiling for release40

Thanks,
Eric
Miro Miroslavov
Telerik team
 answered on 11 Jul 2012
5 answers
147 views
In Telerik 2012.Q1.0326.Dev / RibbonView / KeyTipService.cs - line 499 (method HideTips) sometimes throws object null reference exception. In previous version (2011.Q3.1220.Dev) there was a check if (this.popup != null) { ... } and it worked. Now the check disappeared. Please fix it!
Mrdec
Miro Miroslavov
Telerik team
 answered on 11 Jul 2012
1 answer
116 views

Dear support team,

I'm using the RadChart and want to define a global style for several charts. One of the properties to be set is the property PaletteBrushes.

As long as I apply the PaletteBrushes for the RadChart it works, but if I apply it by the style of the chart, the Brushes are not applied.

This one is working:

<telerik:BrushCollection x:Key="DashboardPaletteBrushes">
    <SolidColorBrush Color="Green" po:Freeze="True" />
    <SolidColorBrush Color="Yellow" po:Freeze="True" />
    <SolidColorBrush Color="Red" po:Freeze="True" />
</telerik:BrushCollection>
  
<telerik:RadChart PaletteBrushes="{StaticResource DashboardPaletteBrushes}" />

This one does not work:

<telerik:BrushCollection x:Key="DashboardPaletteBrushes">
    <SolidColorBrush Color="Green" po:Freeze="True" />
    <SolidColorBrush Color="Yellow" po:Freeze="True" />
    <SolidColorBrush Color="Red" po:Freeze="True" />
</telerik:BrushCollection>
  
<Style x:Key="DashboardChartStyle" TargetType="telerik:RadChart">
    <Setter Property="PaletteBrushes" Value="{StaticResource DashboardPaletteBrushes}" />
</Style>
  
<telerik:RadChart Style="{StaticResource DashboardChartStyle}" />

Sia
Telerik team
 answered on 11 Jul 2012
2 answers
96 views
Hi,

I needed a custom filtering in the grid columns and I used FilteringControl property in the column to set my custom control (which implements

IFilteringControl)

 

 

. Then the problem was my filter control was totally different (in look and feel) to the default ones in the grid.

Is there a way to extend the default filter control in grid? or a recommended way to implement similar look and feel?

Thanks
Indrajith

Indrajith
Top achievements
Rank 1
 answered on 11 Jul 2012
2 answers
664 views
Hi,

I am trying to create a style for RadContext menu for this i am  trying to set a setter propery (Setter Property="IconColumnWidth" Value="28"/>) 

In Expression Blend i am seeing this error:
Type 'MenuBase' initilization failed:Te Type initilizer for 'Telerik.Windows.Controls.MenuBase' threw an exception.

In Visual studo:
when i try to run i am receiving this error:

Set property 'System.Windows.ResourceDictionary.DeferrableContent' threw an exception.

Can you please tell me where i am doing mistake??

Thanks in advance.
Ravi
Top achievements
Rank 1
 answered on 11 Jul 2012
1 answer
126 views
Hi,

Is there anyway to change the cell edit mode so that it works like excel. The problem I have at present is when a cell is in edit mode and the user hits return/enter then the cell selection moves to the following row, which is fine, but it then puts the cell in the new row in edit. This is a problem as the user is unable to use the arrows to move around the grid at this point. The only way to proceed is to hit escape.

Thanks
reg
Top achievements
Rank 1
 answered on 10 Jul 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
PersistenceFramework
DataPager
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
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
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?