Telerik Forums
UI for WPF Forum
1 answer
64 views
Hi,

i try to use your schedule view drag and drop example. I don't want to use the "Appointments.xaml" file for my source. I have a
connection to a database and now I want to add the InterViewManager (as you can see in your RadListBox). But how do I
add these Items?

Thanks
Best Regards
WW
Ventzi
Telerik team
 answered on 19 Aug 2013
1 answer
106 views
Hi,

in Europe we use an other time-format. We do not say 1:00 PM, we say 13:00 and 1:00 AM is just 1:00! How do
I get this in the scheduleview?

Thanks
Rene
Rosi
Telerik team
 answered on 19 Aug 2013
1 answer
323 views
Hello,

I have a problem with the RadGridView (RadControls for WPF Q2 2013) when using the NoXaml assemblies: It seems, that one or two resources from the theme are missing - when i open the filter dialog for a column, the rectangle of the checkbox which has the focus disappears. Also grouping of columns is very slow. 

Looking at the output window, I see thousends of warnings:
System.Windows.ResourceDictionary Warning: 9 : Resource not found; ResourceKey='Telerik.Windows.Controls.InternalResourceKey'; ResourceKey.HashCode='0'; ResourceKey.Type='Telerik.Windows.Controls.InternalResourceKey'

And also a few warnings of this kind:
System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Telerik.Windows.Controls.RadGridView', AncestorLevel='2''. BindingExpression:Path=FontSize; DataItem=null; target element is 'ListBox' (Name='PART_DistinctValuesList'); target property is 'FontSize' (type 'Double')

I have included the required resources of the Window8-Theme and the other controls are working fine (RadComboBox, RadWatermarkTextBox etc.).
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <ResourceDictionary.MergedDictionaries>
        <ResourceDictionary Source="/myAssembly;component/Resources/Theme/System.Windows.xaml" />
        <ResourceDictionary Source="/myAssembly;component/Resources/Theme/Telerik.Windows.Controls.xaml" />
        <ResourceDictionary Source="/myAssembly;component/Resources/Theme/Telerik.Windows.Controls.Input.xaml" />
        <ResourceDictionary Source="/myAssembly;component/Resources/Theme/Telerik.Windows.Controls.Navigation.xaml" />
        <ResourceDictionary Source="/myAssembly;component/Resources/Theme/Telerik.Windows.Controls.GridView.xaml" />
    </ResourceDictionary.MergedDictionaries>
     
    <!-- Dummy Style -->
    <Style TargetType="{x:Type Rectangle}" />
</ResourceDictionary>

Did I miss something?


Best regards,
Thomas
IT-Support
Top achievements
Rank 2
 answered on 18 Aug 2013
10 answers
437 views
We are using PDF Viewer print functionality to print the document. It was working but some times later, it is throwing "Null Reference Exception"

Version Details: 2012.3.1129.40

Exception Stack trace:

Object Reference not set to an object

at Microsoft.Internal.GDIExporter.CopyTo(UInt16& buffer, Int32 len, String s)

   at Microsoft.Internal.GDIExporter.CGDIRenderTarget.CreateFontW(GlyphRun pGlyphRun, Double fontSize, Double scaleY)

   at Microsoft.Internal.GDIExporter.CGDIRenderTarget.RenderTextThroughGDI(GlyphRun pGlyphRun, Brush pBrush)

   at Microsoft.Internal.GDIExporter.CGDIRenderTarget.DrawGlyphRun(Brush pBrush, GlyphRun glyphRun)

   at Microsoft.Internal.AlphaFlattener.BrushProxyDecomposer.Microsoft.Internal.AlphaFlattener.IProxyDrawingContext.DrawGlyphs(GlyphRun glyphrun, Geometry clip, Matrix trans, BrushProxy foreground)

   at Microsoft.Internal.AlphaFlattener.PrimitiveRenderer.DrawGlyphs(GlyphRun glyphrun, Rect bounds, Matrix trans, String desp)

   at Microsoft.Internal.AlphaFlattener.Flattener.AlphaRender(Primitive primitive, List`1 overlapping, Int32 overlapHasTransparency, Boolean disjoint, String desp)

   at Microsoft.Internal.AlphaFlattener.Flattener.AlphaFlatten(IProxyDrawingContext dc, Boolean disjoint)

   at Microsoft.Internal.AlphaFlattener.Flattener.Convert(Primitive tree, ILegacyDevice dc, Double width, Double height, Double dpix, Double dpiy, Nullable`1 quality)

   at Microsoft.Internal.AlphaFlattener.MetroDevice0.FlushPage(ILegacyDevice sink, Double width, Double height, Nullable`1 outputQuality)

   at Microsoft.Internal.AlphaFlattener.MetroToGdiConverter.FlushPage()

   at System.Windows.Xps.Serialization.NgcSerializationManager.EndPage()

   at System.Windows.Xps.Serialization.NgcDocumentPageSerializer.SerializeObject(Object serializedObject)

   at System.Windows.Xps.Serialization.NgcDocumentPaginatorSerializer.SerializeObject(Object serializedObject)

   at System.Windows.Xps.Serialization.NgcSerializationManager.SaveAsXaml(Object serializedObject)

   at System.Windows.Xps.XpsDocumentWriter.SaveAsXaml(Object serializedObject, Boolean isSync)

   at System.Windows.Xps.XpsDocumentWriter.Write(DocumentPaginator documentPaginator)

   at System.Windows.Controls.PrintDialog.PrintDocument(DocumentPaginator documentPaginator, String description)

   at Telerik.Windows.Documents.Fixed.Print.PrintManager.Print(PrintSettings settings)

   at Telerik.Windows.Controls.FixedDocumentViewerBase.Print(PrintSettings settings)

   at Telerik.Windows.Controls.FixedDocumentViewerBase.Print()



Let me know how to resolve this issue. and also the pdf document is of 70 Kb but while printing through PDF Viewer it sends 700 kb file to printer.
Kedar
Top achievements
Rank 1
 answered on 17 Aug 2013
1 answer
88 views
We are having a problem with the GridView filter when a customers screen resolution is set smaller. When clicking the header to open the filter, the filter box is partially hidden behind the grid. 

I have attached a screenshot of the full screen of our app on a small resolution. 
Yoan
Telerik team
 answered on 16 Aug 2013
2 answers
304 views
Hi Experts,

I have a question about GridViewColumnGroup. Here is my code below:

<telerik:RadGridView GridLinesVisibility="Vertical"  CanUserFreezeColumns="False" DataContext="{Binding ElementName=mainWindow}" ItemsSource="{Binding As}"
        AutoGenerateColumns="False"
        IsFilteringAllowed="False"
                             ShowGroupPanel="False"
        RowIndicatorVisibility="Collapsed">
            <telerik:RadGridView.ColumnGroups>
                <telerik:GridViewColumnGroup Name="Age" Header="Age" />
                <telerik:GridViewColumnGroup  Name="TestCode" Header="TestCode"/>
            </telerik:RadGridView.ColumnGroups>
            <telerik:RadGridView.Columns>
                <telerik:GridViewDataColumn  DataMemberBinding="{Binding Min}" ColumnGroupName="Age"/>
                <telerik:GridViewDataColumn  DataMemberBinding="{Binding Max}" ColumnGroupName="Age" />
                <telerik:GridViewDataColumn  DataMemberBinding="{Binding TestCode}" Width="120"/>
            </telerik:RadGridView.Columns>
        </telerik:RadGridView>

You can see that the Age column is separate into "Min" and "Max" Column now. It is what I want. But how to merge the TestCode column header into one row? And how to center the "Age" header?

Any comments and suggestion is appreciate. Thanks.
Yoan
Telerik team
 answered on 16 Aug 2013
1 answer
47 views
Tile View when maximized the minimized tile windows are not shrinking resulting in lossing the data. Setting RowHeight and Column Width for minimized windows works fine but i need to have a consistent look with standard height and width. How can i acheive that.
Stefan
Telerik team
 answered on 16 Aug 2013
1 answer
59 views
I am using the ScheduleView and am looking to add a vertical line to represent the current time

I overrode the OrientedTimeRulerItemStyleSelector and am able to change the color of the TimeRulerLine

However, I want the current line to be above the schedule appointments. Is there a way I can set the Z-index of the TimeRuleLine?

Thanks
Rosi
Telerik team
 answered on 16 Aug 2013
4 answers
56 views
Using the 2013.2.724.45 version:

When using the RadMaskedTextInput, if the user types a space very quickly after typing a letter, the previous letter is removed, but the caret position still advances.  I have reproduced this bug in the WPF Rad Controls Demo Q2 2013 SP1 for MaskedTextInput.  

When typing slowly, the bug will not appear.  I could not reproduce the bug in the SL demo on the web.

It does not seem to matter what settings are made on the control.

Please advise.  Thanks!
Petar Mladenov
Telerik team
 answered on 16 Aug 2013
1 answer
54 views
Hi,

i'm using the "Gouping and Filtering" Example of ScheduleView. It works fine, but now i have to add a second Group called "Abteilung".
How do i add this second Group?  First Group is Speakers and works great, but what is to do to add the second Group "Abteilung"?

thanks
Rene
Rosi
Telerik team
 answered on 16 Aug 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?