Bare-bone Custom Module Example

Posted by Community Admin on 03-Aug-2018 22:58

Bare-bone Custom Module Example

All Replies

Posted by Community Admin on 02-Feb-2011 00:00


Hello,

Is there a bare-bone custom module example that shows/demonstrates how to build a custom module using a separate database table using the backend UI capabilities such as MastergridView? There is no need for revision and publish status controls etc for this module.

We are trying to convert our Sitefinity 3.7 custom modules to the 4.0 format. Since there are currently issues with certain bubble events using the RadGrid (Insert, Edit and custom commands) using a simple module approach with a RadGrid for insert, update and delete is not a possibility (until service pack 1 is being released).

We would like to take advance of the advanced custom module approach (like the ProductsModule) using a separate database table to re-create our 3.7 custom module.


A little background on the Module (Manage a list of Frequently Asked Questions):
tbl_faqs --> custom table added to the Sitefinity database

id (int pk)
question (varchar 500)
answer (varchar 500)
ordinal (int)


Need the ability to create new, edit and delete.

Any help with be greatly appreciated!

Ole T.

Posted by Community Admin on 05-Feb-2011 00:00

Hi JOHN STRUCHYNSKI,

Thank you for using our services.

When you install Sitefinity 4.0 you will get the Sitefinity 4.0 SDK. Currently the SDK contains 3 sample modules as well as a Visual Studio template for a Sitefinity Module.

All the best,
Radoslav Georgiev
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

This thread is closed