Hi,
Hi Jesus Sanchez,
Thanks for using Syncfusion
products.
Please find the response.
Query |
Response |
|
@{Html.RenderPartial ("_Grid");}, and now if it
is working correctly. But, why does not it work with JSON?, which is thebest way to do
it? |
Query #:We have analyzed your
requirement “JSon data is not working” We have suspect that missing Url
binding and Adaptor in the dataSource. Please use the Url binding and Adaptor to get json
data and bind to the dataSource. please find the code snippet.
Query #:which is thebest way to do
it?
Json data is best because it loads
and refresh only grid data alone. But RenderPartial
is render all the grid elements in every grid action. |
Please let us know if you any queries,
Regards,
J.Mohammed Farook
Hi
Jesus,
We
have analyzed the provided sample and the suspect that your missing “Globalize.culture("es-ES")” declaration
in your sample. We have modified the code and attached sample ”EjGrid with
Globalize culture options”. Please find the code snippet.
[view] @(Html.EJ().Grid<samplelocalef_117182.OrdersView>("Grid")
. . . .ClientSideEvents(eve => eve.Load("loadCulture"))
) <script type="text/javascript">
function
loadCulture() {
Globalize.culture("es-ES")
} </script> |
Also
please ensure to refer the globalize.culture.es-ES.js script file
in your project and follow the below order while referring the scripts. Please
refer the below code snippet for more information.
[In _layout.cshtml] <link rel='nofollow' href="@Url.Content("~/Content/themes/ej.widgets.core.min.css")" rel="stylesheet"
/> <link rel='nofollow' href="@Url.Content("~/Content/themes/ej.theme.min.css")" rel="stylesheet"
/> <script src="@Url.Content("~/Scripts/jquery-1.10.2.min.js")" type="text/javascript"></script> <script src="@Url.Content("~/Scripts/jquery.easing-1.3.js")" type="text/javascript"></script> <script src="@Url.Content("~/Scripts/jquery.globalize.min.js")" type="text/javascript"></script> @*the culture file to be
added after the jquery.globalize.js file*@ <script src="@Url.Content("~/Scripts/cultures/unminified/globalize.culture.es-ES.js")"></script> <script src="@Url.Content("~/Scripts/jsrender.min.js")" type="text/javascript"></script> <script src="@Url.Content("~/Scripts/ej.web.all.min.js")" type="text/javascript"></script> <script src="@Url.Content("~/Scripts/ej.unobtrusive.min.js")" type="text/javascript"></script> |
For your
convenience we have created a sample and the same can be downloaded from below
link.
Sample
location: samplelocalef_117182.zip
Please
Let us know if you have any queries,
Regards,
J.Mohammed
Farook
Thanks ..
Hi Jesus,
Please find the response.
Query |
Response |
I have seen that you have released version 12.2.0.49, which new features have you added? |
We didn’t have added a new feature in 12.2.0.49 Service
pack released. |
Have you fixed the bug: 'Issue with GroupSummary value when
grouped column has more records than pageSize'?? |
We
are sorry for the inconvenience caused. As we are facing more complexity while fixing the “Issue
with GroupSummary value when grouped column has more records than pageSize”
, we are unable to include the fix in our Volume 2, 2014 Service Pack 2
release. We will include the fix for this issue in Volume 2, 2014 Service
Pack 3 release. |
Please Let us know if you have any queries,
Regards,
J.Mohammed Farook