2a18149d8c80ce1ac2da291972cef4ce8d7a23cf
API/CodeSamples/Equals-Popup-Custom-Page.md
| ... | ... | @@ -17,7 +17,7 @@ To implement custom filters page you need to perform following steps: |
| 17 | 17 | |
| 18 | 18 | `AdHocSettings.EqualsPopupDestinations["MyCustomFilter"] = new string[] { "Col1", "Col2", "ProductName", "CategoryName" };` |
| 19 | 19 | |
| 20 | -3. Get the CustomFiltersTemplate page (.aspx and .aspx.cs files), which we can provide for you, and rename it to MyCustomFilter. Then you can paste it into the CustomFilters folder. Below is a screenshot demonstrating this with the default template name. |
|
| 20 | +3. Get the CustomFiltersTemplate page (.aspx and .aspx.cs files), which we can provide for you, and rename it to MyCustomFilter. Then you can paste it into the CustomFilters folder. Below is a screenshot demonstrating this with the default template name. |
|
| 21 | 21 |  |
| 22 | 22 | 4. In the MyCustomFilter.aspx page, add necessary controls between following lines: |
| 23 | 23 | ```html |