Telerik Forums
UI for WPF Forum
1 answer
118 views
is this possible?
Petya
Telerik team
 answered on 25 Jul 2013
5 answers
211 views
I am using the RadRichTextBox to input and display various types of data. So far text input works fine. However when I copy and paste an image it seems to appear in the RadRichTextBox but the actual image is invisible. I would like to have text, tables, images and files if possible inside my RadRichTextBox. Here's some code that I've tried thus far. As I understand it XamlDataProvider takes a string in xaml format as its data source. Which is fine but then I don't understand how binary files like images are handled. A code sample in the mvvm pattern would be great. Thank you.
<StackPanel>
    <telerikXaml:XamlDataProvider RichTextBox="{Binding ElementName=radRich}" Xaml="{Binding Path=XamlText, Mode=TwoWay}"></telerikXaml:XamlDataProvider>
    <telerik:RadRichTextBox x:Name="radRich" />
</StackPanel>

private string xamlText;
public string XamlText
{
    get { return xamlText; }
    set
    {
        if (xamlText != value)
        {
            xamlText = value;
            RaisePropertyChanged("XamlText");
        }
    }
}

Petya
Telerik team
 answered on 25 Jul 2013
1 answer
81 views
is it possible to perform Find Replace in MVVM?
Petya
Telerik team
 answered on 25 Jul 2013
1 answer
110 views
Hi,

I have a wpf desktop app using your radrichtext box and I find it fits my purpose very well.
My raddocument uses a lot of custom annotations.

Other than silverlight, do you intend to create a web app say in your kendo or asp ajax  product ranges that is capable of loading xaml docs?
This would be a really useful feature for me when I want to display my documents via the web to my customers.

Thanks,

Rob
Petya
Telerik team
 answered on 25 Jul 2013
1 answer
342 views
Is it possible somehow to bind the Ticks source to a list of strings? For example A, B, C, D, E etc

I want to use the slider to change between different modes rather then just use its numerical values :)

Kind regards
Christopher
Pavel R. Pavlov
Telerik team
 answered on 25 Jul 2013
3 answers
63 views

I have used custom appointment in my project and added a "VisitTime" time property in the appointment template. When I load my calendar for the first time the time reflects correctly in the Appointment tile but when I change the time in code for that appointment, the changes are not getting reflected properly in the appointment tile in UI. The "VisitTime" property is defined as below and is defined in the VisitAppointment class derived from appointment class of telerik.

 public DateTimeOffset VisitTime
        {
            get { return _visitTime; }
            set
            {
                _visitTime = value;
                OnPropertyChanged(() => VisitTime);
            }
        }

 I tried using Edit() and Commit() method which are provided by default from telerik in order to update the changes in the UI. I passed the modified appointments collection(i.e custom appointments derived from telerik Appointment class) in the Edit() method and then later on called Commit() but still the changes are not getting reflected until and unless I reload the calendar (i.e fetch data from database again and then create the appointments collection from scratch).

 Please help me out with the necessary things that you think I might have missed out.

 Thanks in advance.

Ventzi
Telerik team
 answered on 25 Jul 2013
1 answer
141 views
When grouping properties into categories is enabled, vertical scrollbar dispappears.

See attached sample and click on button in left top corner in order to group properties
https://skydrive.live.com/redir?resid=51A46BBA4E9EF07E!1482&authkey=!ABBtAamej6wpD5A
Daniel
Top achievements
Rank 1
 answered on 25 Jul 2013
1 answer
107 views
Hi,
I want to use RedMap control with Clustering in my application,but when i use it , it shows an error as:
"The type or namespace name 'ClusteredDataSource' does not exist in the namespace 'Telerik.Windows.Controls.Map' (are you missing an assembly reference?)"

I am using Telerik.Windows.Controls.dll version- 2013.2.611.40
and i am attaching the snapshot of error PFA.
Please Help me.

Thanks, 
Shubham

Andrey
Telerik team
 answered on 25 Jul 2013
2 answers
109 views
I've upgraded RadControls for WPF to Q2 2013 through the Upgrad Wizard, and encountered some errors such as:

The tag 'RadPropertyGrid' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentiation'.
The name "RadPropertyGrid" does not exist in the namespace 'http://schemas.telerik.com/2008/xaml/presentiation'.
The tag 'RadDataFilter' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentiation'.
The tag 'RadCartesianChart' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentiation'.

Does the upgrade through the wizard require other extra handlings?
Also, I've built a custom theme using the given xaml files in the Telerik package. Should I modify the xaml files for it too? For example,

xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls,Version=2013.1.0403.40,Culture=neutral,PublicKeyToken=5803cfa389c90ce7"

Thanks!
Vladi
Telerik team
 answered on 25 Jul 2013
2 answers
75 views
Hi all

Online demo Special and ReadOnly slots.

When you first load,The slots on readonly area still can be open.After selected a Appt on readonly area ,the slots onr eadonly area become disable(read only).
When you seletced a appt on left area ,the slots on right area are enable open.

Thanks



Dimitar
Telerik team
 answered on 25 Jul 2013
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?