Grid row details - how to show?

Is there a feature to show grid row details when row is selected?
Like in SDK: DataGrid.RowDetailsTemplate?


2 Replies

PA Pavel September 29, 2010 11:44 AM UTC

Here is the link to screenshot of our page which uses SDK grid:
http://habreffect.ru/files/1e7/5c9440ef2/syncfusion_rowdetails.png
Can we achieve the same with Syncfusion grid?



KA Kamalakannan A Syncfusion Team October 7, 2010 02:07 PM UTC

Hi Pavel,

Thank you for using Syncfusion products.

GridDataControl does not have and default template to show the selected items. This can be achieved by defining a template in a pop up and Binding the column values in the template as follows.

[Code Snippet[ Xaml]














You can refer the Binding Context Demo sample in the dashboard samples for binding the selected items to a template.

Sample Location: \\8.3.0.22\WPF\Grid.WPF\Samples\3.5\WindowsSamples\Grid Data Control - Advanced\Binding Context Demo\CS

Let us know if you need any more information.

Thanks
Kamal.




Loader.
Up arrow icon