Browse by Tags
All Tags » Binding » .Net Grid (RSS)
-
I've been trying to build a Master/Detail grid using the example but without the sources for the NorthWind database or the access functions (specifically SampleData.DataProvider.GetNorthwindDataSet()), I am unable to figure out how.
In the example, gridcontrol1 is bound to ''Shippers'' which I expect is a table name.
However, ...
-
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 ...
-
After upgrading to the VS2010 upgrade and the Ultimate Suite 10.3, I found out that the FieldName and DataType of a column and read-only!
Here is what I have done:add a unbound column in the gridchange the title, name, fieldname or datatypethe designer refreshes and the newly added column is gone!I had a look into the class reference, it is ...
-
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 ...
|
|
|
|