Browse by Tags
All Tags » .net 3.5 SP1 (RSS)
Showing page 1 of 2 (13 total posts)
-
I am attempting to use the SaveSettings and LoadSettings methods of the WPF grid version 3.1.
I have saved the XML document using the following code snippet:
Dim serializer As New XmlSerializer(GetType(SettingsRepository))
Dim baselocation As String = AppDomain.CurrentDomain.BaseDirectory
MSDataGrid.SaveUserSettings(CurrentSettings, ...
-
Is there a way/property to ignore the ''case'' when sorting in the grid?
-
I am catching doubleclick by creating an EventSetter in the DataGrid Control Resources:
<xcdg:DataGridControl.Resources>
<Style TargetType=''{x:Type xcdg:DataCell}'' ...
-
Hello,
I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button.
Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel.
How can this be achieved. I thought of RoutedEvents / ...
-
I am using latest Xceed DataGrid version: 3.1.
It seems that TableView.ColumnStretchMode is ignored as soon as I provide custom style for DataRow element.
It is reproducable in one of your sample applications: CustomViews.
Thanks.
-
Hi I´m using the tryal version of the datagrid. I have Entity Data linked to the ItemsSource Property (MM .NET Entity, They highly recomend this control):
this.DataGrid.ItemsSource = MyEntityList()
The issue is that when I load the grid there is a navegation option in order to select the first row. It is succesfully selected in the view (I can ...
-
Hi,
I am having the same issue. Could you please post the solution.
-Siva
-
Are there any objections if upcoming versions of Xceed DataGrid for WPF have a dependency on .NET 3.5 SP1, as opposed to the current dependency on .NET 3.5 without SP1?
Current thinking: The upcoming v3.1 should not require SP1, however, v3.2 will require SP1.
-
This DataGrid (file Xceed.Wpf.DataGrid.dll version 2.0.8127.13040) works perfect inside an Xbap in my development machine. In other clients, when trying to insert a new row directly in the DataGrid (with no code behind for this operation), it completely breaks WPF with a “Windows Presentation Fundation Host has encountered a problem and needs to ...
-
The company i work for bought the DataGrid complete pack, and we are having some trouble with its width and height.
The problem is:
When we set the grid's width and height to ''Auto'' the grid overlaps its parent size.
It looks like that xceed datagrid ''attaches'' it's width and height to it's content, and not to it's border or ...
1
|
|
|
|