3 Replies Latest reply on Jan 5, 2009 9:02 PM by traviskds

    rich:suggestionbox and on click event

    traviskds

      Hi everyone,

      How can I disable the onclick event when I click on the column headings in the suggestionbox?

      My use case is that I want to enable pagination in the suggestionbox and I have added the navigation icons as part of the column headings (using rich:columnGroup). When I click on a navigation icon, it should not active the onclick event on the suggestion box. This enables me to call my own javascript function when we click on the navigation icon. But if I click on a column within the data display grid, then it should activate the suggestionbox onclick event.

      Any ideas?

      Travis