Telerik Forums
UI for ASP.NET AJAX Forum
11 answers
264 views
Hi,

I am having a hard time finding Control to a TextField nested within a radgrid and pageview. I am trying to access this textField inside of my Page_load Function.The TextField I am trying to get reference to is the TextBox ID="LongitudeTextBox"nested inside ( Radmultipage- RadView1 - RadGrid1 - MasterTableViewEditForm ).

Previously I have gained control using the sender object from the form however in this case I do not have one since I am in the Page_Load function.
I have tried multiple solutions to find control such as setting the sender object from the form to a global variable , or trying to nest findcontrol methods with the path described above.

Any help would be greatly appreciated,

Thank you.
Marin
Telerik team
 answered on 28 Jan 2011
1 answer
82 views
hello to all experts

                         i would like to ask for help in loading images in a thumbnails views using the radgridview horizontally, my image path was save in the database but the actual file is in the image folder. how can do that? any sample codes is highly appreciated..thanks
Joel
Telerik team
 answered on 28 Jan 2011
8 answers
175 views
Hi,

I am trying to understand how you people build the "Products" menu on the Telerik website.

For a customer we must build a solution with the same hierarchy, so on click the sub- and the sub-sublevel is shown in one panel.

Can you explain how you did it?

Best Regards,

Marc
Peter
Telerik team
 answered on 28 Jan 2011
1 answer
62 views
Hi All Experts,

I want to add a gallery button in the editor. This editor button open the popup and shows the list of editor. If i click the editor it will shows the gerybox with my code. Can you have some kind of stuff. I want to create a gallery for this like wordpress plugin we added the gallery and added into our code like this.... Any comments will be appreciated.

Thanks
Anil
Rumen
Telerik team
 answered on 28 Jan 2011
3 answers
154 views
First off - we are using the latest and greatest ASP.NET AJAX RadEditor/RadPageView/RadTabStrip assemblies.  Our particular implementation is that of a single editor swapped in and out of placeholders triggered with "click-to-edit" or in-place editing type functionality (whatever you want to call it).  If the RadEditor exists on a RadPageView that is shown when the page loads (i.e. the 1st tab) then the toolbars are rendered perfectly fine.  However, if the RadEditor is not shown until one shows a second or third RadPageView (i.e. 2nd or 3rd tab) then the toolbars are incorrectly rendered: they don't wrap correctly or they are cut off by the text entry area. 

Now a workaround for this is to position a mock/unused RadEditor on the 1st RadPageView and wrap it with an absolutely positioned div that takes it off screen.  Note: if you wrap that mock RadEditor in a display:none div then the toolbar rendering problem (above) occurs.

Is there anyway around this?  Some RadEditor setting, css, or JavaScript that I have overlooked?  I would prefer not to have a mock/unused RadEditor on every page that I have an editor nested within a tab control.  Any help would be highly appreciated.....
Rumen
Telerik team
 answered on 28 Jan 2011
5 answers
141 views
Hi,

i have a  link button in a radgrid control. when you click the link button(details) of a specific row in radgrid, it should display that rows' data to a radpageview with radtextboxes as outputs for the selected row.

Thanks in advance.
Maria Ilieva
Telerik team
 answered on 28 Jan 2011
1 answer
36 views
Hi. I'm looking at the file explorer and have a couple of issues:

1.  EnableEmbeddedScripts got accidentally set to false and the page always crashes with a jscript error. This is the declaration. If I remove the enableEmbeddedScripts it all works ok!

 

<telerik:RadFileExplorer ID="rfExplorer" runat="server" Width="350px" Height="350px"

 

 

DisplayUpFolderItem="false" ExplorerMode="FileTree" EnableEmbeddedScripts="false" >

 

 

<Configuration ViewPaths="~/Photos/" UploadPaths="~/Photos/" DeletePaths="~/Photos/" />

 

 

</telerik:RadFileExplorer>

 


2. I have effectively copied the code from the demos on the website. This uses javascript to set the .src property of a html <img> with the filename selected in the fileExplorer. However, on my page I then have a button that executes code behind to process the page. What I am finding is that the fileExplorer works. When I open a file it updates the <img> but when the code behind for the button executes the value read by the code (from .src) is the original value - not the filename that is actually being displayed. Do you have any clue what is happening?

Dobromir
Telerik team
 answered on 28 Jan 2011
1 answer
280 views
Hi Telerik,
I am using the demo Teleric Editor.In that the dll Telerik.QuickStart.Header can not be found. What can i do.......
Rumen
Telerik team
 answered on 28 Jan 2011
24 answers
505 views

Hello,

after i installed Q1 2009 beta all my asp.net applications give me the following error:

 

Errore server nell'applicazione '/AJAXEnabledWebSite1'.

System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)

Descrizione: Eccezione non gestita durante l'esecuzione della richiesta Web corrente. Per ulteriori informazioni sull'errore e sul suo punto di origine nel codice, vedere l'analisi dello stack.

Dettagli eccezione: System.MethodAccessException: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)

Errore nel codice sorgente:

Durante l'esecuzione della richiesta Web corrente è stata generata un'eccezione non gestita. Per informazioni sull'origine e la posizione dell'eccezione, vedere l'analisi dello stack dell'eccezione riportata di seguito.

Analisi dello stack:

[MethodAccessException: System.ServiceModel.Diagnostics.DiagnosticTrace..ctor(System.ServiceModel.Diagnostics.TraceSourceKind, System.String, System.String)]
   System.ServiceModel.DiagnosticUtility.InitDiagnosticTraceImpl(TraceSourceKind sourceType, String traceSourceName) +0
   System.ServiceModel.DiagnosticUtility.InitializeTracing() +28
   System.ServiceModel.DiagnosticUtility..cctor() +77

[TypeInitializationException: L'inizializzatore di tipo di 'System.ServiceModel.DiagnosticUtility' ha generato un'eccezione.]
   System.ServiceModel.DiagnosticUtility.get_ShouldTraceVerbose() +0
   System.ServiceModel.Configuration.ConfigurationHelpers.UnsafeGetAssociatedSection(ContextInformation evalContext, String sectionPath) +145
   System.ServiceModel.Configuration.ConfigurationHelpers.UnsafeGetSection(String sectionPath) +27
   System.ServiceModel.Configuration.ServiceHostingEnvironmentSection.UnsafeGetSection() +30
   System.ServiceModel.HostingManager.LoadConfigParameters() +77
   System.ServiceModel.HostingManager..ctor() +139
   System.ServiceModel.ServiceHostingEnvironment.EnsureInitialized() +284
   System.ServiceModel.ServiceHostingEnvironment.OnEnsureInitialized(Object state) +23
   System.ServiceModel.PartialTrustHelpers.PartialTrustInvoke(ContextCallback callback, Object state) +94
   System.ServiceModel.ServiceHostingEnvironment.SafeEnsureInitialized() +65
   System.ServiceModel.Activation.HttpModule.ProcessRequest(Object sender, EventArgs e) +72
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +167
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +117
 

I installed the beta in another machine and the error is the same!

Do you have a solution?

Thanks

--silvano

Arunkumar
Top achievements
Rank 1
 answered on 28 Jan 2011
1 answer
150 views
In Chrome
$telerik.isChrome = true
$telerik.isSafari = true
$telerik.isSafari2 = false
$telerik.isSafari3 = false
$telerik.isSafari4 = false
Kamen Bundev
Telerik team
 answered on 28 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?