-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
I've got kind of a conceptual question. I am in the process of wrapping some statistics classes I wrote into WPF.
For that I have two DataGrid(-Views, currently in WinForms). In one DataGrid each row represents a column in the other. There I can set-up different variables (as in…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
That's not a secret: Silverlight's DataGrid default style is beautiful while WPF's is poor.
Instead of reinventing the wheel let me ask the community if anyone has copied the SL styles to use in WPF.
Silverlight default-style DataGrid:
WPF default-style DataGrid (updated after Saied K's answer):
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have wpf datagrid with multiple selection (model has properties IsSelected...) and it works fine, but when I start program, I have to click on the table first and after that work multiple selection. When I first click on the table it select item under cursor (if i have pressed shift, it select the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a datagrid in silverlight with child datagrid nested in it. Also I have a DataPager on the outer datagrid.
The code looks like this:
<data:DataGrid x:Name="dgData" Width="600" ItemsSource="{Binding}" AutoGenerateColumns="False" IsReadOnly="True"
HorizontalScrollBarVisibility="Hidden"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi,
i have a nested datagrid(which is of three data grid). here i am able to show data with no issue.
the first datagrid has 5 rows
the main problem that comes here is when you click any row in first datagrid i show 2 datagrid( which has 10 rows)
lets say i click 3 row in 2 data grid. it…
>>> More