As the subject says. I've bound an HtmlEditorExtender to a textbox but it doesn't show the icons in the toolbar, just grey buttons.
Comments: Ok, found a solution to get this work in a Details- Grid or FormView Just add a second HTMLEditorExtender on the same page and hide him with a DIV. And then the important thing via CSS add the Style .popupDiv { display: none; } otherwise you will get an overlaying form which prevent that you can use all buttons of the View Hope that help others in the meantime still this is fixed.
Comments: Ok, found a solution to get this work in a Details- Grid or FormView Just add a second HTMLEditorExtender on the same page and hide him with a DIV. And then the important thing via CSS add the Style .popupDiv { display: none; } otherwise you will get an overlaying form which prevent that you can use all buttons of the View Hope that help others in the meantime still this is fixed.