hi,
I'm makking and visual webpart in sharepoint 2010 and having some problem with the style.I have added the layouts to a virtual folder in the sharepoint webapplication.
So now I can go to http://localhost/ig_common/2010clr35/styles and get and result.
Now my problem is how can i use it in my controls?So far I got this but it does not seem to work what am i doing wrong?
<ig:WebDataGrid ID="sfrmData" styleSetName="Default" runat="server" Height="400px" StyleSetPath="~/ig_common/20101CLR35/Styles" Width="100%">
<Behaviors>
<ig:Filtering>
</ig:Filtering>
<ig:Paging PagerMode="NextPreviousFirstLast">
</ig:Paging>
<ig:Sorting>
</ig:Sorting>
</Behaviors>
</ig:WebDataGrid>
Hello,
Shared calendar in WebDatePicker can be used only when datepicker is created not later than at Page.OnLoad. Since, WebDatePicker is used in user control (Visual Web Part) that is possible cause of this issue.
The workaround for this is to use WebMonthCalendar with WebDataPicker. <ig:WebDatePicker ID="WebDatePicker1" DropDownCalendarID="WebMonthCalendar1" runat="server"></ig:WebDatePicker><ig:WebMonthCalendar ID="WebMonthCalendar1" runat="server"></ig:WebMonthCalendar>
Hope this helps.
Thanks,
Bhadresh
Hello Steve,
I have created private support case CAS-54236-4JWP6H in order to investigate this issue. I will update you through this private support case. I will update this forum once resolution is reached.
hi Bhadresh,
I'm using NetAdvantage 2010.1 clr 3.5
="d">
>
This is the code markup in my webpart
To investigate this issue please provides me with the version of NetAdvantage product you are using, markup of the WebDatePickers with relevant dependencies if any.
Bhadresh,
Hi Bhadresh,
Still got and problem with the controls they do not work on load only after a postback.if you look at the media clip I added you see my problem.
thanks
steve