Announcement

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

    Listgrid filter problem

    hi

    I have a problem in using filters in listgrid.i cant filter data in listgrid

    First i created a listgrid whose showfiltereditor property true;
    then i created listgrid field whose canfilter property true
    then i created a listgridrecord and added records to listgrid fields ,setdata(records) is used to set the records.
    the filtereditor is displaying.but no filtering is takesplace.

    In smartclient examples,used setdatasource(datasource).not used listgridrecords
    but in my case,i can only use listgridrecord.so please comment me what is the problem in using listgridrecords in listgrid.how can i enable filtering in that
    its urgent,pls say

    Thanks in advance
    Last edited by vinuriyer; 20 Mar 2011, 20:54.

    #2
    pls its urgent..pls reply administrator...

    pls reply administrator...
    am also attaching my code
    Attached Files
    Last edited by vinuriyer; 20 Mar 2011, 21:16.

    Comment


      #3
      I feel bad on ur support

      hmmmmmmm
      still i solved this issue,can others can make use of it.
      I hav attached the corrected code,pls check it out
      Attached Files

      Comment


        #4
        Originally posted by vinuriyer View Post
        I feel bad on ur support

        hmmmmmmm
        still i solved this issue,can others can make use of it.
        I hav attached the corrected code,pls check it out

        Thank you, I thought it was impossible. I was completely desperate and you gave me the solution. THANK YOU VERY MUCH!!!!!!!!!!!!!!!!!!

        Comment


          #5
          The data is not loaded during grid initialization

          The attached code was very useful and was able to meet my requirement too, but am struck with one issue.
          The grid while loading is not loading the data, after i make a click on one of the column filters the data is getting loaded. By default the initial set of data has to be loaded to the grid.

          Any clue how to fix this or get this working ?

          Comment

          Working...
          X