:: pepysDHTMLX :: mygrid.splitAt

I have a grid with this header:



    $strXML .= “”;

        

        $strXML .= “1”;

        $strXML .= “1”;

        $strXML .= “3”;

            

        $strXML .= “”;

        

            $strXML .= “”;

        

        $strXML .= “”;

                                                                                                                                     

    $strXML .= “”;







and I use this:





mygrid.splitAt(2);





When I open the page in browser, from the first line of header is shown all the columns: 1, 2, 3, but in the 2nd line of header I can see just the text from the 3rd column - “Produse”, without “Categorie, Subcategorie”.



What the problem can be? Thanks…

The splitAt must be executed only after defining of structure, but before data loading. You should use:
$strXML .= “”;
$strXML .= “”;
$strXML .= “”;


I have a problem when I use mygrid.splitAt(2) and 2 lines header, in Windows Vista. You can see in the attached images. What is the problem? What I have to do, in order to be everything ok, on both OS?




What browser do you use? Could you please send us full example where we can reproduce this issue?

On XP, the matrix grid is working in any browser: IE, Firefox, Chrome. In Windows Vista, it is working just in Chrome. I can’t send you right now a full example. But what have I do?


I have a another problem here with mygrid.splitAt AND subgrig

In the first capture image, there is the old functionality, grid and subgrid, without split. In the second image - new.jpg, you can see the split on the column no4, but the subgrid with images doesn’t work anymore… Why?

And, in the image new2.jpg, there is a another problem… Using split, when I pres on the grid header for sorting rows, you can see there the result…

I’m waiting for anser please… Thanks






Unfortunately we cannot reproduce this issue locally. Could you please provide sample of code you are you initialize grid?