Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
437 views
Hi,

I am using the radtagcloud control, but when I click an item, I want to invoke Javascript (The following):

    function openWin(Url) {
        var oWnd = radopen(Url, "RadWindow4");

        oWnd.moveTo(50, 200);
    }

I currently invoke this code to open radwindows with content, on my site. This is from an ASP.NET button, though (OnClientClick). I need to do the same, via the tagcloud control.

Any ideas how much appreciated!

Thanks
Jack
Top achievements
Rank 2
 answered on 18 Nov 2015
1 answer
103 views

Hi,

I would like to show the Reminders of a RadScheduler but without having a scheduler on the page. So users can have their reminders without being always on the scheduler page.

Do you know if there is a better way than having a hidden scheduler in the page ?

 

Thanks

Nencho
Telerik team
 answered on 18 Nov 2015
1 answer
150 views
Please advise whether it is possible to get a DataKeyName value for the current DataForm page client side?
Eyup
Telerik team
 answered on 18 Nov 2015
15 answers
714 views
Hi I am having some issue when using the option for showing / hiding column via the context menu in the header of a grid.

My grid is made so it fits on the width of the screens we used. We have a column hidden by default. When i decide to show the hidden column, the grid does not resize and instead it is the columns which are resized. I would like instead that the columns stay at the width I already set in my page with the property "HeaderStyle-Width" and that a scrollbar appears at the bottom of my grid. 

Is it possible to do that ?

Thanks

Guillaume
Anoop
Top achievements
Rank 1
 answered on 18 Nov 2015
5 answers
262 views
Is it possible to disable the dragging handles on an appointment entry? I'm not trying to disable editing completely (the context menu needs to remain enabled), just prevent a user from dragging the entry to extend the time.
Bozhidar
Telerik team
 answered on 18 Nov 2015
1 answer
106 views

I am still exploring the Spreadsheet control and I can see where it would be a useful tool.  I am able to get cell values using JavaScript but I don't see a way to change the values.  Also, I would like to see a cell onChange event that would allow me to format the font color if the value changes.

We are using similar functionality using your grid control on a screen.  The spreadsheet control might be better suited for this screen if I can add this functionality.  Is this available?  If so, can you provide example code?  If not, are you planning to add these to the Spreadsheet control?

Bozhidar
Telerik team
 answered on 18 Nov 2015
1 answer
240 views
Hello.

I have a multiselect combobox with checkeboxes. Let assume that variable "options" has value "Building 1, Building 2". My combobox has items "Building 1", "Building 2", "Building 3". I want to by using JS select and check those two values. This code check Building 1 and Building 2, but only Building 2 is really selected.


function setValuesInCombobox(options) {
    var controler =$find(getClientIdById(cboBuildingControlName));   
    controler.set_value(options);
    controler.set_text(options);
    var allChoicesFromCbo = controler.get_items()._array; 
    var selectedOptions =  options.split(",");
 
    for(i = 0; i < selectedOptions.length; i++) {
      var building = selectedOptions[i].trim();
      for(j = 0; j < allChoicesFromCbo.length; j++) {       
        var nameOfBuildingInCbo = allChoicesFromCbo[j]._properties._data.value;
        if( nameOfBuildingInCbo == building) {
          allChoicesFromCbo[j]._setChecked(true);
          allChoicesFromCbo[j].select();
        }
      }
    }
Magdalena
Telerik team
 answered on 18 Nov 2015
1 answer
64 views

There is an issue resizing the appointments of RadScheduler, 
when you drag the edge of the appointment, more I'm closer to right side, more be a mismatch between the cursor position and location of the appointment

I recorded a video to show the problem

https://youtu.be/bsuXTtpieDU

Plamen
Telerik team
 answered on 18 Nov 2015
4 answers
872 views
Hi, 

Is there  any way to Hide /show rad grid like detail table.

Thanks
Eva
Lee
Top achievements
Rank 1
 answered on 17 Nov 2015
1 answer
113 views

I am receiving the following error when trying to run the form with the Telerik Diagram. Version is 2015.1.401.45 . I'm using IE11. And .net Framework = 4.5

 

0x800a138f - JavaScript runtime error: Unable to get property 'getConnector' of undefined or null reference

 

The line directly above this error is on 

var bp=X.getShapeById(bq);
return bp.getConnector(Y.connector||d);

 

Please let me know if more information is required. Thanks!​​

Vessy
Telerik team
 answered on 17 Nov 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?