Telerik Forums
UI for WPF Forum
2 answers
94 views
HI,
i am new to telerik chart view control.
I want to display the negative sign at the end of a lable for an axis.
For Ex:if the label value is: -10 it has to show 10- instead of -10.
Can any one help me out of this problem..
thanks.
Sailaja
Top achievements
Rank 1
 answered on 02 May 2012
1 answer
94 views
In my wpf application I noticed that while using RadDocking users can drag windows into a layout so that the split bar between adjacent sections is no longer present. This is very annoying to the users.

This can easily be reproduced using the silverlight demo and probably the wpf one also.

In the "Split Containers" demo, drag pane "Pane Bottom 2" to the bottom half of "Pane Right 2". You will notice that before this "Pane Right 1" and "Pane Right 2" had a split bar between them. After they do not. This happens with other combinations also.

Georgi
Telerik team
 answered on 02 May 2012
2 answers
128 views
I am having trouble getting a bound  boolean to a GridViewCheckBoxColumn to show its state. 

<telerik:RadGridView Name="dgvBreaks" ShowGroupPanel="False" Margin="0,0,0,53" AutoGenerateColumns="False" SelectionUnit="Cell">
            <telerik:RadGridView.Columns>
                <telerik:GridViewDataColumn DataMemberBinding="{Binding Price}" Header="Price" Width="120" IsReadOnly="True" />
                <telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding MatchUs}" Header="Match Us" AutoSelectOnEdit="True" EditTriggers="CellClick" />
                <telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding MatchThem}" Header="Match Them" AutoSelectOnEdit="True" EditTriggers="CellClick" />
            </telerik:RadGridView.Columns>
        </telerik:RadGridView>

It looks like everything is binding fine, but if I click on the checkbox and go to another cell, the state of the checkbox is reset. I bound a normal GridViewDataColumn to the boolean field and I can see that the value is updated each time I click on the cell.

I am using build version 2012.1.326.40
Dimitrina
Telerik team
 answered on 02 May 2012
4 answers
101 views

I want to automate MVC application with coded UI test (VSTS
2010) and while doing automation Rad grid control creates problems. At the time
of recording what are the operations we have performed all those are recorded
very well but at the time of executing recorded script thrown small message
window with message “an error occurred” and script is not moved further from
that point.

Please guide me how to automate below operations on radgrid
with the help of coded UI

  • Click on any buttons presented on grid.
  • Getting row and column count.
  • Getting data in the cells.

Thanks,
Ajay




Vikas
Top achievements
Rank 1
 answered on 02 May 2012
8 answers
223 views
Hi there,

How would you style the slices on a PieChart programatically?

assume this code...
Dim radPieChart1 As New RadPieChart()
Dim series As New PieSeries()
 
series.DataPoints.Add(New PieDataPoint() With {.Value = 100})
series.DataPoints.Add(New PieDataPoint() With {.Value = 35})
series.DataPoints.Add(New PieDataPoint() With {.Value = 15, .OffsetFromCenter = 0.3, .IsSelected = True})
 
 
radPieChart1.Series.Add(series)
 
LayoutQ4.Children.Add(radPieChart1)

I would like to have say... slice 1 blue, slice 2 yellow, slice 3 red...


Thanks and best regards,
Petar Marchev
Telerik team
 answered on 02 May 2012
0 answers
83 views
Hi

I have master and detail gridview, I must disable master gridview, when user try to modify detail.
Disable master gridview work fine, but user can't see which row is selected.
I want set selected row color even gridview is disable.

How can i do it?

Thanks in advanced
hamid
Top achievements
Rank 1
 asked on 02 May 2012
2 answers
108 views
Hello!

How to use IDataErrorInfo with DataForm.

Thanks.
Pavel Pavlov
Telerik team
 answered on 02 May 2012
1 answer
201 views

Hi,

How can I apply any of built in application theme (for example Windows7) to my application to see it on design time for example in blend.

Now I am using this:

StyleManager.ApplicationTheme = new Windows7Theme();

And it is working on run time but of course not in designer.

Vanya Pavlova
Telerik team
 answered on 02 May 2012
3 answers
62 views
Hi,

I have a RadTreeListView (version 2011.2.712.35) whose ItemsSource is a custom implementation of INotifyCollectionChanged. The custom version is intended to be more efficient than ObservableCollection by bundling multiple sequential Adds or Removes into a single NotifyCollectionChanged event. The single event has a list of NewItems or OldItems with more than one item in it.

The RadTreeListView seems unable to handle this event correctly. In response to an Add event with two items, it only updates the display with the first of the items. In response to an Add event with 5 items, only the first two appear in the display.

Is this a known problem? Has it been fixed in a later version than the one I have?

Thanks,
   Bob
Pavel Pavlov
Telerik team
 answered on 02 May 2012
1 answer
200 views
I've got a listBox initialised with the following:

lbxFunction.ItemsSource = Enum.GetValues(typeof(ChartAggregateFunction));

How do I disable certain ListBox items?

I tried:

((RadListBoxItem)lbxFunction.Items[0]).IsEnabled = false;

I get an error.

Any solutions will be appreciated.
Oliver
Top achievements
Rank 1
 answered on 02 May 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?