Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
Bind to Value of UltraCombo
posted

Hi Suppose I Have three controls UltraCombo, TextBlock and Button. Button Click should take values from Combo and textblock and pass them two command. How It can be implemented?

  • 23930
    Offline posted

    Hello Xetish,

    I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.

    Thank you for using Infragistics Components.

  • 23930
    Offline posted

    Hello Xetish,

     

    Thank you for posting in our forums.

     

    I am afraid that your question isn’t really clear to me. Do you want to take the values of the UltraCombo and the UltraTextEditor (I assume this is the control you are referencing by TextBlock) and pass them to some method in the button click handler? If that is the case you can get the value of the UltraCombo through its Value property and you can get the text of the UltraTextEditor by using its Text property.

     

    Hopefully this suggestion helps you in achieving your goal. If that isn’t what you are looking for please clarify your questions by possibly providing me with a sample or a screenshot explaining what you want to do.

     

    Please let me know if you have any additional questions.