Hello,
I have created a SharePoint webpart with some Telerik controls in, mainly TabStrip and MultiPage. Since SharePoint destroyes its pages on every postback, I wanted zo Ajaxify my controls.
Everything seems to work fine, but when I update my tabstrip and underlying multipageview, data is loaded in my controls, but I can't navigate on my tabs anymore (before the update, and the data is loaded I can click them).
I assume there must be something I have forgotten, but I just can't find it.
Here is my (simplified) code
The first and second tabstrips might have the same problem, but as there is only one tab (I use them to obtain the same styling on the 3 blocks) I don't notice a problem there. On the 3rd block however I have 3 tabs, so it would be nice if I could change panels there.
Just to give you an Idea of what this thing is supposed to do:
- in the Search section, I can enter a searchstring and click the search button
- in the Results section my search results are shown in a listbox
- when I select a result in the listbox, the details of this result are shown in the Details section
I hope someone comes up with an idea.