Telerik blogs
  • Mobile

    Using RadEditor as a Wiki Editor in MOSS

    There have been a number of questions, regarding the RadEditor for MOSS and whether it is possible to use it in the SharePoint 2007 Wiki libraries and sites. The short answer to this question is - yes it's possible. Here is the long version: Wiki pages in MOSS 2007 are stored as normal document libraries. This means that when you edit a Wiki page, you are actually editing a list item. RadEditor for MOSS  supports this scenario and you can use it to replace the default editor in all major browsers - Internet Explorer, Firefox, Safari, etc. Here is how...
  • Release

    New online resources for the past two weeks (06/18/2007 - 07/01/2007)

    Below is a summary of the new online resources available for our ASP.NET controls: RadGridCode library entries: Filter RadGrid on external textbox key press:http://www.telerik.com/community/code-library/submission/b311D-mtkce.aspx Help topics: Insert/Update/Delete records -> How-to -> Put all items in edit mode without additional rebind (not published yet)
  • Release

    RadEditor and Community Server 2007 integration

    It's been a while since I had to work with Telligent's Community Server software. Our last attempt to use RadEditor as the default editor was back in CS version 2.0. The latest version (2007) features a new and easier way to add new editors for the blogs/forums/etc. parts of Community Server. I decided to update our code and write a new wrapper for RadEditor 7. The new code is cleaner, since it directly inherits from the RadEditor class instead of adding the editor as a child control:public class RadEditorWrapper: RadEditor, ITextEditor, ITextControl{...The new wrapper is available for download here. Inside the archive you will find the Telerik.CommunityServer.RadEditorWrapper.dll...
  • Release

    New online resources for the past three weeks (05/21/2007 - 06/03/2007)

    Below is a summary of the new online resources available for our ASP.NET controls: RadAjaxCode library entries: CrossPage requests with AjaxURl on the client:http://www.telerik.com/community/code-library/submission/b311D-mebkg.aspx RadInputCode library entries: RadNumericTextBox With Variable Decimal Digits (not rounded):http://www.telerik.com/community/code-library/submission/b311D-mkdek.aspx
  • Release

    New online resources for the past two weeks (05/06/2007 - 05/20/2007)

    Below is a summary of the new online resources available for our ASP.NET controls:RadGridHelp topics: ASP.NET AJAX Toolkit extenders in RadGrid:http://www.telerik.com/help/aspnet/grid/?grdAJAXToolkitExtenders.html Aligning columns in each level of hierarchical grid:http://www.telerik.com/help/aspnet/grid/?grdAlignColumnsInHierarchy.htmlCode library entries: Expand/collapse hierarchy with ajax request on double click:http://www.telerik.com/community/code-library/submission/b311D-mctme.aspx Expand/collapse hierarchy client-side on double click:http://www.telerik.com/community/code-library/submission/b311D-mchgd.aspx Single selection within each group of RadGrid:http://www.telerik.com/community/code-library/submission/b311D-mbgeb.aspx