Hi,
Can i break the line in Text area using '\n' ?
Thnx
Hello,
I believe - yes, you can. You could try the following:
ultraDesktopAlert1.Show("111\n222\n333", "111\n222\n333");
Please let me know if this works for you.
Let me tell you an interesting thing ... if i do the same as you told things are good. But are not good with the following way:
String str1 = "111";
String str2 = "222";
String str3 = DateTime.Now.ToString("dd/MM/yyyy hh:mm:ss tt");
String message = str3 + "\n" + str1 + "\n" + str2;
ultraDesktopAlert1.Show(message);
Now in this case all the three strings will show in one line. So please help me through this.
Thanks.
I created the following case for you: 'CAS-97570-M02GVW' and will update you through it.
I just want to know the update regarding the case you have created for me.
In order to force this process and escalate it I need to have the answers to the following questions:
I want to know if you have a deadline on this? Is it a stopper for you? Is this in the production environment?
I will be waiting for your feedback, thank you in advance.
I have to give a release at the end of next month. So my lead want me to finish this before that. I will be great full to you if you can find me a solution to this before time.
Thank you for the feedback. We will try to provide you with a patch before our next service release.
This link is broken. Where and when was this fixed?
Following case contains the solution of this problem:
https://es.infragistics.com/my-account/support-case/CAS-97570-M02GVW
Thanks for your cooperation.