Browse by Tags
All Tags » WPF » DataGrid (RSS)
-
I use MVVM Light for my program.
My soft is a part of big program, it is wpf dll.
So, with MVVM light I can use this construction for update all View's from ViewModel's: http://pastie.org/2503236
When I open one dialog and Refresh() work's good, all tables show me smthng.
But, when I close dialog and then open another dialog with ...
-
For those who still experience a similar issue, I've found another more elegant approach
<DataGrid:DataGridControl.Resources> <Style TargetType=''{x:Type DataGrid:DataRow}''> <EventSetter ...
-
A few months back, Lee Sherry, Senior BI Manager at Microsoft Business Intelligence, contacted our sales director, Charles, about having an app created for the company. Charles understood right away what her needs were and proposed the project to Pierre-Luc (“PL” for short!), Lead Developer for Xceed DataGrid for WPF. Everyone involved with the ...
-
I have such problem:
I need to change foreground color of DataRow's in DataGrid to for example red. The thing is that I have collection of animals in DataGrid and every animal have unique id. In user control that DataGrid is placed i have method that passes me from time to time another collection with just id's, and those animals that match ...
-
Today I noticed this blog post by Nigel Spencer discussing his experiences with both Microsoft's WPF datagrid and Xceed's. I liked that Nigel recognizes that any new datagrid coming out this year will be significantly behind in maturity. If you take a look at the 25 releases of Xceed's WPF grid so far, you'll see hundreds of improvements to the ...
-
Hello,
I want to manipulate a simple array with xCeed grid. Is this possible? I can view items, but editing and creating doesn't function.
public partial class Window1 : Window {public ObservableCollection<int> deneme { get; set; }
public Window1() {InitializeComponent();dummy = new ...
-
Note: This blog post is edited from time to time to keep it up to date.
Microsoft has completed development of a basic WPF grid. It isn’t distributed as part of any RTM runtime of WPF, but is included in the .NET / WPF 4.0 beta. Many people are already trying it out.
Meanwhile, Xceed has released v3.2 of our entry-level datagrid for WPF called ...
|
|
|
|