Gu.Wpf.DataGrid2D
Gu.Wpf.DataGrid2D copied to clipboard
Extension methods for WPF DataGrid enabling binding to T[,]
When using the option to have custom cell template, eg.: dataGrid2D:Cell.Template="{StaticResource CellTemplate}" sorting via clicking on columns is no longer possible. Even if, for example, I simply bind double values....
It is currenly only possible via `Selected.CellItem` to get an single cell item. I want to bind multiple selected cells to my ViewModel, which would require something like `Selected.CellItems`.
Hey, started playing around with your extensions as I am building simple table designer control in WPF and your library is a good kickstarter as we can use really tabular...
Hello! Can anybody help me? I wanna bind 2D int array to DataGrid, but I don't understand how to create TwoWay binding. Now I'm use this code: ``` ``` Also...
Thank you for this amazing user control. I'm currently trying to use it to display large numbers best represented in scientific notation in my project. I have tried modifying your...
For wrapping `T[]` in a way that is twoway bindable. Not sure what a nice API would be, creating an issue for bikeshedding.
If possible make an attached property that allows for single click edit of cells.
This is a huge hack.
Like: http://stackoverflow.com/questions/16298865/datagrid-sorting-ascending-descending-null-no-sort