Telerik Forums
UI for WPF Forum
1 answer
152 views
In the DateTimePicker, if the user enters an 11 first, then I would like to assume that they mean November and automatically move them to the day section. Similarly if the user enters a 5 in the day section I'd like to move them to the year section since 5x is not a valid day choice. Additionally, I would like to have the text box section of the DateTimePicker set up with a mask. So that when the user starts typing they see 00/00/0000 and as they type they overwrite the zeros so that there are 8 numbers and two slashes in the DateTimePicker textbox at all times. Is this possible with the DateTimePicker? 
Kaloyan
Telerik team
 answered on 18 Oct 2010
1 answer
54 views
Hi

I have a requirement where I need to show tooltip tip for the month and year in the header of calendar. I mean the text which says October - 2010 i need to apply a tooltip based on the month. Is it currently supported in the control if so how.

Regards
Kiran
Kaloyan
Telerik team
 answered on 18 Oct 2010
6 answers
85 views

I have some aggregrate functions on my gridview like this
 groupview = new QueryableCollectionView(MyListGrid.Items);
                    if (MyListGrid.GroupDescriptors.Count > 0)
                        MyListGrid.GroupDescriptors.Clear();
                    var descriptor = new GroupDescriptor() { Member = "Status" };
                    descriptor.AggregateFunctions.Add(new CountFunction());
                    this.MyListGrid.GroupDescriptors.Add(descriptor);

and I get the following exception at descriptor.AggregateFunctions.Add(new CountFunction());

{"Unable to cast object of type 'Telerik.Windows.Data.QueryableCollectionViewGroup' to type 'Telerik.Windows.Data.AggregateFunctionsGroup'."}
Xaria D
Top achievements
Rank 1
 answered on 18 Oct 2010
3 answers
281 views

Hello,

I have a radwindow as my parent window and a click on the status bar items opens another Radwindow. I need to close the child window when I click anywhere outside the child window.

To do so I have registered the window.GotFocus(..) event on the Parent Window. In this event I am closing the child window. Also I have registered the LostFocus event on tyhe child window But this event gets fired only when I hit a Tab. If I click anywhere outside the Radwindow neither of the event get fired.

Is there any way to resolve this issue?

Thank you for your help.

Neha

George
Telerik team
 answered on 15 Oct 2010
4 answers
435 views
Hi,

I have a RadGridView in which the user can edit cells and the content is validated.
The problem is that when an error occour the cell remain in edit mode until the input is validated again.
I would like that the user can add invalid input. Is it possible?

Thanks,
Roberto.
Steve Evans
Top achievements
Rank 1
 answered on 15 Oct 2010
3 answers
292 views
Hello Telerik!

I have created an example similar to your file explorer treeview example.  I am having trouble getting the list to automatically update if a text file is added.  I am not looking for a filewatcher solution, just something simple where a function is called once the file has been added.

Please check out my example here

To get it working add a c:\foo directory and at least 1 text file.   The desired result would be to have the treeview automatically update once the add file button is pressed.

Thanks.  You guys are the best!
Ryan
Alex Fidanov
Telerik team
 answered on 15 Oct 2010
1 answer
133 views
I downloaded radControlTelerik for WPF in www.telerik.com . But I don't see rad control splitter in Toolbox.
Does radControlTelerik have support splitter for WPF?
Konstantina
Telerik team
 answered on 15 Oct 2010
2 answers
211 views
hello,

I am working on WPF Application with c#.
i have some problem in RadNumericUPDown. I want to increase the size of Up and down button
in RadNumericUpDown Control Rather then increase the Whole Control Size.
Please suggest me how can i increase the size of up and down button in RadNumerUpDown Control.

Thanks in advance
vinod nagda
vinod nagda
Top achievements
Rank 1
 answered on 15 Oct 2010
1 answer
21 views
Hi,

I have installed lastest RadGridView for WPF (Trial Version). I have assigned an ObservableCollection with 100000 records to it. It loads fine and also editing cells is fine. But it takes lot of time to edit when grouped by a particular column and whole system hangs for some time.


Veselin Vasilev
Telerik team
 answered on 15 Oct 2010
1 answer
160 views
Hi guys,

I'm currently evaluating RadControls and I can't get themes to work with RadTabControls and their RadTabItems.
I apply one of the built in themes to the application, eg

Telerik.Windows.Controls.StyleManager.ApplicationTheme = new Telerik.Windows.Controls.SummerTheme();

...and it works with the other controls but not tabcontrols/tabitems.  Is there anything else I have to install/do?
Petar Mladenov
Telerik team
 answered on 15 Oct 2010
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?