This is a migrated thread and some comments may be shown as answers.

Customizing the table wizard?

1 Answer 118 Views
Editor
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 12 May 2010, 06:40 AM
Hello, I have a bit of an interesting question:

For my application I need to implement a very stripped down version of the table editor. Just the ability to do the following:

  • Set columns and rows.
  • Optionally denote the top row as a "header".
  • Optionally denote the bottom row as a "footer".

Would it be possible for someone to point me in the right direction on where to start doing this or a successful strategy for getting it done?

One option that occurred to me was to create my own dialog and custom button that gives this functionality and then injects the table structure into the content area - but would this allow the user to modify the table? Would I have to add javascript events into the content area to enable things like handles for dragging column widths or adding new rows?

Really, I guess I am just polling for some potential strategies to sift through before I get started on what could potentially be quite a bit of work.

Thanks in advance

John

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 13 May 2010, 12:08 PM
Hi John,

We are currently working on a lite version of the Table Wizard dialog of RadEditor, which will allow to set the desired table columns and rows numbers. This new dialog will be introduced in the next major release Q2 2010 due in July.

I think that it will be faster to implement your own custom dialog instead of customizing the very complex TableWizard control which contains 4 tabs and multiple controls inside it. Nevertheless, if you decide to customize the TableWizard dialog you can see how to register the external dialogs files of RadEditor in this live demo: Customize Built-in Dialogs.

Greetings,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Editor
Asked by
John
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or