Hi,
I'm trying to give the user the ability to change a ListGrid dynamically from fixedRecordHeights:true to fixedRecordHeights:false. However, when I change that property (along with setting wrapCells from false to true ) and then call markForRedraw() on the ListGrid, the grid doesn't redraw to show the grid with fixedRecordHeights=false. Any suggestions on what I need to do in order to refresh the grid?
I'm trying to give the user the ability to change a ListGrid dynamically from fixedRecordHeights:true to fixedRecordHeights:false. However, when I change that property (along with setting wrapCells from false to true ) and then call markForRedraw() on the ListGrid, the grid doesn't redraw to show the grid with fixedRecordHeights=false. Any suggestions on what I need to do in order to refresh the grid?
Comment