Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
99 views
Hi,

I want to use a control similar to the one which New forum post page has in this site. I am using a RadHtmlEditor. I am trying to render this control on to a page using Moss 2007. I tried doing it and failed. Any help will be appreciated.

Regards,
Sidhartha
Rumen
Telerik team
 answered on 24 Sep 2008
1 answer
82 views
Hi,

when I popup a radwindow, but the radmenu still in the front, all other control in the back but no radmenu, any suggestion?

Regards,

Paul.
Georgi Tunev
Telerik team
 answered on 24 Sep 2008
6 answers
124 views
Hi

I am using RadEditor in sharepoint site as a list column .

It was working fine before .But  suddenly control started throwing an exception when i tried to upload a image using  image manager of the control

 

Server Error in '/' Application.

Invalid path. Could not get SPFolder.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: Invalid path. Could not get SPFolder.

Source Error:

An unhandled exception was generated during

Thanks in advance
License Developer
Top achievements
Rank 1
 answered on 24 Sep 2008
1 answer
133 views

I ma using Grid view for bind Some text ....

if the text is too long like(aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa)...

when my page is expanded the design is collopsed... but Same text is having any space its automatically come to next line

how to i avoid this problem...

 

<telerik:GridBoundColumn HeaderText="Message" DataField="Description" UniqueName="Description"></telerik:GridBoundColumn>

i put  ItemStyle-Wrap property but ther is no change

Prangadj
Top achievements
Rank 1
 answered on 24 Sep 2008
10 answers
293 views
Hi,

I am having the issue with the frozen column not working when I hide the SelectFields column.

code is as follows:
<ClientSetting>
<Scrolling AllowScroll="true" UseStaticHeaders="True" SaveScrollPosition="True" FrozenColumnsCount="2" />
</ClientSettings>

 <GroupByExpressions>
 <telerik:GridGroupByExpression>
<SelectFields>
<telerik:GridGroupByField FieldName="region_name" HeaderText="region"/>
</SelectFields>
 <GroupByFields>
<telerik:GridGroupByField FieldName="region_id" SortOrder="Ascending" />
 </GroupByFields>
   </telerik:GridGroupByExpression>
  </GroupByExpressions>

it is all working fine until I do this in the code behind:
grdResult.MasterTableView.GetColumnSafe("region_name").Display = false;

Then the frozen column is not working, but horizontal scroll is still there..except all of the columns are moving now.

Advice please.  Need it asap...

Cheers
Josh
Sebastian
Telerik team
 answered on 24 Sep 2008
7 answers
293 views
hi,

 i am editing records, i am using manual method for that, under 

RadGrid2_UpdateCommand i am trying to access template columns controls  i am getting null value

here is my code

<telerik:GridTemplateColumn HeaderText="Mobil" UniqueName="TempMobil" Visible="False">
<EditItemTemplate>
<asp:TextBox ID="TextBox2" runat="server" ></asp:TextBox>
<asp:RangeValidator ID="RangeValidator1" runat="server" ControlToValidate="TextBox2"

ErrorMessage="RangeValidator" MaximumValue="999999999" MinimumValue="00000000" Text="*"></asp:RangeValidator>
</EditItemTemplate>
<ItemTemplate><asp:Label ID="Label3" runat="server" Text='<%# Bind("Mobil") %>'></asp:Label></ItemTemplate></telerik:GridTemplateColumn> 


protected void RadGrid2_UpdateCommand(object source, GridCommandEventArgs e)

{

string text = ((TextBox)e.Item.FindControl("TextBox2")).Text;

}

anand
Top achievements
Rank 1
 answered on 24 Sep 2008
1 answer
83 views
is the radcontrol sharepoint editor the same editor that comes with radcontrols for asp.net ajax package?
George
Telerik team
 answered on 24 Sep 2008
1 answer
119 views
Hi,

I'm confused about the difference between the RadEditor for MOSS (Installed through the RADEditorMOSS.wsp) and the RadEditor that's included in the RADControls package.

I got the RadEditorMOSS_5_2_2_Trial.zip, installed the solution package and added <%@ Register TagPrefix="telerik" Namespace="Telerik.SharePoint.FieldEditor" Assembly="RadEditorSharePoint, Version=5.2.2.0, culture=neutral, PublicKeyToken=1f131a624888eeed" %> to the page template. Then replaced the RichHTMLField controls with <telerik:RadHtmlField id="Content" FieldName="..." runat="server"></telerik:RadHtmlField

However, I seem to get the Lite version of the editor. There is no document manager or flash manager available.

Have I installed the wrong package? Or do I need to do something else to get the full featured RAD editor into our MOSS templates?

Thanks,
Christoffer
George
Telerik team
 answered on 24 Sep 2008
1 answer
82 views
I set max uploads to 200mb in the web.config.   Progress bar works on anything under 10mb only and just hangs for files over 200mb.

Also, my page in question has an iframe on it that runs an external ajax menu (although this module doesn't run in an iframe) and adding files often results in being bumped from the page.
Atanas Korchev
Telerik team
 answered on 24 Sep 2008
3 answers
180 views

 when i downgrade framework version i met problem . the problem is ajax (telerik) is not working in framework 2.0 . i saw when i use ajax in 3.5 its not refresh page but if i use in framework 2.0.

 refresh page everytime ( i don 't know why ) this below i set web.config for gave anyone to help me. thank you.

 <?xml version="1.0"?>
<configuration>
  <configSections>
    <sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
      <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
        <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication"/>
        <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
          <section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
          <section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
          <section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
          <section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
        </sectionGroup>
      </sectionGroup>
    </sectionGroup>
  </configSections>
 
 
    <system.web>
        <authentication mode="Windows"/>
        <authorization>
            <deny users="?"/>
        </authorization>
        <identity impersonate="true"/>
        <trust level="Full" originUrl=""/>
        <!-- this below for upload -->
        <httpRuntime maxRequestLength="102400" executionTimeout="3600"/>
        <pages>
            <controls>
        <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add namespace="AjaxControlToolkit" assembly="AjaxControlToolkit" tagPrefix="ajaxToolkit"/>
        <add assembly="RadAjax.Net2" namespace="Telerik.WebControls" tagPrefix="radA"/>
                <add assembly="RadComboBox.Net2" namespace="Telerik.WebControls" tagPrefix="radC"/>
                <add assembly="RadDock.Net2" namespace="Telerik.WebControls" tagPrefix="radD"/>
                <add assembly="RadGrid.Net2" namespace="Telerik.WebControls" tagPrefix="radG"/>
                <add assembly="RadPanelbar.Net2" namespace="Telerik.WebControls" tagPrefix="radP"/>
                <add assembly="RadRotator.Net2" namespace="Telerik.WebControls" tagPrefix="radR"/>
                <add assembly="RadUpload.Net2" namespace="Telerik.WebControls" tagPrefix="radU"/>
                <add assembly="RadWindow.Net2" namespace="Telerik.WebControls" tagPrefix="radW"/>
                
            </controls>
        </pages>
        <!--
          Set compilation debug="true" to insert debugging
          symbols into the compiled page. Because this
          affects performance, set this value to true only
          during development.
    -->
        <compilation debug="true">
            <assemblies>
        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
        <add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="Telerik.Charting, Version=2.0.2.0, Culture=neutral, PublicKeyToken=D14F3DCC8E3E8763"/>
                <add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
                <add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
            </assemblies>
        </compilation>
        <httpHandlers>
      <remove verb="*" path="*.asmx"/>
      <add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
      <add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
      <add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>

      <add verb="*" path="Telerik.RadUploadProgressHandler.aspx" type="Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2"/>
        </httpHandlers>
        <httpModules>
            <add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2"/>
      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        </httpModules>
    </system.web>
  <system.webServer>

    <directoryBrowse enabled="true"/>

    <validation validateIntegratedModeConfiguration="false"/>
    <modules>
      <add name="ScriptModule" preCondition="integratedMode" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
    </modules>
    <handlers>
      <remove name="WebServiceHandlerFactory-Integrated"/>
      <add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode"
           type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
      <add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode"
           type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
      <add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    </handlers>
  </system.webServer>

  <system.codedom>
        <compilers>
            <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" compilerOptions="/optioninfer+" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
            </compiler>
        </compilers>
    </system.codedom>
</configuration>

Sebastian
Telerik team
 answered on 24 Sep 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?