Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    Thank you Isomorphic,

    Its working fine. Thanks for support.

    Comment


      #17
      Filtering the Rows

      Dear Isomorphic,
      I'm having another doubt, that is how to filter the records in drop down picklist dynamically

      e.g. Consider a listgrid Country having 3 fields namely countrycode, countryname and currencycode(This column having the currency dropdown which has 3 fields namely currecycode, currencyname and countrycode).

      I want to filter the currency dropdown when changing the value in currencycode.

      Thanks in advance

      Comment


        #18
        How about overriding getPickListFilterCriteria to return the desired filter criteria for the combo based on the contents of other columns? You might have to tell the combo to refresh when the criteria-source field changes.

        Comment


          #19
          Thank you David,

          I tried with getPickListFilterCriteria, it filters the picklist records, but i want to filter the "filtered records" when typing in the combo box too.

          Can u pls help me...


          Thanks in advance...

          Comment


            #20
            Dear David,

            And one more thing, i want to specify how to filter.
            The filter may use "equal", "not equal", or "substring".

            Please guide me how to do filter..

            Thanks in advance.

            Comment

            Working...
            X