function openWin(Url) {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.
var oWnd = radopen(Url, "RadWindow4");
oWnd.moveTo(50, 200);
}
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


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?
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(); } } }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

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!​​
