I've created a custom component and I want to data bind it by dragging a DataSource onto it, like you can with a ListGrid. However, my component in the Project pane is not a valid drop target (just a circle w/ a line through it while dragging over it). I tried specifying the DataSource property in my custom DataSource XML file like this:
<field name="dataSource" type="DataSource" hidden="false"/>
I've also set the showDropIcon to true in the custom_components.xml file like this:
<showDropIcon>true</showDropIcon>
And I do have a separate icon that ends in _drop.
Any idea why I still can't databind my custom component?
<field name="dataSource" type="DataSource" hidden="false"/>
I've also set the showDropIcon to true in the custom_components.xml file like this:
<showDropIcon>true</showDropIcon>
And I do have a separate icon that ends in _drop.
Any idea why I still can't databind my custom component?
Comment