sorry for late reply...
my exact requirement is in below link which is responsive for both mobile and desktop
https://www.syncfusion.com/support/directtrac/incidents/newincident
please provide me example code
I have attached my source code in below link.
I am facing an (div layout rows and columns) issue in material theme but its working in bootstrap theme
https://www.dropbox.com/s/lg8r5r8png2mxn3/Coding.zip?dl=0
Note:-
Did you check my index.html ??
Also please download my all css which is related to index.html from below thread
https://www.syncfusion.com/forums/167396/how-to-place-button-in-card-header-as-right-side
|
<div class="col-xs-4 col-sm-4 col-lg-4 col-md-4">
<SfTextBox Placeholder='Sample StyleNo'></SfTextBox>
</div>
<div class="col-xs-4 col-sm-4 col-lg-4 col-md-4">
<SfComboBox TValue="string" TItem="ReferenceDetailsSetup" Placeholder="Product"></SfComboBox>
</div>
<div class="col-xs-4 col-sm-4 col-lg-4 col-md-4">
<SfComboBox TValue="string" TItem="SampleData" Placeholder="Buyer"></SfComboBox>
</div>
<div class="col-xs-4 col-sm-4 col-lg-4 col-md-4">
<SfComboBox TValue="string" TItem="ReferenceDetailsSetup" Placeholder="Gender"></SfComboBox>
</div> |
thanks for reply..
can you make as Syncfusion theme (material as default) and provide me example for above code..
|
<div class="sample">
<SfTextBox Placeholder='Sample StyleNo'></SfTextBox>
</div>
<div class="sample">
<SfComboBox TValue="string" TItem="ReferenceDetailsSetup" Placeholder="Product"></SfComboBox>
</div>
<div class="sample">
<SfComboBox TValue="string" TItem="ReferenceDetailsSetup" Placeholder="Gender"></SfComboBox>
</div>
<style>
.sample{
display: inline-table;
width:300px;
}
</style> |
Thanks..
Can we do this 12 colum split like in bootstrap??
As per above css we can not fix width as 300px