Filter in Custom Table is not affected in Kentico 9 on Azure Server

Ha Son Nguyen Tat asked on August 24, 2016 13:00

Hi Kentico Developers,

We are having a trouble issue in Kentico 9 Appication in Azure Server. It is that filter in Custom Table is not affected in Kentico 9 through setting in Alternative forms.

* Normally, In Kentico 9 at my local computer, filter in Custom Table is still effect normally through setting in Alternative forms like as Kentico guideline document.

- Firstly, we created a filter form in "Alternative form" in Custom Table

- Finally, go back to Data link to view filter form.

Image Text

Image Text

Image Text

* However, In Kentico 9 in Azure Server, filter in Custom Table is not impacted through setting in Alternative forms like as Kentico guideline document.

Image Text

  • It may be is caused by Kentico 9 on Azure Server is not supporting. I'm still getting vague and not clear.

Hope you to help me

Thank you a lots!

Recent Answers


Brenden Kehren answered on August 24, 2016 13:12 (last edited on August 24, 2016 15:46)

By default you need more than 1 page or 25 records to display the filter. Here is the statement from the documentation

By default, list filters appear when the number of records is more than 25. You can change this limit by adding the following key into the appSettings section of your web.config file:

<add key="CMSDefaultListingFilterLimit" value="5" />

Looks like you only have 8 records showing in your Azure instance and your local database has more.

0 votesVote for this answer Mark as a Correct answer

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