How to display telerik:gridtemplate column inside telerik:gridbound column?
or how to display the child radgrid within a parent radgrid with the gridbound column when
master table view of Table layout ="Fixed" to define its column width ?
It is not possible to place one column inside another column of the grid. You can either try out the normal hierarchial structure, or, use a NestedViewTemplate, where you can place any controls according to your requirement. If you want the grid to be present in the main grid itself, then you can use a GridTemplateColumn wherein you can place any control in its ItemTemplate.
Thanks for the reply Princy, I have used the item template column inside the grid template to display my data however it doesn't allow to have gridbound coulmns withhin the item template to specify width parameters like the grid bound column when the table layout is set to fixed.Can't use either hierarchial structure, or a NestedViewTemplate for my requirements.
I suppose you want to specify the Width for the GridTemplateColumn. If that is the case, then you can use HeaderStyle/ ItemStyle tags as shown in the follwowing code:
aspx: