• Returning a number of rows within a grid without changing the user preferences

    Hi All. I have an asp page that returns multiple iframe grids. I changed my preferences to a specific grid size to make it look good. However, I was wondering if I could use the client API side of things to control how many grid rows are returned…
  • Compound filterWhere possible?

    Is it possible to perform compound filtering statements on grid rows? I've been trying without success. I want something like... crm.grids().rows().filterWhere('field_one', "le", new Date).filterWhere("field_two", "gt", 0).highlightRow("pink"); Perhaps…