As you can see from the image, on mobile devices the date ends up breaking and making it impossible to view it completely.
This is my code:
<div class="col-xl-3 col-sm-6 col-md-6 col-xs-12 mb-2">
<span class="EstiloLabelSimples">Data Vencimento:</span>
<telerik:RadDatePicker RenderMode="Lightweight" ID="txtDataVencimentoCadastro" Width="100%" runat="server" />
</div>
I've tried using other RenderMode types, but none of them worked. Could someone help me achieve this responsiveness?
This is my code:
<div class="col-xl-3 col-sm-6 col-md-6 col-xs-12 mb-2">
<span class="EstiloLabelSimples">Data Vencimento:</span>
<telerik:RadDatePicker RenderMode="Lightweight" ID="txtDataVencimentoCadastro" Width="100%" runat="server" />
</div>
I've tried using other RenderMode types, but none of them worked. Could someone help me achieve this responsiveness?