Browse by Tags
All Tags » "Data Binding" (RSS)
Showing page 1 of 7 (64 total posts)
-
Hey everyone,
I have an application with an Xceed DataGrid for WPF and in my grid I have a column with checkboxes. The problem I am having is that when the user clicks on the check box nothing happens, but when they click on the cell that the check box is in then the cell's EditBeginning event get's fired but crashes because the ...
-
Hi Jay,Since we don't know how your data works in your code behind, we will first presume that the ''ProductData'' object is coming from a database result.To remedy your problem, we suggest that you try one of the two following solutions: Path=CurrentItem['ProductName']Or Path=CurrentItem[0] (Zero being the index of the ...
-
I have a similar problem. I need to get a selected item in Detail list, so I can have it through Data Binding.
SelectedItem returns null when I click on an Item in the Detail list.
-
Hi,
I have a requiment that need to binding a column of the datagrid to two columns to my datatable by some sepecial rules.
By current I can binding to one column by using the flowing code:
public override DataGridItemPropertyBase GenerateItemProperty() ...
-
Hi,
I am quite new to the xceed wpf datagrid and this problem is quite crucial for me. So please help!!!!
My grid is bound to a xml. Whenever i update the grid, i send a message to the server and i get a new xml from the server, to which i need to bind my grid to.
In my project about 100 rows are created on the screen, of which only 10 are ...
-
Hi,
I've created a class called Choices that represent a ComboxBox. Choices has public List and Value properties to bind a combo box (list of choices and selected value).
I want to bind a column of the grid on a property returning an instance of this object and I want the editor of a cell to display a working ComboBox based on those ...
-
How do you bind an entity collection or an observable collection of an entity to the EntityDetailDescription ?
how do you bind the EntityDetailDescription to a DataGridCollectionView or to the ItemsSource property of a WPF DataGrid 4.2?
-
Hi there, sorry for the length of this post, this is a particularly tricky
problem to explain
I've been evaluating the Xceed grid and have been very impressed to date,
but I fear I may have uncovered a bug.
To set the scenario, I have an application that uses a control app to spawn
multiple windows, each with a dedicated UI ...
-
I can't seem to get this converter to work 100%. It doesn't appear to support all of the mask options and the documentation simply points to the MaskedTextProvider Class.
For example if I set the mask (ConverterParameter) to ''999,990.00'' and the value is ''10.99'' what's displayed is ''000,010.99''. If the value is null I get ...
-
I have a DataGrid bound to a DataGridCollectionViewSource. I bind DataGridCollectionViewSource.Source to a Property in my UserControl and raise a PropertyChanged event in the Property Set. Everything works great as I can change that Property programatically and the Grid refreshes.
But what I need to do is select specific ...
1 ...
|
|
|
|