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

Cannot set property 'control' of undefined

Sorting a grid results in a JavaScript error: Cannot set property 'control' of undefined

I have the following code:

    var grid = Html.Syncfusion().Grid<Proposal>("Proposals");

    grid.ActionMode(ActionMode.Server);

    grid.Caption("Proposals");

grid.EnableAlternateRowStyling();

    grid.ClientSideRecordSelectionEvent("goToProposalDetails");

    grid.EnableRowHover(true);

    grid.Datasource(Model);

    grid.EnableSorting();

    grid.Render();

 

 

Why am I getting this error?


4 Replies

TB Tony Basallo January 21, 2013 02:38 PM UTC

This seems to be related to not having the MS AJAX js files loaded. These seem to be required.



ES Eswari S Syncfusion Team January 22, 2013 10:42 AM UTC

Hi Tony,

 

Thank you for using Syncfusion products.

 

We need to add MicrosoftAjax script to load grid. Please refer to the following Online UG link:

 

http://help.syncfusion.com/ug/asp.net%20mvc/grid/default.htm#!documents/howtoavoidgridinvisibility.htm

 

We have prepared the sample for your reference and the same can be downloaded from the following link:

 

http://www.syncfusion.com/downloads/Support/DirectTrac/97663/Sample1604780311.zip

 

Could you please try the above sample and get back to us whether you are able to reproduce the issue? If not, could you please give more information or by reproducing the issue in the above sample so that we could sort out the issue and provide you with solution. The information provided would be of great help in resolving the issue.

 

Please try this and let us know if you have any queries.

 

Regards,

Eswari S



TB Tony Basallo February 13, 2013 08:35 PM UTC

This was it, thanks.



ES Eswari S Syncfusion Team February 14, 2013 11:40 AM UTC

Hi Tony,

 

Thanks for your update.

 

We are happy to hear that issue has been resolved.

 

Please let us know if you need any further assistance.

 

Regards,

Eswari S


Loader.
Live Chat Icon For mobile
Up arrow icon