Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
249 views

I have a raddataform (2014 Q3), and I'm using the ItemUpdating event to run my custom update code (I update a few tables separately); it's working just fine. What I want to do is have the form return to "View" mode after a successful update. I'm sure it's a simple thing but it just stays in "Edit" mode even after a successful update. I have to click "Cancel" to get back to the View Template.

 

How can I make this work as expected? This has to be me just missing something amazingly simple.

 Thanks!!

 Amy

Amy
Top achievements
Rank 1
 answered on 27 Apr 2015
2 answers
211 views

i would like to disable the delete functionality from the radgantt. it happens when user click on delete button from keyboard.

how can i achieve it?

 

Rajshree
Top achievements
Rank 1
 answered on 27 Apr 2015
9 answers
571 views
Is there a way to hide the save textbox and simply force  the image to be saved as a specific file name to a specific directory? Also,  is there a way to set a maximun height and width, and or minimum height and width?
Vessy
Telerik team
 answered on 27 Apr 2015
5 answers
236 views
Dear Telerik Team,

we were evaluating telerik grid for few functionalities.

Our requirement is to display Header in the grid some thing similar to Footer feature that is been provided in the grid.
And also we want to use aggregate functions with custom paging as well. 

Can you please help me how to achieve this?so that we can deside in this regard for getting licenses.

Thanks,
Suneetha.
Pavlina
Telerik team
 answered on 27 Apr 2015
3 answers
787 views

I am new to telerik control and having problem with refresh/auto post back. Previous coder has added telerik multi select drop down (with check boxes) and ajax panel. it's working fine when you select this first time. 

when drop down is closed and you try to select another value, it lets you select it. you can see new value is selected in drop down text box. soon as you close drop down it changes text box value to previous values. you open third time and you can see selected values that you have choosen second time but it does not update textbox (dropdown box). 

 

see image to get more information. 

 

Viral
Top achievements
Rank 1
 answered on 27 Apr 2015
3 answers
237 views
I downloaded the latest version of Telerik_UI_for_ASP.NET_AJAX_2015_1_225_Dev.msi and have a few questions to ask:
1. Does the download acutally affect files that are checked into TFS (team server foundation) version control? If so what files are they?
2. If not, does this download just update files on the current workstation that I am using?
3. After I ran the install yesterday  and opened my visual studio 2010 today, got a message that said I needed to download again. Thus why would this happen?
To solve the problem, I did a 'repair' using the installer and shut down and beboot5ed my workstation. Will this solve the problem?
Yana
Telerik team
 answered on 27 Apr 2015
2 answers
125 views

I have an ancient timeline component that I'm looking to replace.  Could anyone tell me if it's possible to configure the scheduler's timeline view to do the following things (or at least get close to doing so).  Please refer to the attached timeline.png file for an example:

1.  When I group by date and a 2nd option, can the 2nd option be listed vertically down the left side of the timeline.  If you refer to my attached image you'll see the events are grouped by the date horizontally along the top and then grouped by two options on the left side, so each member of the 2nd option has it's own lane for events.  All the examples I've seen of the Telerik timeline puts both groups (date and 2nd option) at the top, so it looks impossible to stretch multi-day events across the timeline because each 2nd option is displayed as a vertical column.

2.  Following on from the last sentence, I want to be able to stretch a multi-day event across the timeline as needed even when I'm grouping by two groups.  I've seen you can do that in Telerik's timeline when there's only one group.

3.  Apply colors to each event marker on the timeline that correspond with some property of the event.

4.  Not shown in my attached image, but also desired is the ability to display more information about the event when I click on the event in the timeline.  My current timeline displays a hidden DIV filled with further details right on the timeline next to the event. 

Thanks,

Tom

Tom Lynch
Top achievements
Rank 1
 answered on 27 Apr 2015
3 answers
148 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
106 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
725 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?