Dear All,
I'm using infragistics 7.3, in my web page i want to show notification, Is their any tool in infragistics for that, can any one provide a solution for that.
Thanks & Regards,Vasanth
Hello Vasanth,
Can you please elaborate what do you mean by to show notification? An example would be nice too.
Thanks,
Taz.
Hello Taz,
Thanks for your reply,
What i mean for notification is, for example when we got mail, the windows task bar shows mail alert. Like this i want to show some message alert in the right side bottom of web page. For this purpose, i need some sample code or i want to know any tool available in infragistics.
Please reply me,
Thanks in advance,
Regards,Vasanth
Thanks for the explanation. Unfortunately, we do not have a notification control at the moment, but you should be able to achieve what you are looking for using the WebPanel.
Using the WebPanel, you can position it to be abosolute with bottom and right to be "0". Set it to be hidden and collapsed during initial load, when ever you want to show the notification on the client, simply set the visibility to be visible and expand it, so that it shows up as a notification.
For your notification message, you can put any HTML controls inside of the panel area and set the text when showing it.
Hope this helps.