Categories | Question details Back To List | ||
filter data ,some row show white At frist,thankyou ,filter data is strongly when i make enableSmartRendering tured on .. and som rows show white when i maked enableSmartRendering tured on and scrolled the window.. thanks again Answer posted by Support on Sep 11, 2009 03:02 Are you using custom skin or some custom one? In srnd mode correct grid calculation is based on the height of rows, which is known for all common skins, but in case of custom skin you need to use grid.setAwaitedRowHeight(NN); // where NN - integer, height of row in the grid Alternatively you can enable multi-line mode in grid, which must resolve issues related to non-common height of rows as well grid.enableMultiline(true); Answer posted on Sep 11, 2009 04:07 filter data ,some rows dont show when i was scrolling the window,i 'm sure i hadn't used custom skin.
maybe because i did filer after i remove some rows to anther grid,but always sometimes some rows dont show.. maybe i wanna to know why. thanks.. hony! Answer posted by Support on Sep 11, 2009 04:08 If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed. The most common reason of similar problem Answer posted by hony on Sep 11, 2009 04:45 Thank you.how strongly it is ..thank you. i added "grid.setAwaitedRowHeight(NN) " to the pro ..and set the parameter 's value 20.. the no showRows is show now... hony!
Answer posted by hony on Sep 11, 2009 04:45 hahaha!! |