Does XamDataGrid support RowDetails like Microsoft's WPF DataGrid? What I'm looking for is a content area within each row (other than a column) where I can put some informative text. Sort of like
| COL1 | COL2 | COL3 |
--------------------------------
| abc | lmn | xyz |
Some text
Thanks,
Joe
Just a quick note, you are asking to add a feature, which is fine however, this functionality is very common in other grids in the market and I am puzzled why this is not in your "things to do" already.
Tahir
Could you please post a sample snippet demonstrating this? I too would need such a behaviour.
Hello,
I am not sure what you mean by "updated". The approach I proposed should work in your scenario. It is as simple as re-templating an element that you want to add this custom functionality in. If you want this to be officially included in our product, you can submit a feature for this requirement. You can do that here and we will try to include this in one of our future releases.
Hello Alex,
Did this issue get any updated in the past two months? I'm looking for a way to have a "RowDetails" Style, where I can put e.g. a StackPanel with some Buttons in it and it can get displayed when clicking on the "+"-Symbol of a Row.
Cheers
Hello Joe,
Currently we do not have properties for this, but it can be achieved by retemplating the DataRecordPresenter element - which is the visual representation of the record/row and you can put the "Sample Text" at the bottom. You can find the default styles in the DefaultStyles directory in the infragistics folder and use it as base for your custom style.