Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
92 views
We're looking at implementing the 'Insert External Video' in the toolbar of the RadEditor but wondered if it's possible to preset the defaults for width (leaving height to be variable depending on the ratio of the video). Is this possible? I've searched the forum and the documentation but couldn't find it mentioned anywhere.

Thanks in advance for any help.
Rumen
Telerik team
 answered on 31 Jan 2013
6 answers
442 views
I have a RadGrid with Template Column. The Template Column has a Textbox and ontextchanged, i have to search db for data. I want to show a loading panel while its searching and loading. Can someone tell me how I can do it?

Thanks,
Sri
Sravanthi
Top achievements
Rank 1
 answered on 31 Jan 2013
3 answers
252 views

Hello,

I need to wrap text around an image within the RAD Editor pane.
Can this be done without the HTML view switched on?

Thanks

Rumen
Telerik team
 answered on 31 Jan 2013
1 answer
78 views
Hi

I would like to upload duplicate files in to target folder with same name.

Example: 

File Name: TEST.PDF

If I upoad TEST.PDF second time 

file should uplaod like this TEST(1).PDF

How do I achive this ? 

Thanks for your advice.

Mani
Kate
Telerik team
 answered on 31 Jan 2013
1 answer
62 views
Hi Team

I have a RadTreeView and RadListBox.
Based on RadTreeview selection I need to load the RadListBox.  My problem is if I select any node from RadTreeview RadAjaxLoadingPanel is not dispaying and RadListBox is not populating with binded values.

Please help me to do this scenario. Please find the code here.

 <AjaxSettings>  
        <telerik:AjaxSetting AjaxControlID="RadAjaxManager1" >          
            <UpdatedControls>
               <telerik:AjaxUpdatedControl ControlID="RadTreeView1" LoadingPanelID="RadAjaxLoadingPanel" />
               <telerik:AjaxUpdatedControl ControlID="RadListBox_Vehicles"  LoadingPanelID="RadAjaxLoadingPanel" />
          </UpdatedControls>
        </telerik:AjaxSetting>
   </AjaxSettings>


 protected void RadTreeView1_NodeClick(object sender, RadTreeNodeEventArgs e)
    {
        String selectedNode = e.Node.Value;
        PopulateListBox(selectedNode);
  }

My requirement is I need to show the refreshed listbox value on selection of Treeview node.

Thanks in advance

Sharan
Maria Ilieva
Telerik team
 answered on 31 Jan 2013
2 answers
313 views
In my application, I have a RadGrid with similar functionality as:

http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx#qsf-demo-source

However, I am using ObjectDataSources and referencing a SelectMethod instead of a query to get data.  Example:

<asp:ObjectDataSource SelectMethod="GetDetails"
              TypeName="Details"
              ID="DataSource2"
              runat="server"
              OnSelecting="DataSource2_Selecting">

My problem is that the GetDetails method takes an ObjectId (as a string) to retrieve data for that row item.  Is it possible to fire an event on the expansion of a node (in the grid) so that I can grab it's ObjectId field (column in the grid) and pass it to the method?

Using the OnSelecting parameter, I am able to specify a static string ObjectId:

protected void DataSource2_Selecting (object sender, ObjectDataSourceSelectingEventArgs e)
{
    e.InputParameters["ObjectId"] = "00000000-0000-0000-0000-00000000";
}


However, I need this to be more dynamic and somehow (either through a hidden field, lookup of some kind, etc), find which row's node was expanded, and use that ObjectId, instead of the current static string.
Neil
Top achievements
Rank 1
 answered on 31 Jan 2013
3 answers
185 views
The RadEditor control does not seem to be loading any of its css or js. 

I am getting a failed to load resource for Telerik.Web.UI.WebResource.axd. I believe the issue is that I am hosting an asp.net site within a subfolder. 

Here is my web.config code from my subfolder:

<configuration>
  
  <appSettings>
    <add key="Telerik.ScriptManager.TelerikCdn" value="Disabled" />
    <add key="Telerik.StyleSheetManager.TelerikCdn" value="Disabled" />
  </appSettings>
  <system.web>
    <customErrors mode="Off" />
    <compilation debug="true" targetFramework="4.0">
      <assemblies>
        <add assembly="System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
      </assemblies>
    </compilation>
    <pages>
      <controls>
        <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />
      </controls>
    </pages>
    <httpHandlers>
      <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
      <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
      <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
      <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" />
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
    </httpHandlers>
    <httpModules>
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
    </httpModules>
  </system.web>
  <system.webServer>
    <validation validateIntegratedModeConfiguration="false" />
    <modules runAllManagedModulesForAllRequests="true">
      <remove name="RadUploadModule" />
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" preCondition="integratedMode" />
      <remove name="RadCompression" />
      <add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode" />
    </modules>
    <handlers>
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
    </handlers>
  </system.webServer>
</configuration>

I have already marked my subfolder as an application on my host server. Any ideas how to resolve this issue?

Zeyad
Rumen
Telerik team
 answered on 31 Jan 2013
14 answers
260 views
How can I have a Year View in the view tab,or a MultiMonthView? I know there is a MultiDayView, but that's not what I want.
Plamen
Telerik team
 answered on 31 Jan 2013
2 answers
183 views
When I click on edit button od rad grid. The edit item template of radgrid has update and cancel buttons side by side. I want those auto generated buttons in two new line. 

example :

it appears 

Update    Cancel

I want

Update
Cancel

Can any body suggest me . thank you
S
Top achievements
Rank 1
 answered on 31 Jan 2013
1 answer
69 views
    i have created radwindow in javascript using the following code.
    window.radopen("companyadd.aspx", "AddCompanyDialog");
    the pop up is open perfectly but when i right click on  the the newly open window in I.E 8 (Internet Explorer 8)  to see the print preview it shows the parent page in preview. Ideally it should show the newly created popup page in print preview. request you to please help me out from this problem. this works in normal window.open() javascript function.

Thanks & Regards,
Mobashir
Daniel
Telerik team
 answered on 31 Jan 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?