Browse by Tags
All Tags » DataBinding » "Data Binding" (RSS)
-
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 am trying to set the ReadOnly Property of a DataCell based on the value in the DataCell being equal to the value in an ordinary TextBox outside of the DataGrid.
This is what I am trying to implement:
<Style TargetType=''{x:Type xcdg:DataCell}''>
<Setter Property=''ReadOnly'' Value=''False'' ...
-
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 ...
-
I need to display a datagrid with two columns that are bound to the same property. Here is the code I am using but it does not work:
DataGridCollectionView dataGridCollectionView = new DataGridCollectionView(list, typeof(MyData), false, ...
-
Hi,
I'm trying to bind the title of the column with a StaticResource. It's doesn't give me any error, but the output of the column is EMPTY. Here my code shows the detail of the issue,
<xcdg:Column FieldName=''countryName''>
<xcdg:Column.Title>
<Binding Converter=''{StaticResource FieldLabelConverter}'' ...
-
Ok, I moved my collection to the application and used the sample syntax for binding. Still no data. So in the application I add one row. I see this row, but not the rows my page added even though it does ''DataGridControl1.Items.Refresh()'' , which worked when I bound thru VB code. So, I made one last ...
-
Yes, I set AutoCreateDetailConfigurations property to true.
I can only get data if I bind thru VB code and not xaml. But, in order to use the CollectionViewSource (where all the good features seem to be), you have to bind thru xaml. I'm frusrated that I can't get past first base. All your samples have the bound object in the ...
-
Hi,
I am binding the DataGridControl from code behind using datagridcollectionview.....Suppose my datatable contains 5 columns . Now in the xceed grid i want to display the values of 1st and 3rd column in the same header i.e. in one column . How can i achieve this ?????
|
|
|
|