Categories | Question details Back To List | ||
:: DHX Grid :: Use enableAutoHeight with new value Hi there, How to reset the height of the overall grid and use fresh new value in enableAutoHeight() API ?? Answer posted by dhxSupport on Oct 01, 2009 03:49 After refreshing grid you can add mygrid.setSizes() command. Answer posted by Tejas on Oct 01, 2009 04:02 Hi, Suppose I have used <gridObject>.enableAutoHeight(true,"350",true); then on some event I want to give 450 as second parameter in the enableAutoHeight API. How can I achieve this. In IE 6, it is not working. |