Hi,
you will need to modify the code of web part a little.
1. To the markup insert bold div tag:
<div id="FCKToolbar" ></div><cms:CustomTableForm ID="customTableForm" runat="server" />[/i]
2. In the code behind insert bold line to the Page_Load method:
protected void Page_Load(object sender, EventArgs e)
{
SetupControl();
customTableForm.BasicForm.HtmlAreaToolbarLocation = "Out:FCKToolbar";
}
Then one FCK toolbar should be shared by both editable regions.
If this answer helps you, please add a comment to the market place. Maybe this would be useful for other users as well.
Best regards,
Ivana Tomanickova