Hi everyone i'm triying to do a multi level hierarchic grid and well it works ... I have 3 level of grid but the size of the third level is too small I don't know why ... I can't see my rows on the third level..
I need to be notified when a user sets or clears the checkbox in a GridViewCheckboxColumn, as I need to enact logic based on whether the user has checked any rows or not, and I'm not seeing any good resources on how to do this. Or, is there a property that I'm not seeing that will allow me to get the count of checked rows?
If I have a DockPanel which contains a DockManager and set of DockPanels and I close the topmost DockPanel, the Closed event of the parent is called, but the Closed event for the children DockPanel objects is never called.
Do I need to do something special to get the Close events to fire for the children DockPanels?
I'm having a problem. Is there any way to make a TreeView with TriState mode activated, bound to self-related data (DataTable) to show the checkboxes checked or unchecked automatically, accordingly to data in the DataSource?
I need to create several classes for RadLabel on ONE theme. My problem is that I cannot set the size of the Font without setting the Font Family, which means that the Font set by the theme is overwritten. ("Headers" are bigger than "text").
Is it possible to have different classes on one theme?
For tree view we have a method to get the selected nodes (treeview_afterselect) but how to identify the uncheck event. Is there any method or any workaround to get the same?
please share some sample code. It is very urgent for me. Please help us.
Hey,
Is there anyway to set the TabIndex property for the tabs in RadTabstrip? I want to set the tabindex of every tab so the user can select them and that they look different when their taborder is hit by the user Tab key but there is no such property.
Thanks