sets the height of Dataview
// sets the height as a number
var dataview = new dhx.DataView("dataview", {height: 700});
// sets the height as a string value
var dataview = new dhx.DataView("dataview", {height: "700px"});
The usage of the CSS calc() function within the height property is not possible.