Hi,
I'm trying to reimplement a part of system using telerik gridView control.
I'm trying to bind a collection of objects to a dataGridView. This objects contains some other objects, that's why i want to use binding to sub objects. Everything works great, until a sub-object is a NULL. Then the whole row is not displayed. What I want to achive, is only not to display this column's value, and display all other values.
Is it possible using such a binding scenario?
Or should I do it in any other way (for example by initializing all these items with empty ones)? As far as these are database objects, I don't want to implement additional logic for adding such 'empty' items and deleting them before saving changes to DB.
I have similiar problem when using wpf version of this control.
Thanks for Your help in advance
Marcin Danek
I'm trying to reimplement a part of system using telerik gridView control.
I'm trying to bind a collection of objects to a dataGridView. This objects contains some other objects, that's why i want to use binding to sub objects. Everything works great, until a sub-object is a NULL. Then the whole row is not displayed. What I want to achive, is only not to display this column's value, and display all other values.
Is it possible using such a binding scenario?
Or should I do it in any other way (for example by initializing all these items with empty ones)? As far as these are database objects, I don't want to implement additional logic for adding such 'empty' items and deleting them before saving changes to DB.
I have similiar problem when using wpf version of this control.
Thanks for Your help in advance
Marcin Danek