Hi,
Is RowDetailsTemplate available in XamGrid?
XamGrid has this functionality with ColumnLayout but this requires the Collection as item source for that column.
I have two possibilities 1) Bind with same entities 2) Make server call and bind with other entity.
But xam grid support only Collection in same data source.
I have to implement like this for 1) http://weblogs.asp.net/brijmohan/archive/2010/05/14/working-with-silverlight-datagrid-rowdetailstemplate.aspx
Please suggest solution for this issue.
Solution for issue 1 is to use TemplateColumnLayout.