Studio for Silverlight

C1Window

  •  felixyan said 4 years, 9 months ago:

    How Can I get C1Window's item from the application who construct the C1Window?

    For example: In the C1window, I set one TextBox and one ListBox, how can I get the data of the TextBox and ListBox in the application who construct the C1Window after close the C1Window?

    Thanks in advance.

  •  C1_MaxM7p said 4 years, 9 months ago:

    There is no particular way to do that, one approach would be to have the code that constructs the Window save references to the input items inside the Window and then get the content in the Window's closed event.

    If you could tell us more about your use case maybe we could give you a better solution or find a new feature that should be added to the Window.

  •  pranoliver said 4 years, 9 months ago:

    Hi,

    Is there any example which demostrates how to get values from the C1Window, when it showed as Modal Window.

    Thanks in advance.

  •  C1_MaxM7p said 4 years, 9 months ago:

    I'm attaching a small sample demonstrating two ways of getting values from a C1Window. One has a window as a separate user control, and the other creates the window in code.

    Attachments:
    You must be logged in to view attched files.
  •  pranoliver said 4 years, 9 months ago:

    Thanks a lot for the quick reply.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.