1 Reply Latest reply on Oct 16, 2008 5:03 AM by nbelaevski

    Interesting : Sorting in dataGrid

    saravvij

      Hello,

      Anyone suggest me, how to implement sorting in dataGrid UI? . I want to sort the items in dataGrid when sorting option is selected by user from a drop down select menu.?

      Thanks

        • 1. Re: Interesting : Sorting in dataGrid
          nbelaevski

          Hi,

          Create your own implementation of org.ajax4jsf.model.ExtendedDataModel that sorts data. You can start investigation from org.richfaces.model.ModifiableModel that we use to provide sorting and filtering feature for data table.