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 I'm just missing some obvious documentation..