Editable table
hi all,
I want to create a editable table.
Firstly i created the Table widgets using ascx controls it worked fine but it dint allow me to edit the contents of that table.
Secondly i created a Content block where i copy pasted the HTML,Here i can edit the Contents the table where as the edited changes are reflecting in other tables which i have used in other pages.
Please suggest me which control in sitefinity satisfies both of my condition.
Hello
You can use shared content blocks among pages and this way the changes made will reflect all pages where the shared content is used. You can find more information in our documentation here.
Regards,
Nikola Zagorchev
Telerik
Dear Nikola
I am under the impression that Sarthak might not want to have one table content shared but maybe the layout of a table to be shared.
Dear Sarthak you could use probably uses Nikolas approach to create an empty table in a shared content block with css classes defined to the table, tr, td and so on.
Set the css to fit your needs.
A user would then take this shared content block to a page and unshare it getting the basic structure of the table.
Of course if you wanted to add colums to all later it would not be possible since the original tables are not connected anymore.
I guess you could also use a lot of the RadEditor nativa stuff like
demos.telerik.com/.../defaultcs.aspx
demos.telerik.com/.../defaultcs.aspx
Custom Dropdown could insert HTML Table
Just some ideas. Which might not work for you, sorry :-/
Markus
Hello Markus,
Very good suggestions. We will probably need more information what exactly wants to achieve in order to give him more accurate options and think of different approaches. Of course, the RadEditor and consequently the ContentBlock could be extended in different ways and a custom control could be an option, as well.
Regards,
Nikola Zagorchev
Telerik