Why doesn’t the UniGrid display the filter?

HelenaG Grulichova asked on October 2, 2012 03:04

Why doesn’t the UniGrid display the filter?

Correct Answer

HelenaG Grulichova answered on October 2, 2012 03:04

The UniGrid only displays the filter if it loads more than 25 items by default. You can change the minimal number of items using the FilterLimit property.

For example:

<cms:UniGrid ID="gridElem" runat="server" GridName="~/CMSModules/ProjectManagement/Controls/UI/ProjectTask/List.xml" FilterLimit="1" />

You can also set up the filter limit globally in web.config using key:

<key name="FilterLimit" value="10" />

Related information:
http://devnet.kentico.com/Knowledge-Base/API-and-Internals/How-to-find-the-location-of-the-code-for-a-page-us.aspx
http://devnet.kentico.com/docs/7_0/controls/index.html?unigrid_definition.htm

-hg-
1 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.