Telerik Forums
UI for WPF Forum
1 answer
68 views
Right now the docking control does not support the Windows 7 touch events.
Because the docking control is a container that uses a large part of the screen it would be a great candiate to have support for Windows 7 touch events, What I would like to see is move, resize, mass so you can throw a window to the other side of the screen or off the screen, and possibly also rotation for touch tablets where you have people on both sides of the tablet.
George
Telerik team
 answered on 15 Feb 2011
9 answers
612 views
I would think this would be as simple as a very short line of code,however there seems to be a substantial layer of complexity involved, or so it would seem. All I need to do is set a specific data cell into edit mode (programmatically), I have the row, and I know the column but none that is of any use. More in depth documentation would be nice. All we are given in the documentation is "this.radGridView.BeginEdit();" and all that does is set the first item in the selected row into edit mode, I don't want that cell. I want the second and third. Any ideas would be great other than those referencing deprecated code. I am using the current version of Telerik WPF.
Jacob Distel
Top achievements
Rank 1
 answered on 14 Feb 2011
3 answers
149 views
Hello,
I have added a delete button to the to each item in my Carousel. When the user clicks this button, I am trying to delete a directory on the file system that contains the preview image that is being displayed in the carousel. Without surprise, I am getting an IOException saying "The process cannot access the file 'preview.png' because it is being used by another process.". Do you have any ideas or suggestions to make the RadCarousel release the lock on this .png in the directory? 
Scott
Top achievements
Rank 1
 answered on 14 Feb 2011
4 answers
135 views
Hello,

I'm using a RadDataFilter with a RadTreeListView and I'm seeing long stalls/loading times when creating or modifying filters.

The data is hierarchical and whenever a filter is added to the control, all the items are expanded. Modifying the criterion for the filter also takes forever once focus is gone out of the text block.

If it helps, I'm binding the Source property of my DataFilter to the Items property of the RadTreeListView, and the list view has its ItemsSource set to an observable collection of items.
The list doesn't have that many items in it, even a small list takes some time. (100+ items).

Are you guys aware of this performance issue?

Thanks
--
Matt
Stefan Dobrev
Telerik team
 answered on 14 Feb 2011
1 answer
108 views
It is my 3rd year of Telerik subscription. There were moments in early days when I questioned myself whether to use Telerik or not. Mostly because it required too much resources and too slow. We know it is not the case any more.

Although I am no longer using Telerik WinForms, it is unbelievably fast! 
I suspect it is mainly because it creates native images during the installation. Is it?

I wonder if you guys have any plan to do the same for other packages such as WPF and Silverlight.
I've tried to use NGEN.exe to do it myself to no avail, probably because I had other 3rd party libraries as well. In the meantime, can any of you provide a simple tutorial or something like that?
I'd really appreciate it.


Thanks,



Vlad
Telerik team
 answered on 14 Feb 2011
3 answers
209 views
Hello,
I´ve some PinPoints that are represented by a png image. I´d like to draw a number in the middle of the image. If I use the property Text of the MapPinPoint the text is drawn on the right side of the image.
Is there any simple way of doing that?
Thank you very much,
Esther
Andrey
Telerik team
 answered on 14 Feb 2011
1 answer
142 views
When I load the layout of Docks from the saved xml file, the data is not loaded.
How to make sure that the data is also loaded when I load layout
Konstantina
Telerik team
 answered on 14 Feb 2011
1 answer
213 views

Hi - I have a chart defined in XAML that is bound to an observable collection.  The chart is defined as a line chart.  I would like to make the chart type to be selectable, such as being able to change the chart from a line chart to a bar chart while keeping the data bindings.  I have been trying to accomplish this by changing the series mappings and series definitions in the code behind, but seem to lose the data binding when the new chart is drawn.  How is this accomplished ?   

Thanks
Rich

<Controls:RadChart x:Name="evntChart" Height="150" Width="700"
             Visibility="{Binding ChartVisible, Mode=TwoWay}"
             ItemsSource="{Binding ChartItems}" >
               
 <Controls:RadChart.SeriesMappings>
     <Charting:SeriesMapping LegendLabel="Event Log Errors ">
         <Charting:SeriesMapping.SeriesDefinition>
             <Charting:LineSeriesDefinition />
         </Charting:SeriesMapping.SeriesDefinition>
         <Charting:SeriesMapping.ItemMappings>
             <Charting:ItemMapping DataPointMember="XValue" FieldName="ChartDate" />
             <Charting:ItemMapping DataPointMember="YValue" FieldName="EventCount" />
         </Charting:SeriesMapping.ItemMappings>
     </Charting:SeriesMapping>
 </Controls:RadChart.SeriesMappings>
     <Controls:RadChart.DefaultView>
         <Charting:ChartDefaultView>
             <Charting:ChartDefaultView.ChartLegend>
                 <Charting:ChartLegend  x:Name="chartLegend" Header="Selected Event Log Errors" UseAutoGeneratedItems="True" />                                   
             </Charting:ChartDefaultView.ChartLegend>
             <Charting:ChartDefaultView.ChartArea >
                 <Charting:ChartArea LegendName="chartLegend"  
                                     EnableAnimations="False" 
                                     TransitionControlStyle="{StaticResource TransitionControlStyle}">
                     <Charting:ChartArea.AxisX>
                         <Charting:AxisX  DefaultLabelFormat="dd-MMM" LabelRotationAngle="45">
                         </Charting:AxisX>
                     </Charting:ChartArea.AxisX>
                 </Charting:ChartArea>
             </Charting:ChartDefaultView.ChartArea>
         </Charting:ChartDefaultView>
     </Controls:RadChart.DefaultView>
 </Controls:RadChart>
Yavor
Telerik team
 answered on 14 Feb 2011
1 answer
157 views
I want to make sure a grid does not display past the available height of the screen? How do I do that?
Vlad
Telerik team
 answered on 14 Feb 2011
1 answer
98 views
Hi,

how can i write the grid view data template using c# code

 <telerikGrid:GridViewDataColumn  >
                    <telerikGrid:GridViewDataColumn.Header>
                        <telerik:RadToggleButton Width="65" Height="50"
HorizontalContentAlignment="Center"
VerticalContentAlignment="Center">
                            <telerik:RadToggleButton.Content>
                                <Image Source="/Images/GreenCheck.png" Height="55" Width="65" />
                            </telerik:RadToggleButton.Content>
                        </telerik:RadToggleButton>
                    </telerikGrid:GridViewDataColumn.Header>
                </telerikGrid:GridViewDataColumn>

thanks
sarag
Maya
Telerik team
 answered on 14 Feb 2011
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
DataPager
PersistenceFramework
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
LayoutControl
ProgressBar
Sparkline
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
Callout
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?