how to know whether the rows is filtered?

Last post 11-16-2009, 5:14 AM by aspose.notifier. 8 replies.
Sort Posts: Previous Next
  •  06-13-2009, 12:41 AM 183759

    how to know whether the rows is filtered?

    how to know whether the rows is filtered?
     
  •  06-13-2009, 1:33 AM 183768 in reply to 183759

    Re: how to know whether the rows is filtered?

    Hi,

    Well, I think you may use RowFilterSettings.EnableAutoFilter boolean attribute to check whether it is true or false.

    bool filterCheck = GridWeb1.WebWorksheets[0].RowFilter.EnableAutoFilter;

     

    Thank you


    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  06-13-2009, 2:17 AM 183773 in reply to 183768

    Re: how to know whether the rows is filtered?

    the Webworksheet contains 10 rows, I use [rowFilter.FilterRows();] to filter,

    which method I can know the first row is filtered,or the second row is not filtered?

     
  •  06-14-2009, 1:09 AM 183803 in reply to 183773

    Re: how to know whether the rows is filtered?

    Hi,

    Thanks for providing further details.

    We will look into it and get back to you soon.

     

    Thank you.


    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  06-15-2009, 1:13 AM 183832 in reply to 183803

    Re: how to know whether the rows is filtered?

    Hi,

    After analyzing the feature, we can provide filtered row(s) indexes list as return value of FilterRows() method. Will it suit your need?

    Thank you.


    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  07-01-2009, 5:26 AM 186324 in reply to 183832

    Re: how to know whether the rows is filtered?

    Hello,

    I need this functionality (ie. filterRows to return list of indexes of filtered rows). Is it available?

    regards

     
  •  07-01-2009, 5:42 AM 186331 in reply to 186324

    Re: how to know whether the rows is filtered?

    Hi,

    We will get back to you soon.

    Thanks for being patient!


    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  07-02-2009, 1:27 AM 186525 in reply to 186331

    Re: how to know whether the rows is filtered?

    Attachment: Present (inaccessible)

    Hi,

    Please try the attached version Aspose.Grid.Web v2.0.1.2011, it supports to return filtered rows indexes via invoking FilterRows method which can return ArrayList object now.

    e.g.

    grdWeb.WebWorksheets[0].RowFilter.Criteria = "OR(CELL1 = 180, CELL3 = 90)";

    ArrayList list = grdWeb.WebWorksheets[0].RowFilter.FilterRows();

     

     

    Thank you.


    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  11-16-2009, 5:14 AM 208002 in reply to 183759

    Re: how to know whether the rows is filtered?

    The issues you have found earlier (filed as 9533) have been fixed in this update.


    This message was posted using Notification2Forum from Downloads module by aspose.notifier.
     
View as RSS news feed in XML