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
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: