views:

159

answers:

2

Hello,

I'm developing a Silverlight application where I want the master and its detail grid to share the same columns. So, some of the common fields would be displayed in master grid and rest of the fields would be specific for each child/detail.

How can I do it?

Thanks in advance.

A: 

Is Silverlight Toolkit - DataGrid what you are looking for?

ArsenMkrt
yes. I want to disaply common headers for both mater and detail datagrid.
Archie
Than download and use Silverlight toolkit, it is free, and cool Silverlight library
ArsenMkrt
I'm using that only. But I want to add the Detail datagrid which shares the Column names with Master. i.e. Master and Child would have same column names.
Archie
A: 

I set HeadersVisibility = false in detail grid.

Archie