Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
155 views
Radbutton using javascript and that 

 if (|| args.get_eventTarget().indexOf("RadButton") >= 0)
                    args.set_enableAjax(false);



protected void RadButton_Click(object sender, EventArgs e)
    {
       
            RadButton.Enabled = false;         // this is not working
    }
when ever click the button that button is disable pleas help me
Danail Vasilev
Telerik team
 answered on 13 Feb 2015
1 answer
80 views
it happened after updating the plugin and occurs only in WebKit browsers
Ianko
Telerik team
 answered on 13 Feb 2015
1 answer
44 views
In the ItemCommand event on my RadGrid I have the following section:
if (e.CommandName == RadGrid.ExpandCollapseCommandName || e.CommandName.Equals("RowClick",StringComparison.InvariantCultureIgnoreCase)) {
                e.Item.Expanded = true;
                e.Item.Selected = true;
   }

The e.Item.Expanded being set to true is taking 10-14 seconds to resolve, what could be happening that would cause such a large performance hit? 
Pavlina
Telerik team
 answered on 13 Feb 2015
3 answers
460 views
Hello, I am struggling getting the current url for the radwindow.  I always seem to obtain the original url. 

I have a radwindow hosting a webpage where I am able to perform searches internally,  Just as google, yahoo etc, the url is populated with a string of information identifying the performed search.  I need to pull the new url from the radwindow and pass it to a model popup I am using to save the string.

I have tried several options but none seem to get anything but the original url.
radwindow.get_NavigateUrl()
radwindow.Geturl() - doesn't work at all.
document.getElementById("radwindow").src

Please help,
thanks.
Marin Bratanov
Telerik team
 answered on 13 Feb 2015
1 answer
129 views
Hi all,

Using VS2013 with UI for ASP.NET AJAX Q3 2014 SP1. Below RadGrid Demo is my Prototype, 1st Grid (i.e. referencing to RadGrid1).

http://demos.telerik.com/aspnet-ajax/grid/examples/functionality/filtering/filter-templates/defaultcs.aspx

I would like to have the flexibility to Filter the Grid with Check all, Single Selection or Multiple Selections from Filter Templates via Checkbox. Existing Functionality of the Above Grid Should remain the same.

Is it possible to Filter above Grid with ComboBox - Selection with Checkbox like below link?

http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/checkboxes/defaultcs.aspx

Thanks a lot
Eyup
Telerik team
 answered on 13 Feb 2015
1 answer
107 views
I have radgrid popup for edit and add new record. From this popup I want to invisible the close button available on top. What is the Id for close button
 
Eyup
Telerik team
 answered on 13 Feb 2015
1 answer
328 views
Hello,

Is there a way to load multiple user controls asynchronously using Telerik ?
I have a web page that uses 10-12 user controls.
I want to page to load each control after another so that the user will need to wait for such a long time.

Regards,
Tal
Maria Ilieva
Telerik team
 answered on 13 Feb 2015
3 answers
111 views
Hi,

Assuming that I have a RadPivotGrid which contains 3 filters, year, quarter and month.

If I filter the values to a specific year and then try and filter on a specific quarter, the values which appear in the list of available quarters are outside of the previously filtered range.

The Attached screenshot illustrates this. The list of available filter values should be smaller given that I've already filtered for values in the year 2012.

Thanks

Maria Ilieva
Telerik team
 answered on 13 Feb 2015
10 answers
467 views
Hi everyone,

I'm using a radGrid in a test web page. The EditMode is set to Batch and the "Add new row", "Save changes", and "Cancel changes" are visible. I changed the "Add new row" image using MasterTableView-CommandItemSettings-AddNewRecordImageUrl. I would like to change the image for "Save changes" and "Cancel changes". I have been looking for information about this but I didn't find it. If this is not posible, I would like to know how I could invoke the RadGrid1_BatchEditCommand function from a CommandItemTemplate in the radGrid.

Thanks a lot in advance.

Cheers.

David Ortega.
Eyup
Telerik team
 answered on 13 Feb 2015
4 answers
169 views
My two RadSchedulers work perfectly on my developer machine within Visual Studio. When I deploy to the production web server, it works all except for one minor difference. Here is what happens accessing my RadSchedulers via our remote web server:
 
  • A user will right click on an existing appointment (or empty space). This shows the New Appointment / Edit / Delete context menu choices. Click Edit. The New/Edit/Delete menu disappears. (so far so good). But then, nothing happens. The modal default Appointment editor window never appears. No error gets thrown, I don't see any errors in the web browser status bar. I've done this so many times and it never appears, regardless of what appointment in my scheduler that I choose.
  • Same problem for New Appointment. Nothing happens after the context menu disappears.
  • However, if you click Delete, the confirmation window appears: "Are you sure you want to delete this appointment?" . I click OK and it works fine, the appointment gets deleted.

But for New and Edit, the appointment window won't popup. This happens for all client web browsers, Safari, IE, Chrome. It happens on different client machines and for different users. So it feels like the problem is something on the web server, not a client side problem. Could there be some kind of deployment issue? Something I didn't deploy properly? Is the production web server running a different version of required DLL's?

This works perfectly on my developer machine within Visual Studio, so I know this should work. I've never had any problems creating or editing appointments when running locally on my test virtual machine developer environment. So I think my aspx and c# code is correct, since it works locally. Another test scenario is from my developer machine, hit the production web site. The same problem occurs. So my developer machine also fails when hitting the production web URL. But not within Visual Studio.

Thanks for your help.

Plamen
Telerik team
 answered on 13 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?