Hi All,
My query is i need to display crm fetch record in html table.
for achieve this requirement i create one html page in that page one table is available, in that table i need to display multiple entity record. which i already get form fetch xml but when i try to bind this data with table using jq grid,
it display me error $ is undefined.
i have already added all the references related to jqgrid in html page as well as crm server.
Can some one help me regarding this. using any example.
Regards,
Jyotsna
*This post is locked for comments
Hi Sandeep,
i agree with you, crm does not support '-' i first rename that file then add in crm as well as visual studio.
so can you explain me with example for use fetch data in jqgrid.
because i need that data in html table.
Regards,
Jyotsna
Hi
you should use no Conflict when you load your jQuery library, please check this post
develop1.net/.../jQueryNamespacing.aspx
Please verify my answer if helps.
Thanks,
Sandeep
see this is my jqgrid code, i need to get data from crm fetch not hardcoded ,can some on explain me
$(function () {
"use strict";
$("#grid").jqGrid({
colModel: [
{ name: "firstName" },
{ name: "lastName" }
],
data: [
{ id: 10, firstName: "Angela", lastName: "Merkel" },
{ id: 20, firstName: "Vladimir", lastName: "Putin" },
{ id: 30, firstName: "David", lastName: "Cameron" },
{ id: 40, firstName: "Barack", lastName: "Obama" },
{ id: 50, firstName: "François", lastName: "Hollande" }
]
});
});
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156