Telerik Forums
UI for WPF Forum
3 answers
145 views
1. Expend one row in RadTreeListView
2. Edit one of the child cell in the grid
3. Click to collapse the row and expend it.
4. Changes reversed.

Attach to the currentcellchanged event:

the oldcell is null when collpase the row.

Any idea?
Dimitrina
Telerik team
 answered on 12 Jul 2012
0 answers
140 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
119 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
164 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
155 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
146 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
161 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
127 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
102 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
676 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
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?