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

RadGrid- Break the row into two lines

2 Answers 494 Views
Grid
This is a migrated thread and some comments may be shown as answers.
madhavi
Top achievements
Rank 1
madhavi asked on 26 Oct 2016, 03:18 PM

Hi, 

   I am looking for ideas to display each row in two lines, as shown below.

  | col1  |   col 2 |  col 3  | col 5| col 6 |

  | col7  |  Edit button | Save button   |

Please suggest for any ideas, if possible.

 

Thank you,

Madhavi

2 Answers, 1 is accepted

Sort by
0
Accepted
Eyup
Telerik team
answered on 31 Oct 2016, 01:59 PM
Hello Madhavi,

Generally, you can achieve similar requirements using templates:

1. RadGrid DetailItemTemplate:
http://demos.telerik.com/aspnet-ajax/grid/examples/columns-rows/rows/detailitemtemplate/defaultcs.aspx

2. RadListView grouping:
http://demos.telerik.com/aspnet-ajax/listview/examples/datagrouping/defaultcs.aspx

3. RadGrid NestedViewTemplate:
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/hierarchy-with-templates/defaultcs.aspx

4. RadGrid GridTemplateColumn:
http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/columns/column-types#gridtemplatecolumn

You can choose whichever you find for more appropriate for your specific requirement. However, please bear in mind that configuring the content of the templates and implementing the Expression logic is not related to Telerik, hence, beyond our support scope.


Regards,
Eyup
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
0
madhavi
Top achievements
Rank 1
answered on 10 Dec 2016, 09:41 PM
Thank you, I have choosed RadListView method, as the client needs to apply their own styles to the rows. 
Tags
Grid
Asked by
madhavi
Top achievements
Rank 1
Answers by
Eyup
Telerik team
madhavi
Top achievements
Rank 1
Share this question
or