I have json data array (shown below) and would like to display in Mobile ist View Control, something like this:
data-item-template="<div> <span> array element 1</span> <span>array element 2 </span> </div>"
Note: I have simplified to understand problem, data displayed is very complex and around 50 array elements.
Json Data:
{
"browseData": [
[
"10S10010",
"10C1000",
"Z"
],
"SO011203",
"A"
]
}
So my e-mail bounced. I have attached the files along with a readMe on what to do. Let me know if you have any difficulty.
-Dave
Hi annasaheb,
This has been implemented as a feature in 12.2. It has not been tested yet, so it could be CTP or RTM depending upon time. If you are using the jquery widget (not the MVC wrapper), I could get you java script code that will do the formatting internally, assuming you set the format of course. If you'd like you can e-mail me at dyoung at infragistics.com.
Thanks Petar for doing research and creating product idea. It looks like type "date" always displays long date with time stamp, it occupies lots of space on screen, I don't think it's usable, we are planning to remove igList because of this limitation. looks like iglist is meant for string type data only.
Date displayed as "Sat Feb 05 2011 16:00:00 GMT-0800 (Pacific Standard Time)" which is not acceptable, do you know, if there is any other way to display short date like "Sat Feb 05 2011" (using itemTemplate & customBindings)?
Thanks
Hello annasaheb,
After further research this functionality has been determined to be a new product idea. I have sent this product idea directly to our Product Management team. Our product team chooses new product ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
Your reference number for this product idea is: PI12060029.If you would like to follow up on your product idea at a later point, you may contact Developer Support management via email. Please include the reference number of your product idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Thank you for your reply.
So far, it seems that currently the templating engine only calls to toString() on JS primitives (bool, date, etc) and due to performance reasons it seems that at the moment the engine does not support formatting. After doing more research on the matter I will provide you with more information.