I have created a datatype to help me with handling relationships in my application and have attempted to create one that I can reuse (I dont want to have to create a new datatype for each relationship).
I'm running into problems however, when I need to use multiple instances of this datatype on the one node.
As an example, if I were to have a Post node, I could add this relationship datatype to allow we me to select multiple Categories for this post. If i then want to associate a number of Authors I add another instance of this datatype. Now, when I initially navigated to the Post node, I got a lot of errors about duplicate control ids, so I got around this by appending a Guid to the control IDs and now everything displays fine.
The issue now is that the buttons that I use to Select and Deselect nodes do not seem to be working, I assume that they are perhaps confused with which event to fire?
Multiple Instances of DataType conflicting.
Hello!
I have created a datatype to help me with handling relationships in my application and have attempted to create one that I can reuse (I dont want to have to create a new datatype for each relationship).
I'm running into problems however, when I need to use multiple instances of this datatype on the one node.
As an example, if I were to have a Post node, I could add this relationship datatype to allow we me to select multiple Categories for this post. If i then want to associate a number of Authors I add another instance of this datatype. Now, when I initially navigated to the Post node, I got a lot of errors about duplicate control ids, so I got around this by appending a Guid to the control IDs and now everything displays fine.
The issue now is that the buttons that I use to Select and Deselect nodes do not seem to be working, I assume that they are perhaps confused with which event to fire?
Is there a way around this?
is working on a reply...