Categories | Question details Back To List | ||
Split and filtering Hi, i'm trying to use split, filtering and paging at one go in grid v2.0. I have a text-filter in the erst header's cell and i use splitAt(2). So, it don't show scrollbar in the righthand from the frozencolumn not before i write something in textfilter or i change the page. my index.xhtml contains: ... mygrid.enablePaging(true,6,3,"pagingArea",true,"recinfoArea"); mygrid.loadXML("/xml_feed.jsp?action=get_data&gridname="+gridname); .. and in xml: ... <afterInit><call command=\"attachEvent\"><param>onEditCell</param><param>doOnEditCell</param></call> <call command=\"attachHeader\"> <param>#text_filter,#cspan,.... <call command=\"splitAt\"><param>2</param></call> ... <call command=\"enableColumnAutoSize\"><param>true</param></call></afterInit> Do you know what is wrong with my codes? Thanks in advance! Answer posted by dhxSupport on Feb 27, 2009 03:15 We cant reproduce this problem locally. Please provide sample with this issue including files which you use to initialize grid to the support@dhtmlx.com Answer posted on Mar 01, 2009 06:37 Hi, this problem exists only in firefox, it works in IE great. Have you any idea? And can you please say me, how can i increase the performance of large grid, since paging and smartrendering aren't compatible. Thanks in advance! pyt Answer posted by Support on Mar 02, 2009 06:23 >>this problem exists only in firefox, it works in IE great. Have you any idea? Latest updates sent by email. Please try to use them instead of original files. If issue still occurs - please provide any kind of sample where problem can be reconstructed ( combination of split and paging works correctly with fillers in local samples, so issue may be caused by combination of above modes with some extra settings ) >>since paging and smartrendering aren't compatible. Which size of page and count of columns you are using? |