Our journey began 18 years ago.

Since then, we have actively maintained and developed this product, listened to customer feedback, and improved it with every release.

471 bugs solved
149 features implemented
27 interfaces improved
116 product releases since 2008

Version 4.0.6.39

It is a Minor Update

7 features 6 bug fixes 1 interface change

Features 7

  1. Need a property named IsModified and IsDirty.
  2. Need a property to control the convertion of Absolute Urls to Relative Urls if BaseUrl is provided.
  3. An overload is required for Search method to preload a search string.
  4. Need a property to control the behaviour of the Tab Key press, either Inserting Tab Space or Move Focus to next control.
  5. Needs a property named 'UrlEncodeHyperlinkHrefs' to stop auto Url Encoding Hyperlink Href.
  6. Make the Email Sending method Asynchronous with an event that should fire when the process is completed.
  7. A new property named 'TabWidth' is required which will let the developer customize the number of spaces to be inserted upon the hit on Tab Key.

Bug fixes 6

  1. EntityState.Modified is returning true for the BodyHtml/DocumentHtml when these properties are bound to any Entity Set model.
  2. Cannot Insert Tab Character. If an user hit Tab key, it moves the focus to the next control on the form.
  3. SendMail() sends NOT the actual content but the old content
  4. When selecting text and clicking one of the alignment options, the text is properly aligned but the selection is lost.
  5. When font size change method is called, every enter key hit cause a repeatitive call to the font size change method.
  6. href is stripped from the html document when BaseUrl is set.

Interfaces 1

  1. Changed the property named ConvertFileUrlToPath to ConvertFileUrlsToLocalPaths