Hi,
I have implemented my own hierarchicaldatasource and when bound to the RadTreeView it works as expected.
However I have also implemented HierarchicalDataSourceDesigner so that I can place the datasource on a page visually. The Microsoft Tree component picks this up and can list members no problem, but the RadTreeView does not even see the datasource. If I manually type the DataSourceId in the designer and manually enter the bindings into the property box of radTreeView, the page will work as expected, but the design component reports an error that datarowview does not contain any of the property names I typed in.
It seems that RadTreeView does not recognise the custom hierarchical datasource in design mode but uses it ok when the page is running.
Is there anything I can do to get this working in design mode?
Thanks,
Darren
I have implemented my own hierarchicaldatasource and when bound to the RadTreeView it works as expected.
However I have also implemented HierarchicalDataSourceDesigner so that I can place the datasource on a page visually. The Microsoft Tree component picks this up and can list members no problem, but the RadTreeView does not even see the datasource. If I manually type the DataSourceId in the designer and manually enter the bindings into the property box of radTreeView, the page will work as expected, but the design component reports an error that datarowview does not contain any of the property names I typed in.
It seems that RadTreeView does not recognise the custom hierarchical datasource in design mode but uses it ok when the page is running.
Is there anything I can do to get this working in design mode?
Thanks,
Darren