Telerik Forums
UI for WPF Forum
5 answers
415 views
I want to set the column width to take the whole table sixe (fill) with the code below

gvColumn2.Width =

new GridViewLength(1, GridViewLengthUnitType.Star);

It worked fine with Telerik version 2012 Q1. However, it doesn't work when I installed  Telerik WPF v.2012.2.912.40.

Please suggest!
Thanks and regards

 

Vlad
Telerik team
 answered on 24 Sep 2012
1 answer
1.1K+ views
I'm getting this error when rendering a Horizontal Bar or Horizontal Stacked Bar

Error appeared when running:
radChart1.SeriesMappings.Add(seriesMapping);

I have no problems when I'm rendering other types of charts.
Anyone knows about this error?
Oliver
Top achievements
Rank 1
 answered on 24 Sep 2012
1 answer
126 views
Hi All, attached file contains the type of the carousel I am looking Please guide me in achieving this form. Below are the list of things which I need clarification.

    1. The carousel is databound can be pogrammatically-achieved

    2. Carousel item customize-achieved

    3. As you can see in the attached file the arrows at the left and right, this should enable the scrolling of the carousel. How to remove scroll on click of selectedItem and make it scroll on this arrow image click.

    4. Say I want to display 4 items at once and if the images list is still there then half of the next image should be shown. So that the user will come to know there are more images to scroll? how can I achieve this this is an important work in my project. Please help to work around this

raghu raichand
Top achievements
Rank 1
 answered on 23 Sep 2012
2 answers
98 views
Hi,
Since I updated RadControls V2012.2.912.40 there is a problem in dataformat for date and numbers in RadGridViews.
It seems to ignore settings configuration of Windows Control Panel's Regional Options.
For example 12002.24 with the format DataFormatString = "{} {0: N4}" appears 1,2002.2400 while the displayed value should be
12 002,2400 (French format)
Any help would be appreciated.
Olivier.
Software
Top achievements
Rank 1
 answered on 21 Sep 2012
4 answers
471 views
Hi,

Am I setting the top table cell border correctly?
//Discount Total Cell
Span spanDiscountTotal = new Span(disountTotal.ToString("C", CultureInfo.CreateSpecificCulture("en-GB")));
spanDiscountTotal.StyleName = "styleTableTotal";
Paragraph paragraphDiscountTotal = new Paragraph();
paragraphDiscountTotal.Inlines.Add(spanDiscountTotal);
TableCell cellDiscountTotal = new TableCell();
cellDiscountTotal.Borders.SetTop(new Border(5 ,BorderStyle.Single, Colors.Green));
cellDiscountTotal.Blocks.Add(paragraphDiscountTotal);

Notice the line of code:

cellDiscountTotal.Borders.SetTop(new Border(5 ,BorderStyle.Single, Colors.Green));

For some reason the top border to the cell in question is not displaying a green single line.

I'm using library version 2012.2.912.40.

On another slightly different topic, before I upgraded from one of the previous WPF library versions all of the borders in my table were showing. Now that I've update the libraries no table borders are visible.

Any adivce would be greatly appreciated.

Thanks for your time,

Rob

Robert
Top achievements
Rank 1
 answered on 21 Sep 2012
1 answer
116 views
Hi,

I have assigned the list of items to the ResourceTypesSource with Resources . I can able to see the items what i have initially assigned in the UI.  After i am trying to add/update/remove the ResourceType resources . But it is not getting reflected in the UI. Once i cleared the ResourceTypesSource value and reassigned then i UI showing the items what i have added . Can't we refresh the UI items without clearing the entire ResourceTypesSource

Thanks
Sekar
Yana
Telerik team
 answered on 21 Sep 2012
7 answers
143 views
Hi,

is there any way to avoid moving shapes outside the diagram or to avoid overlapping shapes?

This could be interesting to design layout editors like floorplants, etc

Best Regards,

David
David Navarro
Top achievements
Rank 1
 answered on 21 Sep 2012
9 answers
417 views
Hello Telerik Forum!

I am having some strange issues with the DataFormComboBoxField.

<telerik:DataFormComboBoxField Grid.Row="2" Grid.Column="1" 
                                                       SelectedValuePath="CategorieId" DisplayMemberPath="Categorie"
                                                       ItemsSource="{Binding Categories, Source={StaticResource TEST}}"
                                                       DataMemberBinding="{Binding CategorieId, Mode=TwoWay}" />

Me.Personen = New ObservableCollection(Of Personen)()
Me
.Categories = New ObservableCollection(Of PersoonCategorie)


My model is in attachement.

The datacontext of my view is Personen, and a statis resource 'TEST' for Categories

When i edit my form, the combobox loads correctly, also, when i change the value, it makes the changes in my RadGrid also properly.
However, once i end edit mode, and try to save, it gives me a NULL field.

So for some reason, the categorieId field DOES change (visible in my grid), but it makes itself go NULL value.

Any help on this please? I am in a hury to finish this project.

Thank you very much!
Aleks
Top achievements
Rank 1
 answered on 21 Sep 2012
2 answers
117 views
Hi,

We use the RadMap control for displaying aviation routes in our WPF application. When displaying a route from e.g. Paris to New York this work perfectly fine. 

However when displaying a route which crosses the pacific, e.g. from Seattle to Tokyo, we end up with a rahter inlogical view where the polyline disappearts out through the left side of the map and starts again in the right side of the map.

Is it in any way possible to make the RadMap behave like Google Maps, where the map can scroll conitously horizontal? That is, chaning the "center" of the map as one scrolls horizontally. 

The end result should look something like this (Gotta love Google for their "Kayak accross the Pacific ocean" :-)):
 https://maps.google.com/maps?saddr=Seattle&daddr=Tokyo&hl=en&ll=23.885838,-148.886719&spn=107.11446,203.203125&sll=36.315125,-32.871094&sspn=83.931105,158.027344&geocode=FcJp1gIdWVy1-ClVM-iTLBCQVDGa1URpRmUlEA%3BFRCUIAIduoZTCCnnVy7whxtdYDGJG1cii2EBLg&mra=ls&t=m&z=3
Henrik
Top achievements
Rank 1
 answered on 21 Sep 2012
1 answer
187 views
Hi,

We are using the RadGridView so that the users can use the drag and drop function to reorder the column while using it.

As evertytime when the appliation restarted, the column order will be changed back to the what has configured in the markup, and every user has their own prefered column orders,

Is there a way to store the column order in the configuraiton file? so that individual user can save their preferences in the conifuration file, and when the application starts, the column order can be obtained from the configuration file.

Thanks
Dimitrina
Telerik team
 answered on 21 Sep 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?