Datepicker width

Hi,

I would like to know which element(s) in CSS which controls the width of datapicker? I would like to make it using percentage rather than fixed number.

Thanks,

Lee


3 Replies

VR Varalakshmi R.S Syncfusion Team May 30, 2012 01:22 PM UTC

Hi Lee,

 Thanks for contacting Syncfusion forums.

 Please use the below given code for setting width in percentage.

<code>

[View]

@Html.Syncfusion().DatePicker("date1", new { @style = "width:50%;" })

</code>

 Kindly try the above code.

 Regards,

Varalakshmi



LI Li May 30, 2012 02:49 PM UTC

Terrific, thanks!



ME Meena Syncfusion Team May 31, 2012 04:44 PM UTC

Hi Lee,

 

Thanks for the update.

 

We are glad to know that your requirement has been met.

 

Please let us know if you have any other concerns. We will happy to assist you.

 

Regards,

Meena


Loader.
Up arrow icon