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
320
Ultrawebgrid Drag and Drop
posted

How do you implement the Drag and Drop feature in a UltraWeb Grid?

I remember a demo page with this functionality but I am unable to find it again :)

Parents Reply
  • 155
    posted in reply to Chad

    Hello czmelton,

    I too have been looking for a solution for persisting "state" in the UltraWebGrid between user sessions.

    My UltraWebGrid implementations are very user "configurable".

    Including:

    Moving column order

    Resizing column width

    Resizing row height

    Sorting

    I would like to be able to return the UltraWebGrid to the user exactly how they left it.

    In the past I used the LoadLayout and SaveLayout methods to write the "state" (ie layout) to a xml string for an individual user and then write the string to a database. Then when the user started another session, the app would simply load the "state" (ie layout) from the xml string in the database. It worked fairly well, but unfortunately, it has been deprecated.

    I requested the feature be reimplemented but have not seen it to date.

    Thanks,
    Jeff

Children