Browse by Tags
All Tags » Binding (RSS)
Showing page 1 of 7 (66 total posts)
-
Dear Forum,
I have a grid with grouping and a total for a column at group level.
I would like to ''amend'' this total, or write an amended total in a box near this total, and rerieve all this amended totals from the view model, any idea how I can do this?
Many thanks,
Simone
-
Any help on this please? It is quite urgent.
The only workaround I have found is, in the view model, check the objects and replace them with a single one when the undelying value is the same... but it is not very good if I have to do this for each column
-
Hi
I have a datagridcontrol which i bind to xml. But don't know why, i am not able to edit it once i bind it to xml. I was able to edit it and it worked fine if i used datagridcollectionview. Does any one of you have any idea as to whats wrong.
I want to bind the grid with the xml which i get from the server. Once the user updates ...
-
Recently, we had a question here at technical support asking if we had ''Excel Like Selection of DataCells''.
Well... we don't! When SelectionUnit is set to Cell on DataGridControl it is possible to make your selection on a cell-by-cell basis and to select multiple cells at once by Shift Clicking but still, that is not what some clients expect, ...
-
Hello,
I encountered some strange behaviour on the Xceed Gridcontrol for Windows Forms (v3.9), trying to implement a databound master detail
grid. I setup and loaded two datatables in a dataset with an additional Parent-Child-Relationship between these two tables added to the
dataset. The relation has been tested, there is no ...
-
Hi,
I wanted to set a MouseDoubleClick trigger on the rows of my DataGrid. As:
<Style TargetType=''{x:Type xcdg:DataRow}'' > <EventSetter Event=''MouseDoubleClick'' ...
-
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 ...
-
Hi,
I have the .NET grid (not WPF) with a column that contains a combobox, that is bound to a datatable in a dataset.
I do the binding like this:
void MyCombo_ActivatingControl(object sender, CellEditorEventArgs e)
{
WinComboBox myCombo = e.Control as WinComboBox;
...
...
-
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 ...
-
When I use a SumFunction like
... <xcdg:DataGridCollectionViewSource.StatFunctions> <xcdg:SumFunction ...
1 ...
|
|
|
|