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

Multiple combobox not refresh stept2, 3

1 Answer 72 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 1
Pierre asked on 13 Aug 2008, 10:27 PM
Hi,

I use multiple combobox inside my prefered cms: Sitefinity but the working combobox not refresh when is added as usercontrol in my page.
Steps2 and others. Only the first load datas in rad1 work, after selecting second load only one time and no more.

The Sample works perfect outside the cms but no when added in the masterpage of cms.I use the telerik sample with no changes.
The LoadContinent() is inside the Page_Load but I have supprimed in the !IsPostBack. Only the first RadCombobox link the datas. I tried to link the Sql outside the loadContinent, directly in DataSource of RadCombobox1 as suggest Sf team but same problem : not able to load datas. Could you help me plz.

see topic :http://www.sitefinity.com/support/forums/support-forum-thread/b1043S-bkkmdh.aspx

Regards



 

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 14 Aug 2008, 09:18 AM
Hello Pierre,

The suggestion I gave you in the forum thread is still valid. The important thing to note is that on the admin side of Modules section in Sitefinity postback doesn't occur only once, so you cannot use that technique as you would do on normal ASP.NET Pages. If you wish, you can zip the files that you have made and we will take a look.

As for the metafields and storing more than one value, this is unfortunately impossible by our design. We have implemented the solution with semi-colon delimited string quite successfully. In order to avoid constant conversions, you can implement TypeConverter which will do it for your.

I hope you'll find this information helpful. Let us know if there is anything else we can do for you.

Greetings,
Ivan
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
Pierre
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or