Telerik Forums
UI for WPF Forum
3 answers
119 views
Hi,
I have a radgridview where the user can make a random cells multiselection (see the attachment).
On the click button I need to know which cells are been selected. More specifically, for each row I need to know the item and the column of the selected cells.
If I use the radgridview.SelectedCells everything is works since the cells are visible, when I scroll the rows in the radgridview.SelectedCells they disappear.

How can I do?
Thanks
Mattia
Top achievements
Rank 2
 answered on 02 Feb 2015
1 answer
85 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
206 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
223 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
72 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
164 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
114 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
245 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
108 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
239 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?