Telerik Forums
UI for WPF Forum
1 answer
120 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
359 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
64 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
149 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
110 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
116 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
78 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
1 answer
161 views

 

Hi

we are currently in process of evaluating the RadRichTextBox (and other Telerik WPF) controls.
I am investigating in finding out on how many features are supported as far as docx export is concerned.

1) Any chart or excel (tabular) comparision list where we can know what features of MS Word aren't supported?
2) Any links that can list down what all can be exported or imported as docx?

thanks
Paresh
Petya
Telerik team
 answered on 25 Jul 2013
1 answer
125 views
Hi.
I have gridview with enabled properties CanUserInsertRows.
Adding rows acuatlly works fine (thanks for RowEditEnded).
But now i'd like to edit selected row. So when i click on row, edit all information it raises RowEditEnded event. In this place im checking is there card with ID = selectedRow. If there is = edit, else = add new. Ok, new information is updated into database, but grid seems to still be in edit mode (so when i click enter in last cell, it update card in db, and going into edit in next - below - row).
Is there any way to cancel edit mode, unselect row or something else?

I also tried to use button, with click action = edit row. How can i put selected row into edit mode?
Thanks in advance.
Reards, Adam.
Yoan
Telerik team
 answered on 25 Jul 2013
3 answers
245 views
I have a docking system that has a few permanent and many dynamic possible panes or documentpanes. I set the serialization tags for the ones I want to be saved with the docking layout but I cannot seem to find a sure way to keep all other dynamic added panes from saving with the layout. Basically any items oftype radpane that do not have a serialization name I want to omit from the xml layout.

I have a routine that iterates the documenthost.items and removes any that are not names with one of the known pane names I want to keep. But I notice when debugging the items only contains ones with serialization tags, and I can see that the DocumentHost.Panes has many, these are the ones I do not want to keep...

(Called before saving docking layout)
(holderMain is documentHost, panesToKeep is array of panes by name we know we want to keep with the saved layout)
for(int p = 0; p<=holderMain.Items.Count; p++)
{
    try
    {
        RadPane pane = holderMain.Items[p] as RadPane;
        if (!panesToKeep.Contains(pane.Name)) pane.RemoveFromParent();
    }
    catch { }
}


But I still see in the saved xml that it contains various raddocumentpanes that have no serialization tags.
Rosen Vladimirov
Telerik team
 answered on 25 Jul 2013
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
PersistenceFramework
DataPager
Styling
TimeBar
OutlookBar
TransitionControl
Book
FileDialogs
ToolBar
ColorPicker
TimePicker
SyntaxEditor
MultiColumnComboBox
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
DesktopAlert
WatermarkTextBox
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
ProgressBar
Sparkline
LayoutControl
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
PasswordBox
Rating
SplashScreen
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
VirtualKeyboard
HighlightTextBlock
Security
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?