Telerik Forums
UI for WPF Forum
14 answers
336 views
Hi,

When I create a new Appointment as AllDayEvent it does not look any different from a normal event, is there any way to make it outstanding? So when someone looks at the ScheduleView he/she can instantly see that this is all day event? For example in Outlook these events are move to the top (see the attachment), so I can see them at any time when I look at the particular date. Otherwise I would have no clue that this is all day event untill I actually open it.

Is there any way to achieve this?

 

Kind Regards

Rob
Top achievements
Rank 1
 answered on 05 Aug 2014
1 answer
378 views
Hi,
The below code is used to give the user the option for adding formatted text. Like in excel, when the user is adding contents to right footer, the cursor starts from the right. Similarly, i want the cursor to start from the right for the below text box.

For the center footer text box, the contents should get aligned center. Please help me in this regard.

 <telerik:RadRichTextBox Grid.Row="1" Grid.Column="0"  HorizontalAlignment="Left" Name="TxtRightFooterBox" IsSpellCheckingEnabled="False" IsContextMenuEnabled="False" IsSelectionMiniToolBarEnabled="False"
                                    DocumentInheritsDefaultStyleSettings="True"  GotFocus="TxtRightFooterBox_OnGotFocus" Visibility="Visible" Width="175" Height="125" Margin="5">
                <telerik:RadRichTextBox.Document>
                    <telerik:RadDocument>
                        <telerik:Section>
                            <telerik:Paragraph FontSize="10">
                                <telerik:Span FontFamily="Arial" Text=" "  FontSize="10" />
                            </telerik:Paragraph>
                        </telerik:Section>
                    </telerik:RadDocument>
                </telerik:RadRichTextBox.Document>
            </telerik:RadRichTextBox>

Thanks,
Petya
Telerik team
 answered on 05 Aug 2014
1 answer
140 views
The Q1 2013 release notes specifies that a way to "make the row expand automatically in MonthViewDefinition when there are more appointments" was added, but I can't seem to find how to accomplish this.
Yana
Telerik team
 answered on 05 Aug 2014
2 answers
135 views
I have some appointments with short durations (1 minute). In Vertical orientation (e.g. the default DayView) this only shows as a line.

I found out about the option "EnableSmallAppointmentRendering", but when I set this the appointment takes too much space.
Is it possible to set this?

The attached file presents such an example. The item only takes 2 minutes, but the item is displayed covering a big block. Ideally this should be set. Can it be done?

Jim

Jim
Top achievements
Rank 1
 answered on 05 Aug 2014
3 answers
182 views
I add and remove RadPanes from my DocumentHost in code.  When I add or remove a panel I want to animate it i.e. slide the panel in or out from the right.  Is there a code example posted that will tell me how to do that using Animation Manager?


Thanks,

Sam
Masha
Telerik team
 answered on 05 Aug 2014
5 answers
215 views
We are using the RadPDFViewer from the Q3 2013 sp 2 release and it cannot seem to load PDF's that were scanned.  Looking around the web I've found that it might be an issue with the decoder but found that the scanned pdf's I've been working with use DCTDecode which Telerik list as fully supported (http://www.telerik.com/help/wpf/radpdfviewer-customize-pdf-rendering.html)

Would I have to create a custom filter for the pdf viewer or is there another reason behind this issue?

Thanks,
Kyle
Kyle
Top achievements
Rank 1
 answered on 04 Aug 2014
1 answer
96 views
hi,
I’m using gridview in rowFilter mode. When I select  ClearFilter item, the text in textbox does not clear.
how to enforce clear textbox text in gridview filtered event?
Dimitrina
Telerik team
 answered on 04 Aug 2014
6 answers
269 views
I'm not sure whether this is a bug or something I haven't done correctly. I have the following very simple codes in an XBap:

    <Telerik:RadTreeView IsVirtualizing="True">
      <Telerik:RadTreeViewItem Header="Parent Node">
        <Telerik:RadTreeViewItem Header="Child Node">
          <Telerik:RadTreeViewItem Header="Grandchild Node">
            <Telerik:RadTreeViewItem Header="No idea"></Telerik:RadTreeViewItem>
            </Telerik:RadTreeViewItem>
          </Telerik:RadTreeViewItem>
      </Telerik:RadTreeViewItem>
    </Telerik:RadTreeView>

Please do notice that I set IsVirtualizing to True. If I run it then expand, then collapse a TreeViewItem a few times, the child TreeViewItem header disappear.

My test application is an XBap with Visual Studio 2010 and .Net 4.

Edited: I know the title of the post sounds really weird. I tried to change but there seems to be no way to do that.
Much appreciate for all your help.
Pavel R. Pavlov
Telerik team
 answered on 04 Aug 2014
8 answers
164 views
I'm seeking the complete code/solution for the above named demo, also known as "ScheduleView and Timebar", which is available in Telerik UI for WPF.

I've downloaded the SDK samples browser and this project is not included. I've also searched for it on GitHub. It is not in my installation folder:

 Directory of C:\Program Files (x86)\Telerik\UI for WPF Q2 2014

07/21/2014  04:46 PM    <DIR>          .
07/21/2014  04:46 PM    <DIR>          ..
07/21/2014  04:45 PM    <DIR>          Binaries
07/21/2014  04:45 PM    <DIR>          Binaries.NoXaml
07/21/2014  04:46 PM    <DIR>          LicenseAgreements
07/21/2014  04:46 PM    <DIR>          Themes.Implicit
07/21/2014  04:46 PM    <DIR>          VSExtensions

I've built a solution using the "Code" view of the above named demo, but this small collection of source files is not a complete working example. I'm spending a good deal of time "fixing" it in order to run. For example right now I'm chasing down references and deciding what to do with missing icons.

A complete working solution for this demo would be appreciated.
Yana
Telerik team
 answered on 04 Aug 2014
1 answer
149 views
We have two problems with the image editor.
1.
Image editor's has a property Image history which has a Image History depth. If set for example 3, the image editor does not depth setting.
On Image editor loaded event handler we set the following. 
            this.RadImageEditorUi.ImageEditor.History.Depth = 2;
However the image editor Keeps more then 2 history in that case.

2.
We also saw some memory freeing problem. If a lot of steps are done for some tool, the application reaches up 1GB+ quite easily and It does not free up the memory soon. This problem can be easily reproduced with "WPF Demos.exe", on the image editor drop a large image(ofcourse within the limits of allowed size MaxHeight = 2100;MaxWidth = 3900;) use some tool e.g. rotate and the memory could rise to 1gb+

Does anyone else see/encountered these? Is it possible to fix this?




Petya
Telerik team
 answered on 04 Aug 2014
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
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
Wizard
ExpressionEditor
NavigationView (Hamburger Menu)
WatermarkTextBox
DesktopAlert
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
SplashScreen
Rating
Accessibility
Callout
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?