Telerik Forums
UI for WPF Forum
2 answers
65 views
Is possible to have a doubleclick  event on a panel in the carousel?

Currently I have carsousel populated by a collection.

Thoughts?

Thanks Rick

Rick Mueller
Top achievements
Rank 1
 answered on 18 Nov 2010
1 answer
112 views
Hello,

I am working with v2010.3 1110 inside Expression Blend

I placed a RadDockPanel on a form and am trying to add a RadPanel.  I receive the following error:

"Cannot add content to an object of type "RadPanelGroup"

This error only occurs inside the XAML designer, which tells me "Invalid XAML".  However, the app runs without an error

Please find an example of the XAML below:

 <telerik:RadDocking
   x:Name="Docking"
   BorderBrush="White"
   BorderThickness="2"
   Margin="5"
   Background="{x:Null}">
   
   <telerik:RadDocking.DocumentHost>
    <telerik:RadSplitContainer>
     <telerik:RadPaneGroup>
    
        (Error occurs here...)
      <telerik:RadPane Header="Test 1">
       <TextBlock TextWrapping="Wrap"
        Text="A test for the docking panel"></TextBlock>
      </telerik:RadPane>

        (and again here..)
      <telerik:RadPane Header="Description" CanFloat="False">
      </telerik:RadPane>

     </telerik:RadPaneGroup>
    </telerik:RadSplitContainer>
   </telerik:RadDocking.DocumentHost>

 </telerik:RadDocking>


any idea what is wrong here.. I'm follow an example that Telerik published on the website.

Thanks,
Mar
George
Telerik team
 answered on 18 Nov 2010
5 answers
287 views
Hello everybody

I'm using RadCarousel component and I want know if there any method
in order to get the items position inside radCarousel (x and y).

I need to retrieve this data when the selected item inside the component has change!

Thank you!
Maya
Telerik team
 answered on 18 Nov 2010
1 answer
177 views
What is the best way to print the Radmap or to copy a RadMap to the clipboard (so you can paste the image in for inst.paint) ?
Rieni De Rijke
Top achievements
Rank 1
 answered on 18 Nov 2010
2 answers
96 views
I am evaluating RadGridView for an urgent project.

I am grouping data heirachically by two columns of integers.
The integers are indexes to strings in a second table
1. I want to display those strings on the group header instead of the integer values
2. I want to display any aggregates on the group footer
 
 Thanks
nduru
Top achievements
Rank 1
 answered on 18 Nov 2010
3 answers
164 views
We want to insert a new row programmatically in top of all the other rows. Using VirtualQueryableCollectionView.AddNew() works but the new item gets added last. How can we achieve this?
Vlad
Telerik team
 answered on 18 Nov 2010
3 answers
446 views
Hi,
 I have a line chart that has several hundreds + points with mouse over tool tips that contain a little to a great deal of data.

My problem is that sometimes I have too much data contained inside of the tool tip and I am not able to see what is on the bottom.

Also sometimes the tool tip flashes on and off at a rapid rate and I am unable to see any of the data.

My question is: Can I add a list box or rich text box inside of the tool tip? Being able to scroll through the data would be great,
 as I would add even more data to it "maybe even 4+ paragraphs worth of data"

Please help,
Chelsey Smith
Ves
Telerik team
 answered on 18 Nov 2010
1 answer
137 views

Hi,

I have used RadControls for WPF, and created a RadWindow and a RadGrid view, and entered some sample data into the RadGrid as per the following code:

<telerik:RadWindow
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        x:Class="WpfApplication6.MainWindow"
        HorizontalAlignment="Stretch" 
        VerticalAlignment="Stretch">
            <telerik:RadWindow.Resources>
                <XmlDataProvider x:Key="GridEntries" XPath="/Categories/Details">
                <x:XData>
                    <Categories>
                        <Details>
                            <Source>ABC</Source>
                            <Title>DEF</Title>
                            <Date>12/11/10</Date>
                            <Location></Location>
                            <Type></Type>
                            <Category></Category>
                            <Severity></Severity>
                            <ScenarioActivated></ScenarioActivated>
                            <Videowall></Videowall>
                        </Details>
                        <Details>
                            <Source>DEF</Source>
                            <Title>XYZ</Title>
                            <Date>22/05/10</Date>
                            <Location></Location>
                            <Type></Type>
                            <Category></Category>
                            <Severity></Severity>
                            <ScenarioActivated></ScenarioActivated>
                            <Videowall></Videowall>
                        </Details>
                        <Details>
                            <Source>PQR</Source>
                            <Title>XYZ</Title>
                            <Date>30/09/10</Date>
                            <Location></Location>
                            <Type></Type>
                            <Category></Category>
                            <Severity></Severity>
                            <ScenarioActivated></ScenarioActivated>
                            <Videowall></Videowall>
                        </Details>
                    </Categories>
            </x:XData>
        </XmlDataProvider>
    </telerik:RadWindow.Resources>
    <telerik:RadGridView 
        HorizontalAlignment="Center" 
        VerticalAlignment="Center" 
        Height="200" Width="876" AutoGenerateColumns="True"
        ItemsSource="{Binding Source={StaticResource GridEntries}}"/>
    </telerik:RadWindow>
The code is functioning fine during design time and the sample data i have written in the RadGrid is appearing during design time. but, when i run this XAML in Expression Blend, the RadWindow and radgrid appears, with no fields and no sample data in it. Just an empty Radgrid with no data appears in a radWindow. Please help me solve this problem i am facing. Thanx.

Vanya Pavlova
Telerik team
 answered on 18 Nov 2010
2 answers
106 views
Hi,
I want do more operations on RadGridView (like Scrolling the data items etc.)  when data is loading in RadGrid View.

can you help me?

Thanks
Amol
Amol
Top achievements
Rank 1
 answered on 18 Nov 2010
2 answers
112 views
HI All ,

I want a custom tool tip which display an Image with X and Y axis value corresponding to data point.
How can I do this ..
Please help.


thanks
Shashank Veerkar
shashank
Top achievements
Rank 1
 answered on 18 Nov 2010
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
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
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
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
InlineAIAssistant
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?