or

If (TypeOf e.Item Is GridEditableItem AndAlso e.Item.IsInEditMode) Then Dim editFormItem As GridEditFormItem = DirectCast(e.Item, GridEditFormItem) Dim _reJobDesc As RadEditor = DirectCast(editFormItem.FindControl("reJobDesc"), RadEditor) '_reJobDesc.Visible = False Dim _clID As String = _UsersDB.GetCLIDByScID(sInt) _reJobDesc.ImageManager.ViewPaths = New String() {"~/folders/clients/" & _clID & "/images/"}
I’m currently working on a complex web part, which requires a rich text editor with options to upload images and documents.
I have downloaded your SharePoint Acceleration Kit and I can see it offers a rich text editor, which can be used as a replacement of a default rich text editor in SharePoint forms.
However I need to use it in a custom web part – is that possible?
