Non-renderable HTML tags causing RenderRoot crash

I am experimenting with HTMLUIControl for a specific configuration application.
Each configurable variable is an tag with custom attributes. e.g.

[Age]

Using LinkClicked we can raise a dialog and all is well.
The problem comes when we use "choices". A choice variable looks like this:

[Country]

This renders correctly (the choice tags are not rendered) and we can raise a dialog with the values. However, when we set the InnerHTML with a new value (eg England
System.ArgumentNullException was unhandled
Message="Value cannot be null.\r\nParameter name: RenderRoot"
Source="Syncfusion.HTMLUI.Windows"
ParamName="RenderRoot"

I have attached our sample app. Simply run, open Sample1.htm, then click on "Employed" in Section 1.4, click OK. Do this twice - the second time it crashes.

Is this because the elements are not rendered?

Using VS.NET 2005 on Vista. Tested on XP SP1 also.

TestHTMLControl.zip

4 Replies

RA Ramu Syncfusion Team May 2, 2007 03:28 PM UTC

Hi Dominic,

I am working on this issue and will update you in 12 hours.

Thanks,
Ramu


Loader.
Up arrow icon