Hi there,
I'd really like to implement the login window displayed at http://es.infragistics.com/products/aspnet/dialog-window:
To my understanding it uses a theme to render the login window that way. Is that right? How can I achieve this? I've managed to get the Web Dialog Window and applied the IG style to it. But the styles of the buttons, the password field etc. are so much different. Any help would be greatly appreciated!
Kind regards,Aleks
Hi Aleks,
You're right, the styling is not the same. This screenshot seems to have come from our Ignite UI controls. You can see the similarity in styling by looking at a sample.
To get a similar look, you could implement the login window in Ignite UI (HTML5/javascript).
Alternatively, you could use AppStylist for ASP.NET and try to modify the IG Theme or create your own.
I will forward this post to the appropriate teams to find out why the images for another product were used in the ASP.NET samples, and if the images can be changed, or if it was intentional.
Elizabeth AlbertLocalization Engineer
I spoke with Development about this. It is possible to do this in an ASP.NET application, using jQuery to convert HTML buttons and inputs to Ignite UI buttons and editors.
Development created a quick sample to show this scenario. For styling, I'd recommend using a local copy of the Ignite UI infragistics.theme.css and infragistics.css files and editing the styles there. Inline styles are not recommended.
I have attached the .aspx page. Change the assembly references as needed to match your NetAdvantage for ASP.NET version. Also update the script references and styling as suggested above.
We're still not sure about where that image came from, but it is possible to create a dialog like that.
Here is an image of what it looks like.