Bharathwajan Venkatanarayanan
Top achievements
Rank 1
Bharathwajan Venkatanarayanan
asked on 23 Oct 2009, 03:14 PM
Hi,
We are generating the radalert from the server side code.As per our requirement we want ok button in the alert window to be focused by default.Please provide the solution.Right now OK is not getting focused.
Regards,
Bharath
We are generating the radalert from the server side code.As per our requirement we want ok button in the alert window to be focused by default.Please provide the solution.Right now OK is not getting focused.
Regards,
Bharath
4 Answers, 1 is accepted
0
Hi Bharath,
Are you referring to the same issue as in your other forum post? If so, I have already answered in it what is the problem with the navigation not working after clicking OK. The focus however is working as expected - this can be seen in the video that I attached in the other forum post.
Best wishes,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Are you referring to the same issue as in your other forum post? If so, I have already answered in it what is the problem with the navigation not working after clicking OK. The focus however is working as expected - this can be seen in the video that I attached in the other forum post.
Best wishes,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Bharathwajan Venkatanarayanan
Top achievements
Rank 1
answered on 26 Oct 2009, 02:20 PM
Hi
We are generating the radalert window from serverside code. Focus comes to the ok button when we are using a plain asp.net page. But when used along with a master page, focus is not coming to the ok button. Please tell us the solution.
regards
Bharath
We are generating the radalert window from serverside code. Focus comes to the ok button when we are using a plain asp.net page. But when used along with a master page, focus is not coming to the ok button. Please tell us the solution.
regards
Bharath
0
Bharathwajan Venkatanarayanan
Top achievements
Rank 1
answered on 27 Oct 2009, 10:59 AM
hi
we tried applying the style from server side like this.
we tried applying the style from server side like this.
this.Page.Header.Attributes.Add("test", ".RadWindow .radalert A { position:absolute;left:42%;cursor:pointer;}");
look and feel of the focus is different and cursor is not turning to hand when placed on the ok button.
0
Hello Bharath,
If you want to change the look of the dialog and add your custom style for cursor, etc., you should modify the content template in the RadWindowManager as shown in the documentation (section Controls / RadWindow / Predefined Dialogs /Changing the Dialog Templates.
All the best,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
If you want to change the look of the dialog and add your custom style for cursor, etc., you should modify the content template in the RadWindowManager as shown in the documentation (section Controls / RadWindow / Predefined Dialogs /Changing the Dialog Templates.
All the best,
Georgi Tunev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.