i have issue in wight with Calendar Extender toolkit ,, i made my own css style sheet it's works ok but when i fire calender it's shown not align with the box .... how can i fix the wight in calnder ,,
note : when i remove css stylesheet it's looks fine and shown well ,,,
You can change the look and feel of Calendar using the Calendar CssClass property. Calendar has a predefined set of CSS classes that can be overridden. It has a default style which is embedded as a WebResource and is a part of the Toolkit assembly that has
styles set for all the sub-classes. You can find them in the Toolkit solution, in the
"AjaxControlToolkit\Calendar\Calendar.css" file. If your CssClass does not provide values for any of those then it falls back to the default value. To customize the same the user would have to set the CssClass property to the name of the CSS
style and define the styles for the individual classes so that the various elements in a Calendar control can be styled accordingly. The second calendar in the demo above uses the "MyCalendar" style. which sets the Calendar container style as follows.
PC king
Member
22 Points
37 Posts
Calendar Extender css Prob
Nov 27, 2011 02:40 PM|LINK
Hi everybody
i have issue in wight with Calendar Extender toolkit ,, i made my own css style sheet it's works ok but when i fire calender it's shown not align with the box .... how can i fix the wight in calnder ,,
note : when i remove css stylesheet it's looks fine and shown well ,,,
as u see in image
thanx in advance
chetan.sarod...
All-Star
65709 Points
11133 Posts
Re: Calendar Extender css Prob
Nov 28, 2011 02:19 AM|LINK
Hi, Please refer this
http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx and http://www.asp.net/ajaxlibrary/act_Calendar.ashx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
PC king
Member
22 Points
37 Posts
Re: Calendar Extender css Prob
Nov 29, 2011 09:05 AM|LINK
I can't make any change that makes calender looks well ....
Song-Tian - ...
All-Star
43699 Points
4304 Posts
Microsoft
Re: Calendar Extender css Prob
Nov 30, 2011 07:24 AM|LINK
Hi,
You can change the look and feel of Calendar using the Calendar CssClass property. Calendar has a predefined set of CSS classes that can be overridden. It has a default style which is embedded as a WebResource and is a part of the Toolkit assembly that has styles set for all the sub-classes. You can find them in the Toolkit solution, in the "AjaxControlToolkit\Calendar\Calendar.css" file. If your CssClass does not provide values for any of those then it falls back to the default value. To customize the same the user would have to set the CssClass property to the name of the CSS style and define the styles for the individual classes so that the various elements in a Calendar control can be styled accordingly. The second calendar in the demo above uses the "MyCalendar" style. which sets the Calendar container style as follows.
.MyCalendar .ajax__calendar_container { border:1px solid #646464; background-color: lemonchiffon; color: red; }For more details, please refer to: http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx.
Feedback to us
Develop and promote your apps in Windows Store
PC king
Member
22 Points
37 Posts
Re: Calendar Extender css Prob
Feb 12, 2012 08:21 AM|LINK
I'm sorry i still can't find the line which can handle the size of this ,,, ??
plez could you tell me which one should i chenge ?