Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
74 views
Hi;
I am using Telerik RadTreeView We have an unusual requirment of having two hyperlink in a single node.
please tell me how can i achive this functionality.
for More details please refer to screenCapture.
please reply ASAp as we have golive on Monday
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
 answered on 09 Sep 2011
5 answers
546 views

I have some pages in my Project and then I created a Master page and begin to add my pages to the Master page

When suddenly appear this error message:

 

Error Creating Control - telerik:radajaxmanager'AjaxSettings' could not be initialized. Details: [A]Telerik.Web.UI.RadAjaxManager cannot be cast to [B]Telerik.Web.UI.RadAjaxManager. Type A originates from 'Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' in the context 'LoadNeither' at location 'C:\Documents and Settings\y.ramirez\Configuración local\Datos de programa\Microsoft\VisualStudio\9.0\ProjectAssemblies\1o26-o5n01\Telerik.Web.UI.dll'. Type B originates from 'Telerik.Web.UI, Version=2008.1.415.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' in the context 'LoadNeither' at location 'C:\Documents and Settings\y.ramirez\Configuración local\Datos de programa\Microsoft\VisualStudio\9.0\ProjectAssemblies\0kkaeir201\telerik.web.ui.dll'.

 

I solve the problem by doing the following:


1. remove the toolbox tag for Telerik controls in VS.
2. remove the Reference of Telerik from the Project in VS.
3. Exit VS with save changes option.
4. Use  "Register RadControls for ASPNET AJAX Q1 2008 items in the Visual Studio toolbox"

 

But when I close VS and then open it the error appears once again.

What can I do?

 

bernard
Top achievements
Rank 1
 answered on 09 Sep 2011
9 answers
857 views
Hello,

I am using RadListBox. I am creating the control at run time and all the properties are set at run-time. CheckBox property is set to true.

Items in the checked list box are loaded at run time. We have also added a default "All" item at 0th index in the RadListBox.

When user clicks on "All", we want all the items in the list to be checked.
If the user unchecks-"All", all the items should be unchecked
If the user unchecks any other item in the list, then that item and "All" should be unchecked.

How do we implement the above scenarios?

Regards,
Whidbey boy

Larry
Top achievements
Rank 1
 answered on 09 Sep 2011
0 answers
51 views
Hi,

i want to know how can Rad filter generated Raddatetimepicker can be validated for proper date.


and how can message be shown for entering proper date in the Raddatetimepicker.

please reply me soon.
bharat veer
Top achievements
Rank 1
 asked on 09 Sep 2011
2 answers
221 views
Hi All,
            in my application i have
one checkbox,
one button &
one RadCombobox

when we check the Checkbox & click on button ,the RadcomboBox's visible property will set to false.

& when we uncheck the Checkbox & click on button ,the RadcomboBox's visible property will set to true.

i.e radComboBox keeps appearing & dissappearing.

in this scenario i am getting the following error,

the target 'xyz' for the callback could not be found or did not implement IcallbackEventHandler.

please help me to solve this.

Thanks in advance.
Amit
Top achievements
Rank 1
 answered on 09 Sep 2011
4 answers
194 views
I am new to asp.net programming and our team is using the latest version of telerik for our web application.
 I would like to replace the ImageUrl attribute with Telerik.Web.UI.Skins.Forest.Dock.CommandSprite.gif contained in the telerik.web.ui.dll or telerik.web.ui.skins.dll.

<asp:Image ID="dockImg" runat="server" ImageUrl="~/images/imagesCANAFTWP.jpg"  onclick="dock()"  style="cursor:pointer"/>

What is the correct way of referencing the imageUrl in the above line of markup to use?

How do I reference the active/inactive part of the image in prticular the middle set?

is there a base image to let the skinmanager "invoke" the correct color icon?

Thanks,
Michael
Michael
Top achievements
Rank 2
 answered on 09 Sep 2011
3 answers
98 views
hello,

my pages use the RadAjaxLoadingPanel, which is cool.

however, when CSS is disabled for my pages, i think it is a bug for the animated loading-gif to visible 100% of the time at the page's bottom. 

the animated loading-gif should only be visible on the area using it, while its actively being used (based on user event).

similarly, it should not render "Loading..." at the bottom of the page all the time on text-only browsers, such as Linq.


telerik, can you address?

thanks!
matt
Jack
Top achievements
Rank 1
 answered on 09 Sep 2011
3 answers
149 views
I have deployed an application to a live server that is running Windows 2008R2 /64bit with IIS7. The application is installed into a virtual application directory. For deployment, I copied the Telerik.Web.UI.dll in the bin directory.

When the webform that contains date selector boxes and list box is generated, the javascript and icons do not load.  The form shows a link that says open the calendar popup where the calendar button should display.

I am using Q2 2010 SP2
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
 answered on 09 Sep 2011
1 answer
98 views
Just wanted to have a discussion on the formats of the exception rule dates.
Just had a discussion about the meaning of the Z character when used within a time stamp. 

The literal "Z" is actually part of the ISO 8601 datetime standard for UTC times. When "Z" (Zulu) is tacked on the end of a time, it indicates that that time is UTC.

The dates in the exception rule section of the recurrence rule string seem to always contain the Z character indication that the time stamp is in UTC, which I`m seeing is not always accurate. I find that the date time in the exception rule is actually stored in the time zone of the machine that saved the appointment.

Can anyone at telerik comment on this at all?
Would you say that is correct from your perspective? Was this intentional?

regards,
Plamen
Telerik team
 answered on 09 Sep 2011
1 answer
41 views
Hi,

- I am using version 2011.1.519.35 of your ASP.NET for AJAX controls.
- I am using the Treeview with a NodeTemplate.
- In the NodeTemplate I am displaying two things:

  1. Text in an ASP Label
  2. A LinkButton that allows users to navigate to other pages in the web app.  Note that my LinkButton has NO Text Property.

I also use the OnClientNodeClicked event.  When a user clicks on the node, the javascript function executes a RadAjaxManager.ajaxRequest to load other information on the page.

I do want to run the OnClientNodeClicked javascript function when the user clicks on the Node's Text and that works.

I do NOT want to run the OnClientNodeClicked javascript function when the user clicks on the LinkButton in my NodeTemplate.

IMPORTANT:  When my LinkButton has a value set in it's Text Property, I can click on the text of the LinkButton and it does NOT run the OnClientNodeClicked

MY PROBLEM:
But when my LinkButton as NO Text property (I want to only display an image, no text) and when I click on the Image for the LinkButton, the OnClientNodeClicked function is running.

Since my LinkButton's purpose is simply to navigate the user to another page in my web app, I want to NOT run OnClientNodeClicked when they click the image because as I mentioned, it does an ajaxRequest to that same page and updates another user control there.  That is a postback I don't want since I just want to navigate to another page.

Instead of a LinkButton, I've also tried using an asp:Hyperlink control and an asp:Literal with an <a href...> that I build in server-side code.

QUESTION:
So how I can either determine that the Image in the LinkButton was clicked in the OnClientNodeClicked function and then cancel / exit that client event, or how can I set up my NodeTemplate so that the Image in the LinkButton does not fire the OnClientNodeClicked function in the first place?

My treeview is as simple as this:

 

 

<telerik:RadTreeView ID="SavedReportsTreeView" runat="server" Width="100%" Height="500px" SkinID="cbsTreeView"
   OnClientNodeClicked="ClientNodeClicked"
   OnClientNodeExpanding="ModifyCookieOnExpand"
   OnClientNodeCollapsing="ModifyCookieOnCollapse" >
     <NodeTemplate
          <asp:Label ID="Label1" isText="true" runat="server" Text='<%# DataBinder.Eval(Container, "Text") %>' /> 
          <asp:LinkButton ID="runReportLinkButton" runat="server" Text="" >
               <asp:Image ID="runReportInfoImage" style="padding-left: 5px;" runat="server" ImageUrl="~/img/icons/report_go.png" />
          </asp:LinkButton>
     </NodeTemplate>
</telerik:RadTreeView>

  

Thanks,
Michael

Michael Hunt
Top achievements
Rank 1
 answered on 09 Sep 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?