Telerik Forums
UI for WPF Forum
6 answers
704 views
Hi,

I'm using the RadExpander as part of the RadControls collection (RadControls for WPF Q3 2011 SP1) and I'm trying to get the cursor to change to the Hand icon whenever the user hovers the mouse over the header part of the Expander control.

I know I can simply use:

<

 

 

telerik:RadExpander IsExpanded="True" Cursor="Hand">

 


...but this shows the Hand icon over all of the control. What I'm after is the icon to change when the mouse is only over the Header part of the control, i.e. the part which the user can click to fire the expand/retract animation. Is this possible?

Thanks!
Mike.
Michael
Top achievements
Rank 1
 answered on 21 Feb 2012
4 answers
130 views
I am having a RadTreeView in my screen in which data is coming from XML datasource in wpf.

I am using XmlDataProvider and HierarchicalDataTemplate for displaying the data.
Now i have a search textbox above this RadTreeView which filters the nodes present in this RadTreeview.

Kindly let me know the procedure which filters the nodes of my RadTreeView (parent and child both).

Thanks !!!!
Petar Mladenov
Telerik team
 answered on 21 Feb 2012
6 answers
158 views
Hi Everyone

Is it possible to use only one DataTable as a DataSource to create a treeview.
Basically there will be two keys in the table, the first key will be the primery key and the second key(Parent Key) will tell the column to which primery key it should link too.

Somthing like this

Prime Key    Parent Key    Item
1                  null                Car
2                  1                    Tyre
3                  1                    Fuel
4                  2                    Rims
P.S. Null, means it's not linking to anything and it will be the first item(Node) in the tree

If it's possible, can someone give me an example?

Regards
Petar Mladenov
Telerik team
 answered on 21 Feb 2012
1 answer
188 views
In an effort to create a Histogram chart, I was instructed to use a BarSeries by someone on this forum, and set it's CategoricalAxis.GapLength to 0.000001 (can't set to 0 because of a known bug). After doing this, I created a BarSeries and set it's data to what I thought would correct. I can see the y axis growing at the correct rate, but there are no bars visible!

Xaml:

<telerik:RadCartesianChart x:Name="RadChart1" Palette="Metro" HorizontalAlignment="Right" VerticalAlignment="Top" Width="1000" Height="400">
  <telerik:BarSeries ItemsSource="{Binding Data}" ValueBinding="Data"/>
  <telerik:RadCartesianChart.HorizontalAxis>
    <chartView:CategoricalAxis MajorTickInterval="250" GapLength="0.00001"/>
  </telerik:RadCartesianChart.HorizontalAxis>    
  <telerik:RadCartesianChart.VerticalAxis>
    <telerik:LinearAxis LabelFormat="0"/>
  </telerik:RadCartesianChart.VerticalAxis>    
  <telerik:RadCartesianChart.Grid>
    <telerik:CartesianChartGrid MajorLinesVisibility="Y" />
  </telerik:RadCartesianChart.Grid>
</telerik:RadCartesianChart>


The data is formatted in an ObserveableCollection<ChartData> as defined here:

public class ChartData
{
  public int Index  {  getset;  }
  public int Data  {  getset;  }
}

(I'd previously used this format for a ScatterSeries with no issue)

The graph is growing, but it's like there is no default style applied to the BarSeries, thoughts?
Ben
Top achievements
Rank 1
 answered on 21 Feb 2012
1 answer
122 views
I would like to persist a RadGridView for visibility and order of columns per user between sessions. The GridView is on a User Control that is added to a RadTabControl at startup via Prism's RegionManager.  This UserControl/TabItem doesn't get removed from the TabControl until the application closes. 

When (which events) is the best time to load and save?
Petar Mladenov
Telerik team
 answered on 21 Feb 2012
2 answers
141 views
What is the recommended size for the reg and small icons for the outlookbar? I'm using 16x16 png and it looks fine except when I minimize the outlookbar. Then apparently the icon isn't big enough so a tiny bit of the text shows. I've tried using png in 24x24 size, but then they look all messed up. You can see what I mean in the attached image. I tried making the minimized width smaller so that it wouldn't show the text, but then the button at the top (for expanding) was cut off.

Can you tell me the proper image type and size?
Petar Mladenov
Telerik team
 answered on 21 Feb 2012
4 answers
163 views
Is there a built-in way or could anybody point me to the right direction to go about creating Ichimoku cloud areas in [presumably] RadChart. For clarification, there's essentially two line series, one green, one red. When the red one's higher, the area between the two is highlighted red, when the green one's higher the area between's highlighted green.

Text version follows; R = red line, r = red shading, G = green line, g = green shading

RRRRRRRR                                                               GGGGGG
rrrrrrrrrrrrrrrrrRRRRRRR                               GGGGGgggggggg
rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrRR               GGGGggggggggggggggg
rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrRGGGGgggggggggggggggggRRR
rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrGGGRggggggggggggggRRRRR
GGGGGGGGGGGGGG           RRRRRRRRRRR

Any help/pointers will be much appreciated.

Justin
Sia
Telerik team
 answered on 21 Feb 2012
0 answers
167 views
Hi,

i have to use a SQlite db wich does not support a Datatyp boolean. This type will be stored as int 0 and 1.
Now i have to convert this int to a boolean for my RadGridView. Second ist, just in one row this flag should
be true (like a Radiobuttonlist).

First Part is solved, but how do i solve Part 2?

Can someone helf me?

Thanks
Regrads
ww
ITA
Top achievements
Rank 1
 asked on 21 Feb 2012
0 answers
92 views
Hi,

how can i select a new row on RowEditEnded-Event?

My RadGrid ist bound to an ObservableCollection called Connections. When i fire the AddingNewDataItem-Event a new
Row appears and i can edit the columns. But the Row below ist still selected. How can i change the selection to the new
Row?

Thanks a lot
Best wishes
WW
ITA
Top achievements
Rank 1
 asked on 21 Feb 2012
2 answers
184 views
I'm using DataTemplates to build out my nodes, very similar to how it's done in the OrgChart example. I now need to have the connector lines to display a label. How is this done when using a template?
kilhoffer
Top achievements
Rank 1
 answered on 21 Feb 2012
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
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
Rating
Accessibility
CollectionNavigator
Localization
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?