How to I can fill the GridView Hierarchical with the same DataSource ?
I did a query to list some fields and I grouped in a Linq and attributtes to a BindingSource to show in the main GridView and it worked, but I need fill the GridView Hierarchical with the same query, but without grouping, then I created a new BindingSource and attributes a Linq to he without grouping but not works.

Hello, we are currently working with the Gridview control, having the datasource set to a datatable. Now we are trying to archieve a behavior where the row 'Total' is being excluded from the sorting in order to keep the row as last row at all time.
How can we achieve this behavior?
Thanks in advance

Hello everyone,
I choose the text in the radtextboxcontrol in the interface, click the right button to appear the copy, paste, cut function. I want to make it copy, paste, cut and
display as text of different countries, how to solve it? As shown in Figure 1.
Hi, I can not make busy indicators work.
I call the radVirtualGrid1.MasterViewInfo.IsWaiting = true before (and false after) i load a huge amount of data and write on the virtual grid with the CellValueNeeded event but i can't see the busy indicator bar.
Same thing when I call radVirtualGrid1.MasterViewInfo.StartRowWaiting(indexRow) inside the RowExpanding event and radVirtualGrid1.MasterViewInfo.StopRowWaiting(indexRow) inside the RowExpanded event.
The indicator doesn't work..
I partially resolved with the call to Application.DoEvents() immediately after the above methods. I can see the bar but they aren't animated!
Thanks in advance

hi
is it possible set different shape for each legend?
in fact each series have different shape for points,i want the shape of legend is same
I have radgridview with 3 level hierarchy, the third hierarchy binding from query using pivot table, data are appear in grid well but cannot edit column generate from query with pivot table, so how to make it editable?
Thanks in advanced

Hello everyone,
I am using the RadScheduler and RadSchedulerNavigator control with a Custom Appointment Class.
I would like to be able to add and remove columns to the default SearchGrid based on the fields that I added to my Custom Appointment Class.
I would also like that the search process handle this customs fields.
It is possible to edit SearchGrid Columns and handle custom fields in the search process? - How to do that?
I see SchedulerNavigatorElement.SearchGrid gives you access to the search grid. But I'm not able to Customize the search grid columns.
This is the documentation that i have used to customize appointment (Just to be clear as much as possible about custom appointment class):
https://docs.telerik.com/devtools/winforms/controls/scheduler/data-binding/binding-to-custom-fields
Any help will be very appreciated.
Thank to all and have a holiday time!

I am using RadRibbonBar which have several Tabs. For one tab, instead of displaying the my group, I need to attach a action to execute. Currently, when I click on any tab, the highlighted area will be visible. But for the particular settings tab, I don't need to tdisplay this area. But I need to attach an action.
Thanks in advance.
