Browse by Tags
All Tags » CellEditorBinding (RSS)
Showing page 1 of 3 (27 total posts)
-
Hello,
I am using the Custom Control in the Exceed Data Grid as CellEditor in one of the Column. Now i am getting the custom control when the cell/column is in the Edit Mode. Now when i am selecting a value from the Custom Control. Its value is being selected but the column/Cell is not reflected with the ...
-
Hi,
I have two columns in my DataGridControl, lets say User Name and Role which are part of my Observable collection. The User Name column has a CellEditor which consist of a textBox and an Image. The requirement is to show the image as per role (the second column), that is an Admin Image or General User Image while editing the name. I am using ...
-
How to I Binding values from one column to another with using DataTemplate? In C#, not in XAML.
Code:
private void GenerateDataTemplates(int ColumnNumber){ var dt = new DataTemplate(); var spOuterFactory = new FrameworkElementFactory(typeof(StackPanel)); ...
-
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 / ...
-
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 ...
-
The project I am working on requires all controls to be added to the screen programmatically.
I have tried creating a data grid with 2 columns one of which has an combo box edit template.
The code below I copied from other forum posts and modified it to suit my own needs however when I try to edit a record/cell the combo box is not displayed at ...
-
Hi There,
I'm new to Xceed DataGridControl, It's nice tough. I'm having a problem with the CellEditorBinding. I just don't know when it will be updated from the custom control. here is my example :
Create a WPF project named XceedGridTester then copy paste the code
<Window x:Class=''XceedGridTester.Window1'' ...
-
Hello ,
I have a strange issue. I am binding a DataGrid with IList. When I try to retrieve the DataRow and try to use its DataContext. In case of some rows the DataRow is either null or DataContext of the DataRow is null. Although a binding item does exists in the IList.
Can anyone please help me on this ? This seems to be strange and ...
-
When I stated using cell editors with ''CellEditorBinding'', I get a Xaml parse exception ''Cannot convert the value in attribute 'Source' to object of type 'System.Object'. A TwoWay or OneWayToSource binding cannot work on the read-only property. The property in question is my data table inside my dataset. It is indeed readonly, But this is ...
-
Hi!Help me please.I'm loading my table DataGridControl dynamically from file. Like this:<Grid xmlns:xcdg=''clr-namespace:Xceed.Wpf.DataGrid;assembly=Xceed.Wpf.DataGrid'' xmlns=''http://schemas.microsoft.com/winfx/2006/xaml/presentation''> <xcdg:DataGridControl Name=''dataGridControl1'' Margin=''5'' ...
1
|
|
|
|