Announcement

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

    Search above every field in ListGrid

    Hello there,

    I have a question, I've been looking into this - https://www.smartclient.com/smartcli...listGridFields

    And I was wondering is there like some kind of simple implementation of search field above every column? Like I've shown in the picture - https://i.imgur.com/jYOUEzA.png

    If there is not, how I should try to implement it?

    Thanks for the answers in advance.

    #2
    Hi valkas,

    there is, see here and the other samples under "filtering".

    Best regards
    Blama

    Comment


      #3
      Originally posted by Blama View Post
      Hi valkas,

      there is, see here and the other samples under "filtering".

      Best regards
      Blama
      Thank you so much for the reference.

      My current situation is that I am using DynamicForm for the Dialog, and in the Dialog I'm presenting form information from my DataSource.

      And one of my DataSource has pickListFields which are IListGridFieldOptions.

      for them when I add showFilterEditor: true it doesn't work. Maybe you cannot perform this action on IListGridFieldOptions or there is something I could do differently?

      Comment


        #4
        Hi valkas,

        sorry, don't understand a word. Either show a sample or at least a screenshot. Pretty sure that Isomorphic will request such a thing as well.
        IListGridFieldOptions isn't even a thing in the docs.

        Best regards
        Blama

        Comment


          #5
          Originally posted by Blama View Post
          Hi valkas,

          sorry, don't understand a word. Either show a sample or at least a screenshot. Pretty sure that Isomorphic will request such a thing as well.
          IListGridFieldOptions isn't even a thing in the docs.

          Best regards
          Blama
          Sorry, my bad, should've read what I just wrote before posting :D

          I needed to use ListGrid properties inside Form which has inside SelectItem, so I added this and solved problem. Sorry for bothering.

          pickListProperties: { showFilterEditor: true },

          Comment


            #6
            Perfect!

            Comment

            Working...
            X