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