Browse By Tags

  • List - Control the column width

    Is it possible to adjust the display width of a list page? I have the following list page and I would prefer that the Reference number did not "wrap" to the next line. Is there a way to force this column to always default to a fixed width? I want the…
  • Creating a compound filter (filterWhere) using the Client Side API

    This article is about the client side API. Specifically this article is concerned with how to write a script to handle the information within a grid and then apply an action to the cells, row or columns of the grid where more than one criteria is needed…
  • Control of Grids, Lists and Columns Using the Client Side API

    The Client Side API contains methods that make it much easier to select rows, columns and individual cells for manipulation. Properties can be set, new data displayed in tool tips and the style of each cell can be changed. The documentation contains…