Just use the radscheduler scenario for a service and it works inserting detailed info via 4.0, but with 4.5 .net it gets the following error:
(How do I get around this??)
(also - I notice 4.5 doesnt display any tooltip type message liek 4.0 does, and if I type somehting in the simple form subject and hit options, in 4.0 it carries what I typed to the options screen, but 4.5 does not - something is disconnected??)
Object reference not set to an instance of an object.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
Telerik.Web.UI.RadScheduler.InsertAppointmentInline() +38
Telerik.Web.UI.RadScheduler.OnBubbleEvent(Object source, EventArgs args) +316
System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +127
System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +168
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +12
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +15
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +9858028
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1696
<
asp:PlaceHolder
ID
=
"plcBudgetViewROS"
runat
=
"server"
Visible
=
"false"
>
<
telerik:RadGrid
runat
=
"server"
ID
=
"RadGridROSView"
GridLines
=
"none"
ShowFooter
=
"False"
AutoGenerateColumns
=
"false"
AllowAutomaticInserts
=
"true"
ShowStatusBar
=
"true"
AllowAutomaticUpdates
=
"True"
DataSourceID
=
"odsBudgetROS"
AllowFilteringByColumn
=
"False"
AllowSorting
=
"True"
AllowMultiRowSelection
=
"True"
ShowGroupPanel
=
"false"
AllowPaging
=
"false"
Skin
=
"Office2007"
>
<
MasterTableView
ShowGroupFooter
=
"false"
DataKeyNames
=
"CategoryID, BudgetItemID"
AllowMultiColumnSorting
=
"true"
CellPadding
=
"0"
CellSpacing
=
"1"
>
<
GroupByExpressions
>
<
telerik:GridGroupByExpression
>
<
SelectFields
>
<
telerik:GridGroupByField
FieldAlias
=
"Date"
FieldName
=
"DayLabel"
HeaderValueSeparator
=
": "
></
telerik:GridGroupByField
>
</
SelectFields
>
<
GroupByFields
>
<
telerik:GridGroupByField
FieldName
=
"DayDate"
HeaderText
=
"Day"
SortOrder
=
"Ascending"
></
telerik:GridGroupByField
>
</
GroupByFields
>
</
telerik:GridGroupByExpression
>
<
telerik:GridGroupByExpression
>
<
SelectFields
>
<
telerik:GridGroupByField
FieldAlias
=
"Label"
FieldName
=
"LabelName"
HeaderValueSeparator
=
": "
></
telerik:GridGroupByField
>
</
SelectFields
>
<
GroupByFields
>
<
telerik:GridGroupByField
FieldName
=
"LabelOrder"
HeaderText
=
"Label"
SortOrder
=
"Ascending"
></
telerik:GridGroupByField
>
</
GroupByFields
>
</
telerik:GridGroupByExpression
>
</
GroupByExpressions
>
<
RowIndicatorColumn
HeaderStyle-Width
=
"10"
ItemStyle-Width
=
"10"
/>
<
ExpandCollapseColumn
HeaderStyle-Width
=
"10"
ItemStyle-Width
=
"10"
/>
<
Columns
>
<
telerik:GridButtonColumn
UniqueName
=
"DeleteCommandColumn"
ConfirmText
=
"Are you sure that you would like to delete this item?"
ConfirmTitle
=
"Delete"
CommandName
=
"Delete"
ButtonType
=
"ImageButton"
ImageUrl
=
"/SMS/Images/delete.gif"
ItemStyle-Width
=
"15"
>
</
telerik:GridButtonColumn
>
<
telerik:GridEditCommandColumn
ButtonType
=
"ImageButton"
UniqueName
=
"EditCommandColumn"
EditImageUrl
=
"/SMS/Images/edit.gif"
ItemStyle-Width
=
"15"
>
</
telerik:GridEditCommandColumn
>
<
telerik:GridBoundColumn
DataField
=
"ItemDescription"
HeaderText
=
"Description"
UniqueName
=
"ItemDescription"
ReadOnly
=
"True"
SortExpression
=
"ItemDescription"
>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
DataField
=
"Category"
HeaderText
=
"Category"
UniqueName
=
"CategoryName"
ReadOnly
=
"True"
SortExpression
=
"Category"
/>
<
telerik:GridTemplateColumn
UniqueName
=
"Budget"
SortExpression
=
"WorkingBudgetAmount"
DataField
=
"WorkingBudgetAmount"
HeaderStyle-HorizontalAlign
=
"Center"
HeaderStyle-Width
=
"150px"
ItemStyle-HorizontalAlign
=
"Right"
ItemStyle-Width
=
"150px"
>
<
ItemTemplate
>
<
asp:TextBox
runat
=
"server"
ID
=
"txtWorkingBudget"
Width
=
"100px"
CssClass
=
"bodyInput"
></
asp:TextBox
>
<
asp:PlaceHolder
runat
=
"server"
ID
=
"plcWorkingBudgetDetails"
Visible
=
"false"
></
asp:PlaceHolder
>
</
ItemTemplate
>
</
telerik:GridTemplateColumn
>
</
Columns
>
<
EditFormSettings
UserControlName
=
"/SMS/include/EditBudgetItem.ascx"
EditFormType
=
"WebUserControl"
>
<
EditColumn
UniqueName
=
"EditBudgetItemColumn"
>
</
EditColumn
>
</
EditFormSettings
>
</
MasterTableView
>
<
ClientSettings
AllowDragToGroup
=
"False"
AllowColumnsReorder
=
"False"
>
<
Resizing
AllowColumnResize
=
"False"
/>
<
Selecting
AllowRowSelect
=
"True"
></
Selecting
>
<
ClientEvents
OnRowDblClick
=
"RowDblClick"
/>
</
ClientSettings
>
<
GroupingSettings
ShowUnGroupButton
=
"False"
/>
</
telerik:RadGrid
>
<!-- content end -->
</
asp:PlaceHolder
>
Team
Recently we have upgraded the Telerik_UI_for_ASP.NET_AJAX_2020_3_1021_Dev_hotfix which we use only Telerik.Web.UI & Telerik.Web.UI.Skins
We use default skin which is Office2010Blue which is stopped working after upgrade the dll's
we have added skin in webconfig before which is working fine before for the telerik version(2013.1.417.40) <add key="Telerik.Skin" value="Office2010Blue"/> and we don't add this EnableEmbeddedSkins=false
When we try to add EnableEmbeddedSkins=false in webconfig i cant able to see the office2010blue design part in our UI which css related skins are not loading
Error:-
Telerik.Web.UI.RadTabStrip with ID='RadTabStrip1' was unable to find an embedded skin with the name 'Hay'. Please, make sure that the skin name is spelled correctly and that you have added a reference to the Telerik.Web.UI.Skins.dll assembly in your project. If you want to use a custom skin, set EnableEmbeddedSkins=false
Thanks
Tamilzhazhagan
9746997565
Is it possible to set a localization toolbars zoom or search button ? From code behind possible is pages manipulate only eg. RadPdfViewer1.MessagesSettings.ToolBarMessages.PagerMessages.Pages = "xxx" but not zoom in, zoom out , zoom combobox or search and search form.
I looked in the Documentation and saw nothing about it.
Best Regards
<
script
type
=
"text/javascript"
id
=
"telerikClientEvents1"
>
//
<![CDATA[
function SaleEventsRadGrid_OnRowSelected(sender,args)
{
//find and set some other controls. then do the following to rebind a grid on another tab:
$find("<=RadAjaxManager1.ClientID%>").ajaxRequest();
}
//]]>
</
script
>