Questions tagged [datagridtablestyle]

4 questions
15
votes
5 answers

How do you get the proper mapping name from a binding source bound to a List, or an anonymous type, to use on a DataGridTableStyle?

I'm trying to create a DataGridTableStyle object so that I can control the column widths of a DataGrid. I've created a BindingSource object bound to a List. Actually it's bound to an anonymous type list created though Linq in the following manner…
Jason Down
  • 21,731
  • 12
  • 83
  • 117
2
votes
1 answer

open the Treeview by clicking a button on grid Devextreme

How can I get the data of the row where I click the button? I added a picture to make it more clear what I ve meant. this is the code for adding datafields to gridtable @(Html.DevExtreme().DataGrid() .ID("RoleGroupTable") .DataSource(d =>…
chatay
  • 151
  • 3
  • 12
1
vote
4 answers

Applying Existing Tablestyle to a Gridview

I'm working on a web-enabled version of our existing winforms project. Gridviews seem to be an ample replacement for the datagrids that we've been using. We have extensive table styles written for the old datagrids. Is it possible to reuse this…
Jeffrey
  • 1,837
  • 5
  • 25
  • 40
0
votes
0 answers

Is possible to print a ftable with tableGrob in RStudio?

I would like to print this ftable with tableGrob. tab=ftable(data, row.vars = c("Sales.Year","Return"),col.vars="Category") And i'd also like to add margins. How can i do?