Server side paging component navigation enable / disable method

XMLWordPrintable

    • Type: New Feature
    • Resolution: Duplicate
    • Priority: Normal
    • 8.0.3
    • Affects Version/s: None
    • Component/s: 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

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

              Created:
              Updated:
              Resolved: