Browse by Tags
All Tags » Binding » Xceed DataGrid (RSS)
-
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 ...
-
Thanks Ghislain for your quick response.
I am afraid that the solution you have given is not applicable in the Xceed grid that i am working with. Please note that the Xceed Grid i am working with is of version 2.2 and it is not having a CellViewManager or CellEditorManager class and neither CheckBoxEditor nor CheckBoxViewer class.
The only class ...
-
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 ...
-
Hi,
I'm trying to bind the title of the column with a StaticResource. It's doesn't give me any error, but the output of the column is EMPTY. Here my code shows the detail of the issue,
<xcdg:Column FieldName=''countryName''>
<xcdg:Column.Title>
<Binding Converter=''{StaticResource FieldLabelConverter}'' ...
|
|
|
|