Hello All,
I want to show custom grid(table) on HTML WebResource in html form how can i do?
I want to display product detail in proper format in html web resource html form how can i design that in D365?
*This post is locked for comments
Hello All,
I want to show custom grid(table) on HTML WebResource in html form how can i do?
I want to display product detail in proper format in html web resource html form how can i design that in D365?
*This post is locked for comments
Hi Tin,
You can simply design the table using html tags table/th/td/td inside your html web resource and put it inside your form.
Your web resource is practically and html page. You can reference external script files or css that are uploaded as web resources as well in your header.
If you need to access the Xrm.Page of the hosting container (form), you can use parent.Xrm.Page...
If you want to use preset grids such as Telerik, JQWidgets, etc... you can either reference a public url where the js/css files are located, or upload them as web resource. Issue with adding them as web resources is if the css has relative links which will not be there, meaning you will need to modify the css files to get the correct links.
Hope this helps.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,409
Most Valuable Professional
nmaenpaa
101,156