Custom Dropdownlist and Checkbox list in existing Module bui

Posted by Community Admin on 05-Aug-2018 14:13

Custom Dropdownlist and Checkbox list in existing Module builder

All Replies

Posted by Community Admin on 28-Nov-2013 00:00

Hi Team,

I need to add custom Dropdownlist and Checkboxlist with my custom data fied in existing Event Module of Sitefinity v6.1.

I also want code to fetch the saved data of event module to represent my ddl and cbl on view.

E.g we have 
 _carouselitem.Title = Convert.ToString(row.GetValue("Title"));
_carouselitem.ID = row.GetValue<Guid>("Id");

Please help me out with this scenario.

Regards,
Mateen


Posted by Community Admin on 02-Dec-2013 00:00

Hello Mateen,

There are a couple of forum threads where you can find valuable information about your desired scenario. Please check the following ones.

how to add dropdown list on the edit properties of a custom usercontrol

Custom field for Events

Dropdownlist selected index not working

Custom Event Field as Checkbox instead of Radio

Regards,
Kaloyan
Telerik

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 04-Dec-2013 00:00

Thanlx Kaloyan for the information.

This thread is closed