We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

examples are not working

Hello I tried the examples from the user guide with vs2010 sp1  and they are not working.
In the accordion example the controller inherits from ApplicationController, wich is nowhere to be found
In the view there is a function .TargetContentId, where does that function come from and it is not working and generates an error.

Maybee Syncfusion could do some work on good documentation besides their initiative on their pdf's.

Examples should be working out of the box and not after hours puzzeling.
@{ Html.Syncfusion().Accordion("myAccordion")
       .TargetContentId("AccordionContents").Render();
 
}
I am a programmer who has to deliver and I am looking for tools that 
help me get more productive in stead of costing me hours to find out how to use them.
So please put some effort in good documentation, the one that is available now is of very bad quality.




4 Replies

GA Gurunathan A Syncfusion Team October 22, 2013 07:29 AM UTC

Hi Ruurd,

Thanks for contacting Syncfusion support.

We have updated with response for this reported query in incident 114617, which was created by you. Kindly we request you to follow that incident for more assistance.

Thanks,

Gurunathan



RH Robbie Hegarty March 4, 2014 08:15 PM UTC

This is driving me nuts as well.  And to make matters worse, I'm just after posting something and your site crashed. Grrrr.


RH Robbie Hegarty March 7, 2014 12:20 PM UTC

Any chance of a reply on this ApplicationController issue?


GA Gurunathan A Syncfusion Team May 19, 2014 09:20 AM UTC

Hi Robbie,

Sorry for the late reply.

 

We have updated the response for the ApplicationController issue in corresponding incident already. For your information, Please find the details below:

We have inherited the ApplicationController for internal purpose in sample browser. So we suggest you to use the following code snippet to inherit the controller. Please refer the code snippet.

<code>

public class HomeController : Controller

{

}

</code>

Please let us know if you required further assistance on this.

 

Thanks,

Gurunathan


Loader.
Up arrow icon