I have a web page with ten webdatechooser controls that are instantiated in code. The resulting html page is horribly bloated and takes way too long to load. Is there a way to have webdatechooser controls share resources (as if you were attaching a hidden webdatechooser into a ultrawebgrid cell)?
The code I'm using to instantiate the webdatechoosers looks like this and, as I said, there's about 10 of them on the pageUsing oWDC As New Infragistics.WebUI.WebSchedule.WebDateChooser oWDC.ID = "wdcMasterStart_" & lCount oWDC.CssClass = "value" oWDC.Value = oEnrollment.dtMasterAgreementStart oCell.Controls.Add(oWDC)End Using
I already found the article
https://es.infragistics.com/community/blogs
and it looked very interesting but I was unable to find the ig_dropCalendar.js script referenced by the article so it was a dead-end for me.
Take a look at the following community article. It give you an alternative to keep the html size smaller: