Telerik Forums
UI for WPF Forum
2 answers
139 views
I have installed RadControls_for_WPF40_2011_2_0712_Dev
I have then upgrade with the vs extenstion to the latest hotfix.
The latest hotfix gets not listed when trying to upgrade the projects to the latest version.

I see: C:\Users\Harry\AppData\Roaming\Telerik\Updates\01248RadControls_for_WPF_35_2011_1_0502_DEV_hotfix_LIB
So this is the WPF 3.5 hotfix. I do not have Telerik WPF 3.5 installed.

There is no WPF 4.0 hot fix in this directory...

Any ideas?

Cheers Harry
Iwhp
Top achievements
Rank 1
 answered on 22 Jul 2011
1 answer
291 views
Hello,
I've done a new template and style to a RadComboBox, but now I can't find where to style the SelectionBox(Item).
I don't want the behavior that is generated by the office theme.

Where can i edit those properties?

Thank you!
Dani
Telerik team
 answered on 22 Jul 2011
1 answer
76 views
Hello guys,
we're getting an "InvalidOperationException" in RadGridView that can be reproduced in your WPF 2011 Q2 Demo.

- please start "RadControls for WPF Q2 2011 Demos"
- select Highlights --> GridView
- select the first row by clicking with the mouse (Nancy)
- press "enter" two times --> all ok
- sort the list clicking on a column heading, i.e. "Phone"
- press "enter" --> Exception !!!!

If necessary I could send you a stack trace from the same exception we're experiencing in our application.

Best regards
Oliver
Yordanka
Telerik team
 answered on 22 Jul 2011
4 answers
172 views
How to bind HTML to a viewmodel property?
Iva Toteva
Telerik team
 answered on 22 Jul 2011
4 answers
320 views
Hi,

is there a way to implement the Count and Average Functions only for selected Rows?

Regards,
Thomas
Thomas
Top achievements
Rank 1
 answered on 22 Jul 2011
1 answer
107 views
Hi,

My application has a requirement to limit the symbols that can be inserted into the RichTextBox control.  How do I customize the Insert Symbol dialog to achieve that?  In addition, I have similar requirements for the FontPropertiesDialog to limit the font family selection.

Thanks,

Paul
Ivailo Karamanolev
Telerik team
 answered on 22 Jul 2011
12 answers
653 views

Hi,

I would like to run a storyboard which will effect the border when a user enters a cell. I presume this can be achieved through a trigger.
Alternately / also I would like show a different control template, when the enters the cell and leaves the cell

My problem is that I do not which property to attach the trigger to.

for my column style I am using this ControlTemplate.

 

 

 

 

 

<ControlTemplate x:Key="DataBoundColumnCustom" TargetType="{x:Type telerik:GridViewCell}">

 

 

 

 

 

 

<ControlTemplate.Triggers>

 

 

 

 

 

 

<Trigger>

 

 

 

 

 

 

 

</Trigger>

 

 

 

 

 

 

</ControlTemplate.Triggers>

 

 

 

 

 

 

<Border CornerRadius="2,2,2,2" Background="Cornsilk" Opacity="50" >

 

 

 

 

 

 


</
Border>

 

 

 

</ControlTemplate>

 

 

 

 

 

 

Maya
Telerik team
 answered on 22 Jul 2011
1 answer
327 views
Hi,

I am looking for a way to have a button as the first item in a combobox list just like the clear button. However I dont want to clear the selectedItem but want the user to be able to create a new item for the combox list via a popupwindow and then put that new item as the selected item.

I have not been able to catch the event when clicking on the clear btn. is that possible to catch it? 

Or some other idears ?

Thanks

Ole
Pana
Telerik team
 answered on 22 Jul 2011
3 answers
146 views
hi

i had a numeric column in wpf rad grid,that column can be edited also.
all the validation are done through code only.
but i had an issue,when i try to enter any characters in that column,the grid is restricting me to any other operations in that application.
if any characters enter in that column and go for next operation,our application will valiadate and dispaly a message box showing only numeric values is accepted.
but i cannot display this message since the grid is restrcting me to do any other operation.
how we can disable this builtin valiadation of wpf radgrid.
any property and any other code for disabling is avaliable or not
Maya
Telerik team
 answered on 22 Jul 2011
3 answers
123 views
I am converting an outlook apppointment to a scheduleview appointment, in converting the recurrence I am trying to build a RecurrenceDays, I may be missing something but I have not been able to find any documentation on building a RecurrencePattern from scratch so I am winging it.

When I step through the code below everything is fine except RecurrenceDay.AddDay doesn't do anything, The result is that telerikdays is always None. What am I missing?


pat.Frequency = RecurrenceFrequency.Weekly;
pat.MaxOccurrences = week.NumberOfOccurrences;
Microsoft.Exchange.WebServices.Data.DayOfTheWeekCollection days = ((Microsoft.Exchange.WebServices.Data.Recurrence.WeeklyPattern)week).DaysOfTheWeek;
RecurrenceDays telerikdays = new RecurrenceDays();
 
foreach (DayOfWeek d in days)
{
    switch (d)
    {
        case DayOfWeek.Friday: telerikdays.AddDay(RecurrenceDays.Friday); break;
        case DayOfWeek.Saturday: telerikdays.AddDay(RecurrenceDays.Saturday); break;
        case DayOfWeek.Sunday: telerikdays.AddDay(RecurrenceDays.Sunday); break;
        case DayOfWeek.Monday: telerikdays.AddDay(RecurrenceDays.Monday); break;
        case DayOfWeek.Tuesday: telerikdays.AddDay(RecurrenceDays.Tuesday); break;
        case DayOfWeek.Wednesday: telerikdays.AddDay(RecurrenceDays.Wednesday); break;
        case DayOfWeek.Thursday: telerikdays.AddDay(RecurrenceDays.Thursday); break;
    }
}
 
pat.DaysOfWeekMask = telerikdays;

Pana
Telerik team
 answered on 22 Jul 2011
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?