I'm using the AJACS Calendar Control in an app I'm working on. When creating an SSRS report based on the HTML data I found that a carriage return doesn't necessarily mean <P>. I don't want to display the control with DesignMode and PreviewMode options.
That would require teaching the end user community HTML so as to insure they were inserting </p> instead of </br>.
Is there a way for the editor control to display a paragraph instead of just a new line? Hitting return twice doesn't render 2 lines in SSRS either.
Help?
Thanks