Categories | Question details Back To List | ||
Subrow content Is it possible to clear the contents of a subrow or force the reload of the contents on row open (ie prevent caching)? Answer posted by dhxSupport on Aug 13, 2009 02:10 The only way to clear content of the sub row (no sub row grid) is clear all rows in the grid: mygrid.clearAll() And then load new rows with new sub rows again: mygrid.load(url_new_rows) |