Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-3064

Server side paging component navigation enable / disable method

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Duplicate
    • Icon: Normal Normal
    • 8.0.3
    • None
    • None
    • Security Level: Jimmy
    • None
    • None

      A feature to control the enabled status of the navigation buttons of a paging component (used in a mesh component in paging mold.)

      Using MVC, the 4 navigation buttons and the page number input box could be enabled / disabled with :
      (example with grid, but should be applicable on listbox, tree)

      myGrid.getPagingChild().enableNavigationControls(true); //enable nav buttons / input
      myGrid.getPagingChild().enableNavigationControls(false); //disable nav buttons / input

            Unassigned Unassigned
            MDuchemin MDuchemin
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: