Browse by Tags
All Tags » Binding » .NET (RSS)
-
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 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;
...
...
-
Hey,
Just to report that I've resolved the problem:
1. The problem with extending the DataRow was that I've missed to override CreateInstance method and return an instace of the extended data row class.
2. Method PaintBackground should be extended and custom selection coloring can be done there (this.GridControl.SelectionBackColor and ...
|
|
|
|