Questions tagged [rowdetailstemplate]

38 questions
0
votes
2 answers

Combobox in RowDetailTemplate update all before selected colums

I Have a Combobox in a RowdetailsTemplate in a Datagrid. If i switch the columns then automatic change the value in the Datagridcolumn with the before selected Value. The Value in Datagrid column should only change if the value in the Combobox are…
0
votes
0 answers

Can't save add or delete rows in DataGrid inside RowDetailsTemplate of another DataGrid (WPF)

I’m writing an HR safety tracking app using WPF and Entity Framework where I want to display and edit a grid of safety incidents, and under each selected incident would be a grid of months during which hours were lost due to the incident. This…
Eric Eggers
  • 93
  • 1
  • 11
0
votes
1 answer

Silverlight : How to access control in DataGrid RowDetailTemplate

I have below code and I wanted to get the "btnUpdate" button control in the RowDetailsTemplate and set the visibility in code behind. How can I do that? Any advice is appreciated and thanks in advance.
user3607582
  • 61
  • 11
0
votes
0 answers

WPF Datagrid - child datagrid populates when clicked on toggle button (+/-) of parent datagrid

I am a new member to this forum, glad to be part of it :) I need help with parent-child datagrid (both containing same rows but data called from different tables). The parent datagrid should have a button or a plus-minus symbol with each record…
shinchan
  • 1
  • 1
0
votes
0 answers

How to bind a datagrid inside a RowDetailsTemplate to another datacontext

I have a Datagrid that is bound with the property ItemsSource="{Binding}" to a DataContext in the codebehind. Thats fine. Now I would like to add a datagrid inside the RowDetailTemplate. I want to bind this inner Datagrid to a complete other source…
Andre
  • 1
  • 1
0
votes
1 answer

Show the sum of detail grid rows in outer grid row in Kendo Grid

I have many rows in Kendo detailed grid and I am trying to show the sum of the detailed rows in outer grid's data cells. Is there any way I can do so ?
0
votes
1 answer

TreeListView.RowDetailsTemplate new for each row

Im close to my solution but i cant figure out my last step. I have a RowDetailsTemplate for each row in a RadTreeListView. My Probplem is I can figure out how to bind it. Im binding it to CurrentSelected but now evrytime I click on a other row the…
dennis schütz
  • 383
  • 4
  • 21
0
votes
1 answer

Binding inner datagrid data with outter datagrid wpf

I have a source datagrid which is binding a datatable called source and an inner datagrid (can be viewed by clicking a button through rowdetails) that's binding a different datatable called inner. Both properties get populated from the database from…
kknaguib
  • 749
  • 4
  • 12
  • 33
1 2
3