5c75461f24fea73f941c4f01c910b8cce382c7b5
API/CodeSamples/Equals-Popup-Custom-Page.md
| ... | ... | @@ -18,7 +18,7 @@ To implement custom filters page you need to perform following steps: |
| 18 | 18 | `AdHocSettings.EqualsPopupDestinations["MyCustomFilter"] = new string[] { "Col1", "Col2", "ProductName", "CategoryName" };` |
| 19 | 19 | |
| 20 | 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 |
| 24 | 24 | <!--Here is block with custom controls--> |