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

RadGrid With DataList And SqlDataSource inside column

1 Answer 96 Views
Grid
This is a migrated thread and some comments may be shown as answers.
NoobMaster
Top achievements
Rank 2
Iron
NoobMaster asked on 07 Jan 2017, 04:03 PM

Hello Everyone ,

In SQL Database i have 3 tables ( articles , category , tbl_article_category ),

and some articles are in 2 or more category , so i want to show this Rad Grid like below :

     ID             Title                 Category

      1           article1            home , news     

any Idea?

1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 12 Jan 2017, 06:47 AM
Hi,

RadGrid does not support such scenario, but you can use a template column and place a bound control (RadListView, Repeater or another RadGrid in the template) and set its DataSource based on the ID of the record:
Hope this helps.


Regards,
Konstantin Dikov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
NoobMaster
Top achievements
Rank 2
Iron
Answers by
Konstantin Dikov
Telerik team
Share this question
or