Categories | Question details Back To List | ||||||||||||||
Splitting Hey, Is something like this still supported? (From your example on splitting): mygrid.setHeader("Sales,Book Title,Author,Price,In Store,Shipping,Bestseller,Date of Publication"); mygrid.attachHeader("#rspan,Book Title,Author,Price,In Store,Shipping,Bestseller,Date of Publication"); mygrid.splitAt(2); The grid looks very funky. Thanks, Michael Answer posted by Support on May 22, 2008 02:25 >>The grid looks very funky.
Please try to use attached js file instead of original one. Attachments (1)
Answer posted by Michael Gordon on May 22, 2008 06:51 This looks a lot better. I still have one more issue with this example. If you add: Using the splitting example setup like: mygrid.setHeader("Sales,Book Title,Author,Price,In Store,Shipping,Bestseller,Date of Publication"); Then try these scenarios: 1:mygrid.splitAt(2); 2.mygrid.splitAt(2); 3. mygrid.setSortImgState(true,5,'desc',2); (without splitting) Can you take a look and see if these are expected results? If not, is a fix available? Thanks,
Answer posted by Support on May 22, 2008 10:03 >>mygrid.setSortImgState(true,6,'desc',2); mygrid.setSortImgState(true,4,'desc',2) >> mygrid.setSortImgState(true,1,'desc',2);
Attachments (1)
Answer posted on Jul 09, 2008 04:05 Hi, This js file has solved the problem which i was facing. Can i know when this file will be included as the part of the build? Answer posted by Support on Jul 09, 2008 07:37 Same fix will be included in next version of grid Answer posted on Jul 17, 2008 03:04 Hi, I have a problem after using the latest file that is posted here. the split functionality works well in FireFox. In IE 6 and IE 7 i get an extra column after the splitted column. I've made use of of the grid settings in the following format, Response.Write "<settings>" When i try to open the grid in Forefox it looks like | 111 | 222 | --> Header | a | b | --> Row | -- | | --> Footer
When i try to open in IE 6 or IE 7 the grid looks like | 111 || 222 | --> Header with extra column which hides the data on expanding only header and footer will be expanded and 111 is displayed in the extra column | a || b | --> Row | -- || | --> Footer "||" represents the extra hidden column. Please suggest me on how to proceed. Answer posted by Support on Jul 17, 2008 07:02 The same code works correctly with latest code in both IE and FF , when tested from our side. Please contact us directly and provide your ref number - we will send you a latest code with all fixes up to date. |