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

I'm working with the RadTreeListView however rather than displaying one row for each item in the expander column I'd like to display multiple rows and have the item in the expander column span those rows e.g.

| Item          | Metric    | Value 1 | Value 2 | Value 3  |
| > Item 1    | Width    | 14         | 13         | 17          |
|                 | Height   | 3           | 8           | 89          |
|    > Item 2| Width    | 34         | 89         | 22          |
|                | Height   | 33         | 58         | 92          |

I'm wondering whether anyone else has needed to do this and found a solutions or whether anyone would be able to point me in the right direction on which templates I need to amend.

Thanks,
Derek
Vlad
Telerik team
 answered on 16 Feb 2011
3 answers
193 views
Hi

Iam using RadTreeview Custom Control  Then Cosuming the Control  There is one button

When button is Clicked Create one node With Check box   but Check box Came but not Selected


This is our Consume Page Xaml

<local

 

 

:TreeView x:Name="RadTreeView1" ToolTip="Enter Name" Height="500" Width="300"

 

 

 

ItemsOptionListType="CheckList" IsOptionElementsEnabled="True" >

 

 

 

 

 

</local:TreeView>

 


Then Click Event

 

 

private void AddItem_Click(object sender, RoutedEventArgs e)

 

{

 

 

List<TreeImageCollection> lstTreeImageCollection1 = new List<TreeImageCollection>();

 

 

 

TreeImageCollection objTreeImageCollection = new TreeImageCollection();

 

objTreeImageCollection.ImageID =

 

"200";

 

objTreeImageCollection.ImageSource =

 

"../Images/iDropdownArrowDownHOT.png";

 

objTreeImageCollection.ToolTip =

 

"Hi This my Image ";

 

 

 

//objTreeImageCollection.Alignment = ImageAlignment.Left;

 

lstTreeImageCollection1.Add(objTreeImageCollection);

RadTreeView1.AddNode(

 

"0", "4", "Item ggg004", null, lstTreeImageCollection1, ToggleState.On, false, false, false);

 

}





Regards
SenthilNathan.S
Petar Mladenov
Telerik team
 answered on 16 Feb 2011
1 answer
117 views
Hi, as the titles reads. Is there a Layout Control that can contains my items and arrange them?

Thanks!
Rossen Hristov
Telerik team
 answered on 16 Feb 2011
1 answer
125 views
I have tried casting this several different ways, but i am still relatively new to the telerik world.   I have a RadTreeView that i am trying to drop a sub item into a list box...  But when i cast the item from the payload object, it does not return a value... any help would be greatly appreciated!

Thanks,
Brian
Tsvyatko
Telerik team
 answered on 16 Feb 2011
2 answers
196 views
Hi, can I set the set the transparency of all data series in the chart ? (without affecting the pallet from telerik summer theme)

Best regards
kristján
Kristjan Einarsson
Top achievements
Rank 1
 answered on 16 Feb 2011
1 answer
166 views
Does anyone know how I can disable some of the items in the combobox?
Konstantina
Telerik team
 answered on 16 Feb 2011
8 answers
169 views
When i on visual studio 2010 , i click new project. After i choose C# RadControls WPF application , it will appear a window let me to choose the components and theme but it does not have any WPF setting to allow us to choose. Because of it , i cannot create the WPF application to use.
Petar
Telerik team
 answered on 16 Feb 2011
13 answers
208 views
Hi, i Have a gridview binded in code-behind to a list of entities, and the group panel is visible. but i cant drag the column header to the group panel. im missing something.???

btw im using it inside a elementhost.
Tsvyatko
Telerik team
 answered on 16 Feb 2011
3 answers
79 views
Is there a way to keep the item in the treeView when you drag it to the listBox?


Tsvyatko
Telerik team
 answered on 16 Feb 2011
4 answers
148 views
Can I override a column's behavior so that drag-and-dropping will allow not only to sort but to delete (or generate an event with delete request) them as well? 
Nikolay
Top achievements
Rank 1
 answered on 16 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
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?