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,
I am following up to see if you need any further assistance with this matter?
Bhadresh,Developer Support Engineer, MCTSInfragistics
The Web.Config is the located in the root WebApplcaition folder. The default path is C:\Inetpub\wwwroot\wss\VirtualDirectories\WebApplicationname.
Hope this helps.
Thanks,
Bhadresh
I have a question with the sharepoint_getting_started
Update the web.config file:
Modify your web.config file either directly or using SPWebConfigModification Class to have the following tags
what web.config where is it located?
Still have the same problem when the page load datepicker does not work when clicking and button it works?
From the details you have provided I understand you are using full trusted assemblies from GAC. It is usually recommended approach to use APTCA assemblies.
The following is a default location of the APTCA assemblies (C:\Program Files\Infragistics\NetAdvantage 2010.2\ASP.NET\CLRXX\APTCA). Unzip the assemblies and use it in Web Application.
The following link will give you more details on APTCA assemblies:
<http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/?page=Web_What_are_the_NetAdvantage_for_ASP_NET_APTCA_Assemblies.html>
The following link from our website will give you more details on some required step:
<http://help.infragistics.com/NetAdvantage/ASPNET/2010.2/?page=SharePoint_Getting_Started.html>
the infragistics assemblies are installed into the gac.
On my webpart I got and button and some webdatepickers. When I start my webpart the webdatepickers do not work after clicking the button they do work.I seems that when I start the page some functions are not loaded but after my first postback they do get loaded?
thanks,
Steve