This is a migrated thread and some comments may be shown as answers.

Drag and Drop Columns

4 Answers 252 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Suruli
Top achievements
Rank 1
Suruli asked on 06 Sep 2018, 08:40 AM

Hi team,

 

We have grid in windows application and having functionality to remove columns by dragging the column and dropping it outside the grid. now we are migrating the current windows client application to web based solution and we have considered using telerik ajax UI controls for development which has the similar features.. however for drag and drop functionality, RadGrid support only row level. what we need is column level, user should be able to remove the column by  dragging and dropping the column outside..

 

Regards,

Suruli

4 Answers, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 11 Sep 2018, 06:07 AM
Hello Suruli,

I've already replied to your query in the following forum thread:
https://www.telerik.com/forums/drag-and-drop-columns-not-rows

I suggest that we continue our technical conversation on the mentioned link.

Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Suruli
Top achievements
Rank 1
answered on 21 Sep 2018, 05:18 PM

Dear Telerik Team,

 

we have a requirement to show the footer as the column header along with checkbox to select all the items. please let us know if this is possible in Telerik. 

I have tried the below code

 GridFooterItem footer = (GridFooterItem)tableView.GetItems(GridItemType.Footer)[0];
                        footer.Cells.Clear();
                        GridHeaderItem headeritem = (GridHeaderItem)RadGrid1.MasterTableView.GetItems(GridItemType.Header)[0];
                        for (Int32 i = 0; i < headeritem.Cells.Count; i++)
                        {
                           footer.Cells.Add(headeritem.Cells[i]);
                        }

 

but it did not worked. Please help us....

 

 

 

0
Suruli
Top achievements
Rank 1
answered on 24 Sep 2018, 10:24 AM

Hi Team,

we are able to build multiple header column (attached snapshot for the reference). However we are unable to bring sort, other functionality like reorder in the second header. is this possible in Radgrid? if yes, how to do it?

Our requirement is to enable parent header for child grid whenever the item is expanded.. we are already able to achieve this. however unable to bring all the other feature. please help us.

Regards,

Suruli

 

 

 

Regards,

Suruli 

0
Eyup
Telerik team
answered on 26 Sep 2018, 08:59 AM
Hello Suruli,

RadGrid provides built-in fixing of the master table headers via the UseStaticHeaders property:
https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/scrolling/scroll-with-static-headers

However, I am afraid multiplying header row and changing the grid layout is not supported. 

You can share this idea in our feature request portal:
https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/scrolling/scroll-with-static-headers

Regards,
Eyup
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Suruli
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Suruli
Top achievements
Rank 1
Share this question
or