Telerik Forums
UI for WPF Forum
2 answers
1.0K+ views
Is there a visual difference between the two GroupRenderModes?

When I alternate between these settings, I don't see any visual difference in how Grouping is presented so I'm wondering if it is even working in my grid.

Maybe it's only an internal difference in performance?

Some images in the documentation would be really helpful there.
ClausDC
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 21 Mar 2013
1 answer
161 views
Hi!

I need some support to create a treeview, that is bound to a dataset and hierarchically displays the content in the following way:

Customer 1

     Orders (<- Group node)

         Order 1

     Shipping Notes (<- Group node)

         Shipping Note 1

         Shipping Note 2

     Invoices (<- Group node)

         Invoice 1

     Order 2

     Order 3


In the underlying relational structure are the four datatables "customer", "orders", "shipping notes" and "invoices" with parent-child relationships between "customer" - "orders", "orders" - "shipping notes" and "orders" - "invoices". The dataset structure corresponds to the database structure, so I'm not able to change it.

I tried to extend the basic grouping example from Valentin Stoychev using a CollectionViewSource, but i was not able to combine them.

Can you give me a hint how get it to work?

Thanks!
Petar Mladenov
Telerik team
 answered on 21 Mar 2013
3 answers
388 views
Hi Experts,

I have tried your AutoCompleteBox with the following code, but it is not working. I could not get any suggesstions and the dropdown list is not showing any suggesstion list. Simply the control works like a TextBox only. Please help me, what is my wrong.

<Window x:Class="Interactivity_Behavior_Demo.MainWindow"
        xmlns:local="clr-namespace:Interactivity_Behavior_Demo.Behavior"
        Title="Test Demo"
        Width="525"
        Height="350">
  
      
        <Telerik:RadAutoCompleteBox Name="autocomp" Loaded="autocomp_Loaded_1" Height="30" Width="120"/>
         
</Window
  
public MainWindow()
        {
            InitializeComponent();
            _Source = new ObservableCollection<string>() { "hello", "abc", "123" };
            autocomp.ItemsSource = Source;
        }
    
private void autocomp_Loaded_1(object sender, RoutedEventArgs e) 
        
            autocomp.IsDropDownOpen = true; 
            autocomp.AutoCompleteMode = Telerik.Windows.Controls.Primitives.AutoCompleteMode.Suggest; 
            autocomp.TextSearchMode = Telerik.Windows.Controls.TextSearchMode.StartsWith; 
        }
Vladi
Telerik team
 answered on 21 Mar 2013
4 answers
123 views
Whenever I try to set the MajorTickLength property on the DayViewDefinition class in XAML, it freezes my visual studio.
Yana
Telerik team
 answered on 21 Mar 2013
5 answers
81 views
Just installed RadControls_for_WPF_2013_1_0311_DEV_hotfix.

Now, drag-and-dropped chart shapes show a really weird behavior. When moving them (after the drop action) they are instead copied. After four copies, the move operation is successful. Only the original shape (not the three "copies") show this behavior.

Even though this is a nightly build, I'd say this kind of bug is a bit embarrassing :)
Stefan
Telerik team
 answered on 21 Mar 2013
3 answers
149 views
I have to 2 PropertyGrid control in one big grid, however I am having issues to sync the behaviour for both controls
e.g each propertygrid control has its own scroll bar and search textbox
I would like to group those 2 controls as 1 as how beyondcompre or any other diff tool do

thanks
George 



       
<Grid x:Name="LayoutRoot" Background="{ui:ThemeColor RioBackgroundBrush}"><br>
            <Grid.ColumnDefinitions><br>
                <ColumnDefinition Width="0.5*"></ColumnDefinition><br>
                <ColumnDefinition Width="0.5*"></ColumnDefinition><br>
            </Grid.ColumnDefinitions><br>
            <telerik:RadPropertyGrid x:Name="columnPropertyGridSource" Item="{Binding SourceCodeItem}" SearchBoxVisibility="Hidden" Grid.Column="0" ui:DebugBinding.Break="{Binding SourceCodeItem}" AutoGeneratePropertyDefinitions="True" DescriptionPanelVisibility="Hidden"/><br>
            <telerik:RadPropertyGrid x:Name="columnPropertyGridDestination" Item="{Binding DestinationCodeItem}" Grid.Column="1" SearchBoxVisibility="Hidden" AutoGeneratePropertyDefinitions="True" DescriptionPanelVisibility="Hidden"/><br>
        </Grid>

Maya
Telerik team
 answered on 21 Mar 2013
1 answer
115 views
This line chart have two LineSeries.... and Y-axis data have nullable data...
When i zooming to empty point side, The chart line draw at y-axis ... What can i do??

Petar Marchev
Telerik team
 answered on 21 Mar 2013
2 answers
148 views
Hi,
I am using a RadGridView and using a DetailsPresenter to present the row details externally. I also have a GridViewSelectColumn to display the checkbox for each row selected which also provide me a Header checkbox out of the box for select/unselect all. 

Now here is my problem. I need to select a row to view the details in the detailPresenter but on doing this the selection checkbox state is toggled. What I want is to be able to move through my rows to view the details without actually doing a selection. I tried using the GridViewCheckboxColumn which works well, however its missing the header checkbox.

Here is what I want to achieve:
1) Have a column with checkbox that the user can check/uncheck to select a row .. the column should also have a checkbox header which will help with select/unselect all rows.
2) Navigate through the rows to view details in the details presenter without affecting my selection checkbox state.

Can you please suggest the best way to achieve this functionality?

Thanks.
Rajani
Top achievements
Rank 1
 answered on 21 Mar 2013
1 answer
111 views
I need different ContextMenus on the Rows and Columns.  The context menu on the Rows should let me perform custom Cut/Copy/Paste functionality and the ContextMenu on the columns should let me perform custom formatting on individual columns.  My problem is I can only seem to create a single ContextMenu for the grid as a whole.

Can I have one for the rows and one for the columns?  If so, what is the syntax?

Thank you,

James
Vlad
Telerik team
 answered on 21 Mar 2013
6 answers
115 views
Any idea why my chart looks like the attachment?
My guess was that my list of x-axis values was out of numeric order but as far as I can tell it's not. 
Notice that it only seems to be my second line that is wacky. I try to generate the x-axis values by combining the possible values from my first line with my second in case I don't have a full set of one or the other.

Jonathan
Top achievements
Rank 1
 answered on 21 Mar 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
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?