DHTMLX Docs & Samples Explorer

refresh (id)

Required library edition: This method works with any edition of DHTMLX library

Required library file: dhtmlxdataview.js

Repaints item or whole dataview

  • id - id of item in question, optional
	//repaint single item
	view.refresh(id);
	//repaint whole view
	view.refresh();