I have a .net page with a user control. The user contol contains a detailsView Server Control. I have added the user control to the webpart zone control on the page. I also have code to be able to edit webparts. All this is working. Now I need to create
a custom editorpart link on this page, so that whe the user clicks on the Edit button of the Editor Zone, this Custom EditorPart link should show up. When the user clicks on this link, a new window should open which should display all the fields for that
web part. I need to be able to show and hide these fields.
I have written code for the PropertyGridEditorPart and I'm able to show and hide fields on the propertygrid. However, I need to accomplish this using the custom editorpart so that all the fields are dispayed in the new window instead of the PropertyGrid.
Rinni
Member
10 Points
2 Posts
Creating Custom EditorPart
Mar 27, 2006 08:54 PM|LINK
Hello All,
I have a .net page with a user control. The user contol contains a detailsView Server Control. I have added the user control to the webpart zone control on the page. I also have code to be able to edit webparts. All this is working. Now I need to create a custom editorpart link on this page, so that whe the user clicks on the Edit button of the Editor Zone, this Custom EditorPart link should show up. When the user clicks on this link, a new window should open which should display all the fields for that web part. I need to be able to show and hide these fields.
I have written code for the PropertyGridEditorPart and I'm able to show and hide fields on the propertygrid. However, I need to accomplish this using the custom editorpart so that all the fields are dispayed in the new window instead of the PropertyGrid.
Thanks.