As extra addition, I need to be able to update only the "Selected" Items => Nothing else can be updated… I figured out how to set the "Edit"-button on the "CHECKED" fields and so, but how do I define my own custom "Update"-Fields, based on other data from another table => When the node is checked it means that there is another table that is connected to that "ID". It's that data we need to update and there are some CUSTOM COMBOBOXES I need to build, but how do I achieve this? Is the "ASPxTreeList" control strong enough to support this? I really need a fast answer on this!
Kind Regards,
Frederic
Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.
Hello Frederic,
I am afraid your scenario is unclear. Do you mean custom comboboxes that are located inside ASPxTreeList templates or you need to update ASPxComboBoxes that are located on the form?
In the second case, you can put controls that should be updated inside the ASPxCallbackPanel control, which updates its content via callback, handle the ASPxClientTreeList.BeginCallback event, and store the e.command parameter in a JavaScript variable.
Handle the ASPxClientTreeList.EndCallback event and in case the JavaScript variable contains an appropriate value (if the last ASPxTreeList operation meets your requirement), call the ASPxClientCallbackPanel.PerformCallback method to update the controls.
If my hint does not help you, please provide us with code snippets illustrating your scenario, so that we could reproduce it. Alternatively, send us a working project (containing only the problematic ASPxTreeList bound to any portable datasource). We will examine it on our side and suggest a more appropriate solution for you.
Thanks,
Jenny