Grid error

No exemplo "sort grid" para mobile vocês colocaram <%=Html.MobSyncfusion().Grid("grid")... porém está retornando o seguinte erro, apesar de adicionar os namespaces for mobile

Unknonw member 'Grid' of Syncfusion.Mobile.Shared.MVC.ComponentFactory<object>'"



6 Replies

DE Deivison February 16, 2012 05:46 PM UTC

In the example "sort grid" for mobile you put <% = Html.MobSyncfusion (). Grid ("grid") ... but it is returning the following error, although adding the namespaces

Unknonw member 'Grid' of Syncfusion.Mobile.Shared.MVC.ComponentFactory <object>'"





TH Thivya Syncfusion Team February 17, 2012 12:07 PM UTC

Hi Deivison,

Thanks for using Syncfusion products.

Based on your given code, we suspect that you could have missed the generic type in the Grid extension. So, we prefer you to use
<% = Html.MobSyncfusion().Grid("grid")..
instead of using
<% = Html.MobSyncfusion().Grid ("grid")..

For your additional reference we have also attached a sample application for sorting in Grid Mobile MVC. Hope this response will be helpful for you.

Please let us know if you have any more queries.

Regards,
Thivya.



Grid_fdc77d35.zip


TH Thivya Syncfusion Team February 17, 2012 12:30 PM UTC

Hi Deivison,

Thanks for using Syncfusion products.

Please ignore the previous response.

Based on your given code, we suspect that you could have missed the generic type in the Grid extension. So, we prefer you to use
<% = Html.MobSyncfusion().Grid("grid")..
instead of using
<% = Html.MobSyncfusion().Grid("grid")..

For your additional reference we have also attached a sample application for sorting in Grid Mobile MVC. Hope this response will be helpful for you.

Please let us know if you have any more queries.

Regards,
Thivya.



Grid_10e092fd.zip


TH Thivya Syncfusion Team February 17, 2012 12:42 PM UTC

Hi Deivison,

Please ignore the previous response.

Sorry for the inconvenience caused. Due to some technical problems the generic type is missed in all the earlier responses in both ends. Now only we found this problem.

And we are not able to reproduce the reported issue. For your reference we have attached the sample in this response. If you are able to reproduce the issue with the attached sample then please revert back to us.

Please let us know if you have any more queries.

Regards,
Thivya.



Grid_c63468e2.zip


DE Deivison February 17, 2012 06:33 PM UTC

Problem solved, thanks.



KD Krishnaraj D Syncfusion Team February 20, 2012 09:44 AM UTC

Hi Deivison,

Great to hear that it worked. Feel free to ask if you have any more queries.

Regards,
Krishnaraj D


Loader.
Up arrow icon