This question is locked. New answers and comments are not allowed.
Hello,
I am facing an interesting binding issue.
I created my own custom gid column (by Telerik.Windows.Controls.GridViewDataColumn inheritance) which hosts a custom multi-column combobox inside.
The inner multi-column combobox is created only when a cell is entering edit mode (by overriding CreateCellEditElement).
The combobox data source is provided through an ItemsSource property defined on my custom column. Everything works like a charm so far. But when I try to override the CreateCellElement to customize the appearance of the cell in view mode, I find the ItemsSource property null.
I created a sample project but I am not able to attach it. Is there an email address I can send it to?
Any help would be appreciated.
Regards.
I am facing an interesting binding issue.
I created my own custom gid column (by Telerik.Windows.Controls.GridViewDataColumn inheritance) which hosts a custom multi-column combobox inside.
The inner multi-column combobox is created only when a cell is entering edit mode (by overriding CreateCellEditElement).
The combobox data source is provided through an ItemsSource property defined on my custom column. Everything works like a charm so far. But when I try to override the CreateCellElement to customize the appearance of the cell in view mode, I find the ItemsSource property null.
I created a sample project but I am not able to attach it. Is there an email address I can send it to?
Any help would be appreciated.
Regards.
