Telerik Forums
UI for WPF Forum
1 answer
94 views
I have put together a pivotgrid control that I want to use, that works fine.  I now want to integrate the radchart view as per the wpf demo and all I get are errors simalr to

Error    2    The resource "BarSeriesStyle" could not be resolved.   

I have then downloaded the Telerik WPF demo source code and get the same error.  I preumse I am missing something on my PC, but need to get this working so I can replace some legacy software.

Thanks,
Lee

Polya
Telerik team
 answered on 02 Feb 2015
5 answers
218 views
I want to syncronize my RadGridView with my RadDataForm. Defining a CollectionViewSource in the XAML of the view bound to an ObservableCollection in the ViewModel does not work 100% because this will fail when we set a filter on the RadGridView. So after taking a look at your demos and manuals it seems that I have to use your QueryableCollectionView class to achieve correct syncronization.

In your demo you use QueryableCollectionView inside your ViewModel but the class needs Telerik.Windows.Data and WindowsBase.dll. Both of this DLLs are imho attached to "view stuff" and should not be in the ViewModel. In my case my ViewModel project is a portable class library which makes it impossible to import any of those view related libraries.

So here's the question? Can I use QueryableCollectionView in XAML like CollectionViewSource? If not how else can I get 100% working syncronization?
Ivan Ivanov
Telerik team
 answered on 02 Feb 2015
1 answer
233 views
Hello,

Is it possible to subscribe to a Button-Click Event on the Legend in the ChartView?

Thanks
Petar Marchev
Telerik team
 answered on 02 Feb 2015
2 answers
79 views
In the documentation over at (http://www.telerik.com/help/wpf/carousel-getting-started.html) we find the following snippet at the bottom when discussing how to add images to the carousel.  I'm sure this looks fine to you but where/what is "Image"?


List<Image> myImages = new List<Image>();
Image myImage = new Image();
myImage.Source = new BitmapImage(new Uri("/Images/nature1.jpg", UriKind.Relative));
myImage.Height = 200;
myImage.Width = 200;
myImages.Add(myImage);

The only image I can find is System.Drawing.Image and that ain't it.  All that displays is a text block detailing the image's properties.  At least is displays something.

I have found vague references to this being a "UI Element" whatever that is.  I've been all over these forums, stackoverflow and the web in general, what am I missing here?
Tony
Top achievements
Rank 1
 answered on 31 Jan 2015
1 answer
167 views
Hi,

I'm trying to add a vertical offset between the popup and the button and it's doesn't work as I expect. I tried to add PlacementTarget="0,10,0,0" and/or VerticalOffset="10" in the Popup declaration in the ControlTemplate of RadDropDownButton with no success. Is there sometihing else I should have done ?

Thank you,

Etienne
Etienne
Top achievements
Rank 1
 answered on 30 Jan 2015
1 answer
122 views
We are converting our WPF application from a third-party tool and control to a custom in-house Open Street Maps based solution and the RadMap control.  The WPF application used to use the third-party's geocoding solution to convert locations into street addresses and nearest cross street.

According to the documentation, the only GeocodeProvider built into UI for WPF is the BingGeocodeProvider.  Do you have any sample code that will show me how to implement my own custom GeocodeProvider?
Tony
Top achievements
Rank 1
 answered on 30 Jan 2015
6 answers
255 views
Is there a way within Wpf to disable collapsing of a Column Group Description?
I have a Type, SubType and then Aggregations. 
Currently the user can collapse the Type on the Column Group.
I want to prevent them from collapsing all the types and leave the last one open.
Fitz
Top achievements
Rank 1
 answered on 30 Jan 2015
2 answers
115 views
Hi,
I have a RadComboBox with EmptyText, and IsEditable is true. Is it possible to make the empty text right-aligned?
Thanks.

Theme: Expression Dark
Telerik version: 2014.3.1202.40.

Regards,
Gong
Vadimir
Top achievements
Rank 1
 answered on 30 Jan 2015
7 answers
242 views
Hi,
I've tried to replace the data provider in the OLAP support example with the Adomd one by the following way but when I run the project I cannot see fields and data (but without errors). I'm using SQL Server 2012.
I have used the same connection string used in Excel to open this local cube (that works).
Local cube was generated with XMLA / ASSL and not with CREATE GLOBAL CUBE command.

...
xmlns:telerikDataProviderAdomd="clr-namespace:Telerik.Pivot.DataProviders.Adomd;assembly=Telerik.Pivot.DataProviders.Adomd"
...
<telerikDataProviderAdomd:AdomdDataProvider x:Key="dataProvider">
    <telerikDataProviderAdomd:AdomdDataProvider.ConnectionSettings>
        <telerikDataProviderAdomd:AdomdConnectionSettings
            Cube="MyCube"
            Database="MyDatabase"
            ConnectionString="Provider=MSOLAP.5;Persist Security Info=True;Data Source=C:\1.cub"/>
    </telerikDataProviderAdomd:AdomdDataProvider.ConnectionSettings>
</telerikDataProviderAdomd:AdomdDataProvider>

If I try to change C:\1.cub with "localhost" (I've a SSAS instance on localhost with the same cube), all works perfectly.

Does Adomd provider supports local cube? Or what is wrong in my code?

Many thanks in advance!
Regards, 
Davide


       

 

 

 

 

Polya
Telerik team
 answered on 30 Jan 2015
3 answers
210 views
Hi, sorry but my english is not well. I´m newby in development WPF app.

I have a problem with implement drag drop between two treeview and i need help.
That´s what i want to do:
  1. I have two treeview. First treeview has hierarchy like:

      A1
          A1.1
             A.1.1.1
          B1.2
             B.1.2.1
             B.1.2.2
                B.1.2.2.1
                B.1.2.2.2
             B.1.2.3
             ...
2. The other treeview is empty

Well, i like drag both elements as parents from treeview (1) to (2). 
The first requirement is that drag drop from 1 to 2 the elements from 1 are deleted and can drag parents complete with all its child
The second requirement is when drag from 2 to 1 can only be done on the parent element to which it belongs for example:
    Subitem B.1.2.2.2 can only drag about B.1.2.2
The third requirement is that within the tree two items can be sorted between them

Can I help me?, please

Milena
Telerik team
 answered on 30 Jan 2015
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
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?