This is a temporary solution for the ListEditors.TreeList - Make it possible to edit data directly in the tree list (inplace/inline edit) feature request.
See also:
How to enable in-place editing in the WinForms tree List View (TreeListEditor)
Example Comments
Added By: HEUNGGI LEE at: 1/29/2014 9:05:14 PM
I got this error message below
"An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode."
I solved with adding below line to web.config
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>
I have updated the example's configuration file, thanks.