Browse by Tags
All Tags » DataGrid » Binding (RSS)
Showing page 1 of 2 (11 total posts)
-
Hi,
I wanted to set a MouseDoubleClick trigger on the rows of my DataGrid. As:
<Style TargetType=''{x:Type xcdg:DataRow}'' > <EventSetter Event=''MouseDoubleClick'' ...
-
I am new very new to the xceed components and just started using the datagrid control. I followed the Creating your first DataGrid project and successfully adapted the code to the SqlServerCe database that I am reading from. What I can't figure out is how to refresh the DataGrid, the database I am using is updated by another ...
-
I have been trying to bind a DataTable to a ComboBox in Xceed's DataGrid. The ComboBox is in a CellEditor and the ComboBox ends up displaying nothing, it is blank. I have tried all of your examples, and this problem is really exasperating.Please show me the error of my ways. I have code snippets below.Thank you very much for any help.-TedHere is ...
-
Howdy
I'm trying to link two ComboBoxes in a DataGrid so one is filtered according to the selection of the other. I can get it to work fine outside of the DataGrid, but think I need to change the way I reference the master ComboBox.
They are bound to LINQ to SQL Classes.
Thank you in ...
-
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, ...
-
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 ...
-
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 ?????
-
After one or more of my underlying items of my DataSource has changed, I call ResetBinding( false ) on the datasource so the grid can refresh its content. From times to times, I get the following exception:
Cannot perform this operation while the generator is busy generating items
Here is the detail of the ...
-
Hi all, first post!
I'd like to start off by saying thanks to everyone else for the support provided on these forums, it has been invaluable!
I'm having an issue trying to bind a DataGridCollectionViewSource Source Property to a Property on my UserControl. I've used the DataGrid in combination with a DataGridCollectionViewSource on a ...
-
Hi Marcus,
I tried the example given over there. But it failed. I have pasted the XAML of my Grid control.
<xceed:DataGridControl Margin=''10'' Height=''350'' Name=''MappingGrid'' Width=''Auto'' VerticalAlignment=''Top'' ...
1
|
|
|
|