Expression of type 'System.Nullable`1[System.DateTime]'
cannot be used for parameter of type 'System.Object'
of method 'System.String Concat(System.Object, System.Object)'<telerik:GridCalculatedColumn
UniqueName="Timings"
HeaderText="Timings"
DataType="System.DateTime" DataFields="StartTime, EndTime"
Expression='{0} + " " + "-" + "; " + {1}' DataFormatString="{0:hh:mm tt}" />
<telerik:GridCalculatedColumn
UniqueName="Rates"
HeaderText="Rates"
DataType="System.Decimal" DataFields="Rate, RatePlus"
Expression='{0} + " " + "+" + "; " + {1}' DataFormatString="{0:C2}" />if (hasRWPerm && UserSettings.CheckSetting(Page_UserSettings, Page_Cab.CabRealName, "deleteFolders")){ #region delete_folder GridClientDeleteColumn btnDelete = new GridClientDeleteColumn(); btnDelete.ButtonType = GridButtonColumnType.LinkButton; btnDelete.CommandName = DELETE; btnDelete.Text = DELETE; //btnDelete.HeaderText = "Deleted"; btnDelete.UniqueName = "deleteRow"; btnDelete.Resizable = false; btnDelete.ShowInEditForm = true; btnDelete.ItemStyle.Width = Unit.Pixel(50); btnDelete.ConfirmText = "Do you want to delete this folder?"; RadGridCabFolders.MasterTableView.Columns.Add(btnDelete); #endregion}Hi,
We are currently migrating a conventional ASP.Net application, utilizing Telerik Ajax controls, in MVC. The issue is that we want to achieve exactly the same appearance of the site. So, we are trying to figure out if there is any way to use <telerik:RadColorPicker/> to an MVC application.
Regards
Dim assembly As System.Reflection.Assembly = System.Reflection.Assembly.Load(data)Dim controlType As System.Type = assembly.GetType("ExampleCustomModule.EditRecord")Dim myControl As Control = DirectCast(Activator.CreateInstance(controlType), Control)
When i click Edit Button in the radgrid and after edit is done when i click the Update or save button the system will check the list of existing tags to make sure the edited tag name does not already exist. This check will look at the exact name of all existing tags for that client and NOT be case sensitive.
If the edit being saved already exists, then a message will appear in red next to the tag name that says “The name you are trying to use already exists. No change has been made to your tag name.” The tag they tried to edit will still be in the tag list but with the original name.
How to do This?