jQWidgets Forums

jQuery UI Widgets Forums Grid column chooser missing functionality

This topic contains 1 reply, has 2 voices, and was last updated by  admin 5 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • aniolekx
    Participant

    Hi,

    I am testing that new functionality: column chooser.

    Could you tell me how to:

    – reset state after columns were hidden. For each grid I would like to add button for user to save his selection (after he will customize columns), load (previous selection), and reset to default selection if required.

    – how to resize columns in grid after columns were selected/deselected, is there any event after selection was applied?

    I have downloaded latest version (We have licence for two developers) but somehow I still have http://www.jqxwidgets.com link on graphs. I am using source version because I compile it myself. How can I remove that link?


    admin
    Keymaster

    Hi aniolekx,

    1. The client portal has production build download button. It downloads a version without watermarks.
    2. The column chooser does the following – displays all columns as checkbox items. Each hidden column is unchecked item, each visible is checked. It updates the column’s hidden property. It always displays the current state of the columns, when you open it. So, if you want to save the state, you can bind to its OK Button’s click event. In the click handler iterate through the columns and use the “hidden” property of the column to determine whether it is visible or not.

    Regards,
    Peter

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

You must be logged in to reply to this topic.