Telerik Forums
UI for WPF Forum
2 answers
72 views
Hello, we have a product using TileView that was originally built using version 2010.3 1314.  I am trying to upgrade to the newest version and it seems there are changes that break the way we are using the TileView.  I have tried all 2011 versions and none of them work correctly for me.

We have 2 TileViewItems, and in the older versions (2010.3.1314 and down) the TileStateChanged event was fired twice, once for each TileViewItem upon loading of the TileView.  In newer versions the TileStateChanged event is only fired once while loading, for the TileViewItem in minimized state. 

I can correct this in code by triggering the TileStateChanged event manually, but there are other problems which break what we are doing with the control.  For example the Maximized tile view loads with a 'Maximize' icon in the header rather than a 'Collapse' icon.  And when it switch between TileViewItems by clicking the maximize icon on the collapsed view, the previously maximized view disappears.  If i remove references to version 2011.1 315 and replace them with references to 2010.3 1314 all of these problems go away. 

Our TileViewItems contain the RadFluidControl, RadGridView, and RadComboBox controls.  It appears the events that fire upon loading have changed for some of these, however I do not see anything about this in the release notes.  Some of the bug fixes sound like they may be related, but I really have no way of fixing this without trying out every possible scenario. 

Any guidance on this?  I don't see how to go forward from here without some documentation on what has changed. 
Aaron C
Top achievements
Rank 1
 answered on 10 May 2011
1 answer
281 views
I know this has to be simple, but I guess I'm just missing the obvious. How do I get the drop down list for the combobox column to not resize its width as you scroll through the items? I know this is going to be extremely troublesome to my users because many of them heavily use the scrollbar and it keeps moving away from them as they click the down arrow.
Maya
Telerik team
 answered on 10 May 2011
1 answer
240 views
hi
how to create RadioButton Column in RadGridView?
Maya
Telerik team
 answered on 10 May 2011
1 answer
39 views
I notice that when using 'Kilometer' as the DistanceUnit, the Scale switches from kilometers to meters when zooming in.
Is there a way to get the Scale to switch from miles to feet?

Thank You.
Andrey
Telerik team
 answered on 10 May 2011
0 answers
115 views
Good Day

in a Win App there is a Double Click event that is nice. Now i want to trap a double click in a Radgrid in WPF.

Thanks
Vuyiswa
Top achievements
Rank 2
 asked on 10 May 2011
3 answers
114 views
Hello,
i try to describe my problem very simple:

- I have a TabControl with CloseButtons in the TabHeader.
- If I open & close a modal window the elements in the TabHeader can't get focus.
- So I can't use the CloseButton in the TabHeader
- After some clicking around the focus available again.
- If I don't open a modal window all elements working great.

When I add some other elements(like a TextBox) to the TabHeader it doesn't work, too.

Thanks for help & sorry for my bad english

(I use Telerik RadControls for WPF Q2 2010 SP2)
A picture: http://theupload.co.de/images/2011-05-04_083841.jpg
Rouven
Top achievements
Rank 1
 answered on 10 May 2011
2 answers
62 views
Hi, I got two treeview'sv called T1 and T2 from now, and I need them to behave like illustrated in this image.

Copy N Move

  1. If the dragged item is being dragged in the same treeview just move it.
  2. If the dragged item is being dragged from T1 to T2 Copy it.
  3. It the dragged item is being dragged from T2 to T2 disallow it.
Anders
Top achievements
Rank 2
 answered on 10 May 2011
2 answers
70 views
I have a chart where AxisX is a integer sequence that is updated programatically. The problem I am facing is, sometimes I get non integer values (such as 1.5, 2.5.... etc) as lables in addition to Integer labels. I do not want these non Integer labels to appear. How can I do this
1. Through C# code
2. Through XAML

The folowing is the basic code (validations removed) I am using,

 

private void SetXAxisSettings(RadChart chart, double axisMin, double axisMax)
{
 //Update the X Axis
 AxisX axisX = chart.DefaultView.ChartArea.AxisX;
 axisX.MinValue = axisMin;
 axisX.MaxValue = axisMax;
}

and, the following is the static settings I have in XAML

 

<telerik:AxisX LayoutMode="Between" LabelStep="1" Step="1" AutoRange="False" Title="Batch" />

Evgenia
Telerik team
 answered on 10 May 2011
1 answer
100 views
Hi,

Would like to have thick border (either left or right) to the cell.

Please let me know how we can apply this style.

thanks
Vanya Pavlova
Telerik team
 answered on 10 May 2011
3 answers
138 views
I have the scenario where I have a listbox bound to a collection of viewmodels, from which I want to drag to a gridview, upon dropping they will be converted to a second ViewModel and added to the gridviews collection.

I would like to perform these actions in the overall viewmodel itself... the docs state:

Subscribe to the DropQuery and DropInfo events for gridview. You can do that in two ways. The first way is to subscribe in the XAML:

but im afraid im not familiar/smart enough to know what I need to code to subscribe these events to a method or command on the viewmodels?

In the meantime im coding it up with code behind, but I would really like to move these actions to the viewmodels

any help greatly appreciated

Michael
Tsvyatko
Telerik team
 answered on 10 May 2011
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?