We would like to style the upload control like the attached file. Is it possible to get a list of the CSS tags that can be modified or some directions on how to re-position the individual elements around on the control.
Hello John,
You can get the latest SR from "My Keys and Downloads" page on our infragistics.com website while you're logged with your account. Click on your product and then on the "Service Releases" tab. Then click on the "Ignite UI 2015 Vol. 1 - Service Release". Not that the "(No Installer)" bundle doesn't include the Infragistics.Web.Mvc.dll assembly.
Run the ".msp" file from the zip and wait for the installer to update your Ignite UI product. Then you should be able to find the new version in your Ignite UI install dir.
Hope this helps,Martin PavlovInfragistics, Inc.
Do you know where I can get the latest Infragistics.Web.Mvc dll I am trying to use the AdditionalDataFields property and it is not resolving in Visual Studio my version is 5.15.1.1005. I downloaded the IgniteUI service release but it does not seem to be included in it.
Let me know if you need further assistance regarding this subject.
Best regards,Martin PavlovInfragistics, Inc.
I'm afraid that this look and feel cannot be achieved with the current igUpload functionality even if you use the CSS styling customizations that the control provides.
In order to achieve such functionality the igUpload should have some kind of template configuration in which you can re-position the different parts of the control.
What I can suggest you is to log a product idea on the following link: http://ideas.infragistics.com/forums/211535-ignite-ui. Our product management team is constantly following this site when planning the features of the Ignite UI product. If your idea gets some traction there is high possibility to be picked for implementation.
At the end I can suggest you that you try using INPUT type="file" controls and style them according your needs (I guess you already considered that approach).