Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
154 views
Hi All,

I am using Master And content page.

In Master page
I have used RadScriptManager,RadAjaxManager and RadAjaxLoadingPanel.

In Content Page

I am using RadTabStrip,RadMultipageView,RadAjaxManagerProxy.
In RadPageView I added RadGrid,RadDatePicker and Button.

I have added ajax setting on RadTabstrip and radMultiPageView control.

I have added 3 tab tab1,tab2,tab3.

Ajax setting are folllows
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server">
      <ajaxsettings>       
         <telerik:AjaxSetting AjaxControlID="rtabTemp">
              <updatedcontrols>
                  <telerik:AjaxUpdatedControl ControlID="RadMultiPageMain" />
              </updatedcontrols>
          </telerik:AjaxSetting>
         
                  
         <telerik:AjaxSetting AjaxControlID="RadMultiPageMain">
              <updatedcontrols>
                  <telerik:AjaxUpdatedControl ControlID="rtabTemp" />
              </updatedcontrols>
          </telerik:AjaxSetting>
  </ajaxsettings>
    </telerik:RadAjaxManagerProxy>


//Client side function are follows

Sys.Application.add_load(applicationLoadHandler);

            function applicationLoadHandler()
{
                $find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>").OnRequestStart = RequestStart;

      }

 

            function onTabSelecting(sender, args) {
                if (args.get_tab().get_pageViewID()) {
                    args.get_tab().set_postBack(true);
                }
            }

            function RequestStart(sender, args) {

                //alert(args.EventTarget);
                if (args.EventTarget == "ctl00$Content$btnExportdata") {
                    args.EnableAjax = false;
                }
                else if (args.EventTarget == "ctl00$Content$btnExportToExcelSSOpen") {
                    args.EnableAjax = false;
                }
                else
                    args.EnableAjax = true;
              
            }

///

Issue>

When i nevigating from one tab to another tab it gives me javascript error
it generate js error after 6 or above nevigation.


Microsoft JScript runtime error: Object expected


Thanks
Vessy
Telerik team
 answered on 27 Apr 2015
1 answer
115 views

I wanted to ask about the installer for Telerik msi installer for visual studio 2010 that is used for web ajax applications. Last year I installed the latest Telerik download for an Ajax web application since the application is using the radedior that Telerik created. Now I am getting a message from the telerik when I open Visual Studio 2010 to work on the vb.net 2010 application. The message says that there is a new download that is available.

To accomplish this task, the administrator at my company will download the new msi installer for me.

However my question is do I need to uninstall the Telerik update that I placed on my workstation last year before I install the new Telerik download? I am asking that question since I am wondering if both updates can execute on the same computer?

Thus can you tell me if I need to uninstall the original update I placed on my workstation last year before I install the new Telerik download msi installer? Bascially what directions should I be following?

Momchil
Telerik team
 answered on 27 Apr 2015
9 answers
735 views
1.Find attached file.
2.how to change text color of disable dropdown.because text show in tranparent.
Ivan Zhekov
Telerik team
 answered on 27 Apr 2015
1 answer
109 views

How do I include the header Tile Group ?
I use the version Q12015

 

 WebForms ASP.NET C#

Marin Bratanov
Telerik team
 answered on 27 Apr 2015
1 answer
79 views

This is purely curiosity.  I'm trying to overhaul a piece of legacy code and one of my objectives is to add a RadMenu to the form.

This particular screen has a single table <TD> that contains several RadComboBoxes in addition to the new RadMenu.  (I know.  Bad idea.  I'm working on it.)

What strikes me is curious is that the layout has a RadComboBox first and then the RadMenu in that order.  However when the screen renders the display is RadMenu first and then that first RadComboBox.

Is this a quirk of RadMenus or is it just the result of bad layout design?

Magdalena
Telerik team
 answered on 27 Apr 2015
5 answers
209 views

I have a column chart that I am using to display percentage values.  There is some JS used to colour columns depending on their %, normally I have 70 or lower red, 70-90 amber and above 90 as green.  On occasion I want to drop the green tolerance down to 80.  I can do all this fine.  

What I need to do is display some form of indication for each column. I was thinking that perhaps I could display 3 plotbands behind each column as an indication of where the various tolerances are.  

Would this be possible?

Failing that is there a way to do custom drawing on the canvas behind the columns?

Regards

 Jon

Jon
Top achievements
Rank 1
 answered on 27 Apr 2015
4 answers
668 views
I am considering using the RadEditor for making HTML email templates.

Is RadEditor HTML output rendered well by email clients?

It is known that email clients don't behave as browsers do, so the same output may be rendered well in a browser and be distorted in an email client.
Ianko
Telerik team
 answered on 27 Apr 2015
3 answers
108 views

I have a Treeview with Checkboxes enabled, here is aspx-Code:

<telerik:RadTreeView ID="trVars" runat="server" CheckBoxes="True" OnClientNodeChecked="onNodeChecked" OnNodeDataBound="trVars_NodeDataBound" OnNodeClick="trVars_NodeClick" />

Nodes are addes in server-side Code behind:

trVars.DataFieldID = "ID";
trVars.DataFieldParentID = "ParentID";
trVars.DataTextField = "varLabel";
trVars.DataValueField = "varName";
trVars.DataSource = tbl;
trVars.DataBind();

 For my application I need full compliance with the WCAG 2.0 AA standard. But the check did not pass because the checkboxes in the nodes need a label associated (Error Message in AC Checker: input element, type of "checkbox", has no text in label ...).

Please help!

Ivan Zhekov
Telerik team
 answered on 27 Apr 2015
1 answer
174 views

Hello

I need to set a custom RadnumericTextBox attribute from clientside.

I read the Attribute (upon blur) using:
sender._textBoxElement.getAttribute("def")

but
sender._textBoxElement.setAttribute("def","1000") , is not working.

Clues anyone?

 

Regards

 Mark





Mark
Top achievements
Rank 1
 answered on 26 Apr 2015
3 answers
220 views
Hello,
Is there a way to implement an "always visible" control with the Telerik ASP.NET AJAX tools?

I'm thinking of something like the following control in the MS ACT:
http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/AlwaysVisibleControl/AlwaysVisibleControl.aspx

I'd like to have a persistent pannel on the top right of a page with scrollbars.

Thanks.
Tanuj
Top achievements
Rank 1
 answered on 25 Apr 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?