Hi everyone,
i Just installed Sharepoint Acceleration Kit SAK ,
and i was looking at this documentation
http://www.telerik.com/help/aspnet-ajax/moss-installing_radeditor__radgrid_web_parts_on_sharepoint_2010.html
"Sharepoint 2010" .
Well done, installed and i was able to use the webParts in my Sharepoint!, ok! that´s great !
But now i tried to create a Web Part using RadControls, because the SAK says RadControls ASP.NET Ajax are include !
i Create a Web Part and added the reference to
C:\Windows\assembly\GAC_MSIL\Telerik.Web.UI\2012.1.215.35__121fae78165ba3d4\Telerik.Web.UI.dll
Then i added Telerik.Web.UI.dll from GAC to my ToolBox ! and he added
<%@ Register Assembly="Telerik.Web.UI, Version=2012.1.215.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
Great!, than i added a simple numeric box
<telerik:RadNumericTextBox ID="tbxParcela" runat="server" class="s40" ></telerik:RadNumericTextBox>
And i deployed the WebPart,! Well done!, its works, but in design mode DOES NOT ! I believe because i dont have the "Telerik.Web.Design.dll"
Why this DLL are not include ?
Why there is no documentation refering how to use the RadControls in SAK Package?
I believe the documentation about creating WebParts using SAK are missing.
Thank you very much
i Just installed Sharepoint Acceleration Kit SAK ,
and i was looking at this documentation
http://www.telerik.com/help/aspnet-ajax/moss-installing_radeditor__radgrid_web_parts_on_sharepoint_2010.html
"Sharepoint 2010" .
Well done, installed and i was able to use the webParts in my Sharepoint!, ok! that´s great !
But now i tried to create a Web Part using RadControls, because the SAK says RadControls ASP.NET Ajax are include !
i Create a Web Part and added the reference to
C:\Windows\assembly\GAC_MSIL\Telerik.Web.UI\2012.1.215.35__121fae78165ba3d4\Telerik.Web.UI.dll
Then i added Telerik.Web.UI.dll from GAC to my ToolBox ! and he added
<%@ Register Assembly="Telerik.Web.UI, Version=2012.1.215.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
Great!, than i added a simple numeric box
<telerik:RadNumericTextBox ID="tbxParcela" runat="server" class="s40" ></telerik:RadNumericTextBox>
And i deployed the WebPart,! Well done!, its works, but in design mode DOES NOT ! I believe because i dont have the "Telerik.Web.Design.dll"
Why this DLL are not include ?
Why there is no documentation refering how to use the RadControls in SAK Package?
I believe the documentation about creating WebParts using SAK are missing.
Thank you very much