Recommanded page layout with columns

Hello
It's more a général question about Blazor, but maybe Syncfusion has also something to do with it.

I have some doubts with my page layout when i want columns, the bootstrap way
When I check your demos I often see : 

<div class="col-lg-9 control-section">
    <div class="content-wrapper">
        ------
        ------

    </div>

</div>

<div class="col-lg-3 control-section">

    <div class="content-wrapper">

        ------

        ------

    </div>

</div>



But that thing doesnt work if i dont put it all in a <row>

<div class="row">

    <div class="col-xl-5 ">

        <h4>Recherche</h4>

    </div>

    <div class="col-xl-7 ">

        <h4> Contact</h4>

    </div>

</div>



So let's say i want 2 columns what is the full HTML you do suggest ?

Sorry if it sounds like a noob question, i guess it is, but i can t find 2 examples doing the same thing

Thanks in advance

David



1 Reply

RS Renjith Singh Rajendran Syncfusion Team June 8, 2022 02:05 PM UTC

Hi David,


Greetings from Syncfusion support.


We suspect that you are expecting a layout as like the one which we have used in the below online demo sample. If so then please refer the layout code from below link for more details,

https://blazor.syncfusion.com/demos/datagrid/row-drag-and-drop?theme=fluent


If we have misunderstood your requirement then kindly get back to us with a detailed explanation(with video demo or screenshot) of your complete requirement.


Regards,

Renjith R


Loader.
Up arrow icon