The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I want to add description text in the second row
of a databoundgrid grid which is bounded with datatable.currently i am doing this like i added
that decription text to every column of
first row in datatable and merging columns in row.but after doing this sorting is not working.Is there any easy way to add description row in second row of databoundgrid?
ADAdministrator Syncfusion Team February 9, 2005 12:23 PM UTC
Check out the DataBound\MultiRowRecord example. This shows how to setup a grid where each record has two rows. Next step is to handle QueryCellInfo and fill in the values of the second row for those cells where you want to display text. GDBGMultiHeader has an example for handling QueryCellInfo with a GridDataBoundGrid.
Stefan
>I want to add description text in the second row
>of a databoundgrid grid which is bounded with datatable.currently i am doing this like i added
>that decription text to every column of
>first row in datatable and merging columns in row.but after doing this sorting is not working.Is there any easy way to add description row in second row of databoundgrid?
>