This question is locked. New answers and comments are not allowed.
e-dataconsult
Top achievements
Rank 1
e-dataconsult
asked on 02 Aug 2010, 10:18 AM
On Ajax combobox, if the action url is wrong or not found for whatever reason, the javascript alert goes on an infinite loop. The firefox or ie process has to be killed from taskmanager for the alert window to close. It should simply close after the first failed try. Perhaps I am missing something here.Thanks for your input.
8 Answers, 1 is accepted
0
Hi e-dataconsult,
This issue is caused by the browser's default behavior to focus again last focused input. Thus the error will be infinite. I am glad to inform you that this issue will be addressed with the next release of the Telerik Components for ASP.NET MVC.
Sincerely yours,
Georgi Krustev
the Telerik team
This issue is caused by the browser's default behavior to focus again last focused input. Thus the error will be infinite. I am glad to inform you that this issue will be addressed with the next release of the Telerik Components for ASP.NET MVC.
Sincerely yours,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
spinozagl
Top achievements
Rank 1
answered on 28 Sep 2010, 12:26 AM
Hi Georgi,
did this get fixed? Thanks.
did this get fixed? Thanks.
0
Hello Shailesh,
I believe that this issue was fixed for the official release of Telerik Components for ASP.NET MVC (version 2010.2.825). Please give a try and let me know what your findings are.
Best wishes,
Georgi Krustev
the Telerik team
I believe that this issue was fixed for the official release of Telerik Components for ASP.NET MVC (version 2010.2.825). Please give a try and let me know what your findings are.
Best wishes,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
e-dataconsult
Top achievements
Rank 1
answered on 30 Sep 2010, 02:50 PM
Hello Georgi,
thanks. I will let you know after I try.
Meanwhile, what would be the best way to implement your MVC menu with a HORIZONTAL submenu. That is, the second level is also horizontal in orientation. It would be nice if we could programmatically set the orientation of a particular level; not just the top level. Thanks.
thanks. I will let you know after I try.
Meanwhile, what would be the best way to implement your MVC menu with a HORIZONTAL submenu. That is, the second level is also horizontal in orientation. It would be nice if we could programmatically set the orientation of a particular level; not just the top level. Thanks.
0
Hello Shailesh,
Menu UI component currently supports vertical and horizontal orientation for all levels. Setting orientation for each level is not supported in the time being.
Here is an example which shows how to implement menu in order to change its orientation.
Regards,
Georgi Krustev
the Telerik team
Menu UI component currently supports vertical and horizontal orientation for all levels. Setting orientation for each level is not supported in the time being.
Here is an example which shows how to implement menu in order to change its orientation.
Regards,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
e-dataconsult
Top achievements
Rank 1
answered on 30 Sep 2010, 05:14 PM
In other words,
I cannot have the first level horizontal, second level horizontal, and then third level vertical. Is that what you are saying? Thanks.
I cannot have the first level horizontal, second level horizontal, and then third level vertical. Is that what you are saying? Thanks.
0
Hello Shailesh,
Yes, you can choose between orientate all levels in the menu vertically or horizontally. Setting orientation to each level in the menu is not supported.
Greetings,
Georgi Krustev
the Telerik team
Yes, you can choose between orientate all levels in the menu vertically or horizontally. Setting orientation to each level in the menu is not supported.
Greetings,
Georgi Krustev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
e-dataconsult
Top achievements
Rank 1
answered on 30 Sep 2010, 05:23 PM
Thanks very much Georgi.