We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

How to integrate an ejGrid into a ejTab control?

Hello community,

As I already mentioned in the subject, my intention is to include an ejGrid in to a ejTab control.
More specifically the initial/first tab is intended to view an ejGrid.
Up to now I tried to apply the concepts given from a default tab control such as:

    <div class="content-container-fluid">
        <div class="row">
            <div class="cols-sample-area">
                <!-- Tab control -->
                <div id="tabHeader" ej-tab>
                    <ul>
                        <li><a rel='nofollow' href="#customerList">Customer List</a></li>
                        <li><a rel='nofollow' href="#customer11">Hans Jürgen</a></li>
                    </ul>
                    <!-- Grid -->
                    <div id="customerList">
                        <div id="Grid"
                             ej-grid
                             e-datasource="data"
                             e-selectedrowindex="selectedRow"
                             e-allowpaging="true"
                             e-pagesettings-pagesize="pageSize"
                             e-pagesettings-currentpage="currentPage"
                             e-columns="gridColumns"
                             e-allowgrouping="true"
                             e-allowsorting="true">
                        </div>
                    </div>
                    <!--  Customers -->
                    <div id="customer11">Sieht gut aus</div>
                </div>
            </div>
        </div>
    </div>

This won't work since the content of the Grid won't be displayed correctly. Does Syncfusion support
this functionality at all? If so, could you provide me working example?

Sincerely yours, Gökhan


1 Reply

MS Madhu Sudhanan P Syncfusion Team February 12, 2015 12:54 PM UTC

Hi Gokhan,

Thanks for using Syncfusion products.

We have created a new incident #135282 on behalf of you related to this forum. We suggest you to follow up the incident for further reference using your Direct Trac account.

Please let us know if you have any queries.

Regards,

Madhu Sudhanan. P



Loader.
Live Chat Icon For mobile
Up arrow icon