Sign UpSign Up   Sign InSign In Welcome Guest,
Live Chat Live Chat

Filtered Rows Count

Last post 07-02-2009, 1:30 AM by Amjad Sahi. 2 replies.
Sort Posts: Previous Next
  •  07-01-2009, 5:04 AM 186318

    Filtered Rows Count .NET

    Hello,

    How can I get the number/count of filtered rows after I apply a rowfilter to Gridweb?

    thanks

     

     
  •  07-01-2009, 5:34 AM 186329 in reply to 186318

    Re: Filtered Rows Count

    Hi,

    We will look into the feature and get back to you soon.

    Thank you.


    Amjad Sahi
    Support Developer,
    Aspose Sialkot Team
    Contact Us
     
  •  07-02-2009, 1:30 AM 186527 in reply to 186329

    Re: Filtered Rows Count

    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, so you can use it for your need.

    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
     
View as RSS news feed in XML