
Hi Guys,
Requirement is to create a data table, where the columns and rows to be set by dynamic values. These values are stored in array. Problem is I don't know how to set the array value to the column of the datatable and array value to the row of the datatable. Kindly help me with your suggestion.
Thanks,
Vignesh Mohan
*This post is locked for comments
I have the same question (0)Hi Vignesh,
You can look this sample: www.aspsnippets.com/.../Create-dynamic-Table-in-HTML-at-runtime-using-JavaScript.aspx
And if you want to fill these values you can use Web API similar to this sample :
msdn.microsoft.com/.../gg985387%28v=crm.7%29.aspx;MSPPError=-2147217396
These references should give you a good start.
Best of luck !!