or
protected void UploadReportGrid_ItemCreated(object sender, GridItemEventArgs e) { // there is an issue with the paging RadComboBox drop down direction in the uploaded reports grid. // it apparently cannot determine that it is at the bottom of the screen like normal so we make // the drop down expand up hard coded. if (e.Item is GridPagerItem) { GridPagerItem pagerItem = e.Item as GridPagerItem; RadComboBox combo = pagerItem.FindControl("PageSizeComboBox") as RadComboBox; combo.EnableScreenBoundaryDetection = false; combo.ExpandDirection = RadComboBoxExpandDirection.Up; combo.DropDownCssClass = "UploadReportGrid_PagerDropDown"; } }div.UploadReportGrid_PagerDropDown .rcbScroll { height: auto !important;}


clone:function(){var h=new b.SchedulerAppointment();h._id=this._id;h._subject=this._subject;h._description=this._description;h._start=this._start;h._end=this._end;h._toolTip=this._toolTip;h._internalID=this._internalID;h._visible=this._visible;h._recurrenceState=this._recurrenceState;h._recurrenceParentID=this._recurrenceParentID;h._contextMenuID=this._contextMenuID;h._resources=this.get_resources().clone();h._attributes=this.get_attributes().clone();if(this.get_reminders){h._reminders=this.get_reminders().clone();}for(var i in this){if(h[i]===g&&!i.startsWith("_")){h[i]=c(this[i]);}}return h;}h.set_recurrenceRule(this.get_recurrenceRule());
