Telerik Forums
UI for WPF Forum
1 answer
94 views
Hi Guys

With the following data in item source

{1,2,7,4,9}
{1/1/2009,2/1/2009,3/1/2009,4/1,2009,5/1,2009}

N.B the dates are the 1st on the month.

 


The BarSeriesDefinition  is fine but width of the bars are very small , this is due to the fact that the control assumes there are zero values for all the rest of the days of the month. Now can i change this ?


Ves
Telerik team
 answered on 16 Sep 2009
4 answers
230 views
Hi,
are the WPF controls completable with MS 2010? I download the WPF controls and trying for tree view in Microsoft 2010, it is not working and throwing errors like
"Could not load file or assembly .....................................Telerik.Windows.Data.Dll" or one of it's dependencies (Exception from HRESULT:0x80131515)."

The same thing is working OK with Microsoft 2008.
I need to work with WPF controls in Microsoft visual studio 2010.
Please help me out
Thanks,
Nash
N_avtar
Top achievements
Rank 1
 answered on 15 Sep 2009
3 answers
703 views
Hi,

I am still very new to wpf and would like to know how i would add text to the progress bar. The demo has the textblock above the progress bar and not inside. My end goal is to have the progressbar in the gridview control on a per row basis.

Any help would be very appreciated

Kind Regards,

Clinton
kottu
Top achievements
Rank 1
 answered on 15 Sep 2009
7 answers
330 views
Hi,

Pre the 2009Q2 release, I could select and scroll to an item by setting the IsSelected and IsCurrent of that item to true and use BringDataItemIntoView. That worked perfectly all the time (except when grouped, but that's another forum post ;)).

In the current release, this doesn't work correct all the time. If I have a RadGridView that can 'show' 17 rows for instance, and I try to select an item with that's outside the viewport, it won't get selected/made current (using SetIsCurrent and SetIsSelected), but BringDataItemIntoView will still scroll to the item.

Is that a bug or am I doing something wrong?
Vlad
Telerik team
 answered on 15 Sep 2009
1 answer
98 views
Hai,
    I am using rad 2D piechart for our application. In this i was binded 4 digit value, at this time the last digit hides in the corner(ex:If i want to bind 1589 it shows 589 only).Can i bind the values in mid of the Area?

Thanks in advance.
Velin
Telerik team
 answered on 15 Sep 2009
5 answers
114 views
I've got a screen that has a few date pickers on it, used for Due Date, Start Date and Completion Date.

The software I'm writing has limits on how far forward/backward you can select a date, so a Completion Date can only be before or on Today's date, but not more than 1 week before today's date, likewise with the Start Date.

To implement this easily I've used the SelectableDateStart and SelectableDateEnd values.  These work well for my purposes, except for this case:

Users will often enter in a start date, then maybe 3 weeks later when the task is completed they come into the same screen to fill in the completion date.

The problem that occurs is that I'd like the already selected start date to be a valid entry in the RadDatePicker - the existing date shows up, but if the user happens to change the value, they can't get the originally selected start date back unless they exit the screen without saving.

What would be ideal in this situation is that in addition to the range of selectable dates you have an array/list, which allows you to specify other dates that can be selected that are outside of the range of SelectableDateStart and SelectableDateEnd.

Is it possible to get this feature introduced into the control?
Kaloyan
Telerik team
 answered on 15 Sep 2009
0 answers
96 views
anybody can help me.

1. How to change column width in radgridview using wpf..

thanks,
regards,
vignesh
kottu
Top achievements
Rank 1
 asked on 14 Sep 2009
1 answer
200 views
Hello again,

I've got two more issues

1)
When I bind the radgridview to a linq to sql datacontext and do sorting on a datetime column, then I get the following error:

SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM.

2) In your demo application, under DataSourceUpdates, there goes something wrong in my opinion.
When you edit a textbox, the binding with the gridview.CurrentItem doesn't function anymore. Also after resetting the form, the text won't disappear. I think this has something to do with the oneway binding. I solved the problem by using the selectionchanged event instead of binding the textboxes to the CurrentItem

With kind regards,
Thomas


Stefan Dobrev
Telerik team
 answered on 14 Sep 2009
3 answers
101 views
Hello,

Can you explain me how to precisely place a point onto the chart with the X and Y coordinates ? Must I set two items mapping and a 2-dimensional array ?

I wrote this sample in Xaml :
<!-- Chart --> 
<t:RadChart Grid.Column="2" x:Name="_uiChart"
    <t:RadChart.SeriesMappings> 
        <!-- Measurement --> 
        <t:SeriesMapping CollectionIndex="0" LegendLabel="Measurement" x:Name="_uiMeasurementSeriesMapping"
            <t:SeriesMapping.SeriesDefinition> 
                <t:SplineSeriesDefinition /> 
            </t:SeriesMapping.SeriesDefinition> 
            <t:SeriesMapping.ItemMappings> 
                <t:ItemMapping DataPointMember="YValue" />
            </t:SeriesMapping.ItemMappings> 
        </t:SeriesMapping> 
    </t:RadChart.SeriesMappings> 
</t:RadChart> 

And I passed to the ItemSource a double array like this :
List<double[]> itemsSource = new List<double[]> 
    new double[] {3, 5, 9, 8} 
}; 
this._uiChart.ItemsSource = itemsSource; 


Thanks,
Adrien.





Adrien Pellegrini
Top achievements
Rank 1
 answered on 14 Sep 2009
5 answers
230 views
Hi,

When dragging  the vertical scrollbar the grid shows a tooltip with the value of the first column inside. 
Is it possible and how(if it is) to make the scrollbar to show the value of the 2nd, 3rd column?

Thanks,
Ruben.
Hristo
Telerik team
 answered on 14 Sep 2009
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?