• Linking to combo boxes together

    By Matt White 1 decade ago

    I suspect I am just being a bit dim, but I can't for the life of me get this working.

    If I use a partial refresh in the first combo box then the page crashes.

    My alternative approach would be to write CSJS to rebuild the second combo box options list but the onChange event event doesn't seem to fire.

    What other options do I have for this? Is it even possible?

    Any ideas would be greatly appreciated.

    Matt

    • hmm

      By Niklas Heidloff 1 decade ago

      There are indeed different issues with partial refreshs. The new controls from the extlib however should not have these issues.

      I'd also suggest client side script. And all client side events should work. Can't think of a reason why they wouldn't.

      • Seems to be...

        By Matt White 1 decade ago

        related to the complexity of the page. I had a single page app with 3 different document bindings and multiple view bindings and at that point the client side events stopped firing and the partial refreshes stopped working. I've split the app out into several smaller pages which is less idea but seems to work OK.

        Matt