Browse by Tags
All Tags » DataGridControl (RSS)
Showing page 1 of 6 (51 total posts)
-
Hi
Im trying to filter a DataGridControl based on the selection from another DataGridControl (eg: Employee => EmployeeOrders => OrderDetails). Sort of like master detail but all in seperate DataGridControls.
Do I use DataContext? and if so what are the values I would use.
Some sample code would be great!!
Thanks Jonno
-
Hello
We have > 30 xaml files and the one that uses Xceed DataGrid does not work with Expression Blend -we get the Error, that DataGridControl can not be resolved. The xaml is very simple:
<ResourceDictionary xmlns=''http://schemas.microsoft.com/winfx/2006/xaml/presentation'' ...
-
Hi,
We are facing a problem while using the custom IP Address control (user control created to get IP Address) in Xceed DataGrid for WPF. Problem is that whenever we update the control value(through keyboard) and click on any other cell, the value in the cell having IP control as cell editor is not updating with new one. But when we use “TAB” ...
-
I have a DataGridCollectionViewSource in the Resource part and define some DataGridItemProperty to the ItemProperties. The first time the DataGridControl is initializing correctly with this resource as ItemsSource. All directly in XAML. The DataGridCollectionViewSource is bound to the DataContext. All looks fine but if the DataContext is ...
-
I am very new to WPF/Xceed and have a very basic question. :)
I am using DataGrid Control in my application to display a collection of objects. I want one column of my grid to be editable depending upon the type of Object. If Object is of type A, the column should be editable and if object of type B, then it should not be. ...
-
I wish to display detail rows from a master row in my DataGrid that displays nested IEnumerable data within the IEnumerable data that the DataGrid is binded to.
I am trying to repeat the solution shown in http://xceed.com/CS/forums/permalink/21520/12354/ShowThread.aspx#12354 using PropertyDetailDescription; however, I am ...
-
I am trying to display an Xceed WPF datagrid on a WinForm. I created a user control that is the datagrid, and then added the usercontrol to an ElementHost on the Winform. That works, and I am able to display data. My problem is, I am trying to define one of the columns as a combobox editor. Where do I add the XAML code for defining this? I ...
-
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, ...
-
I managed the situation handling the DeletingSelectedItems in this way:
private void dataGridControl1_DeletingSelectedItems(object sender, Xceed.Wpf.DataGrid.CancelRoutedEventArgs e) { if ...
-
I pulled example code from ms-help://Xceed.Wpf.DataGrid/Documentation/Filtering_Data.html on example #2 yet I can't get filtering to happen. I am missing something simple, please point it out.
here is the xaml and the code-behind
<Window x:Class=''XceedTest.MainWindow'' ...
1 ...
|
|
|
|