Hi,
I have a list of Type IList<ClassName> which I need to bind it to telerik grid and I am binding It. But the thing is inside this list I have an another list called "TagsList" of type IList<ClassName>. Let us assume the data in "TagsList" is like this "Id,TagName,Status", I want to show all TagNames in one of the columns of kendo grid without using coma separation. That means it should not be a string.
How to add a custom data in a column of telerik grid. Or in other terms please let me know how to create a template column in Telerik Grid.
Help me in this regard.