Ajax The AJAX page allows you to configure AJAX in your web part.It contains the following: Table 26. AJAX Element Description Enable AJAX Allows you to enable AJAX for the listview. AJAX enables the listview to carry out some operations within the grid without refreshing the whole page. For example, when you sort a column by clicking its column header or change the page by clicking the pager, the listview only refreshes the data in the grid without causing the whole page to post back. However, there are times when AJAX causes some issues. In this case, you must disable the AJAX capability of the listview. The following are some known situations where you need to disable AJAX: • In Internet Explorer 6, the data grid will fail to carry out the AJAX operation. If your user base reports this issue, you can disable the AJAX to fix it. • If you use javascript's document.write() method in the Results Body property of the Custom Display, the text that is generated using document.write() will not be rendered after the AJAX operation. This is true even if you do not call the document.write() directly within the Results Body but rather through another javascript function that calls document.write().