Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
226 views
Greetings!

I would like to know if there is a relatively simple way to disable keyboard navigation outside the popup edit form (autogenerated or formtemplate). Right now, TAB/SHIFT+TAB let users give focus to the RadGrid that is supposed to be inaccessible, as well as any other controls behind the semi-transparent DIV.

As a comparison, the ModalPopupExtender does not allow keyboard navigation in the document area, other than the dialog itself. I am also pretty sure that the RadWindow enforces the same rule.

Is this being worked on? Could you provide a quick work-around in the meantime?

Thanks in advance,
Thierry
Nikolay Rusev
Telerik team
 answered on 13 Apr 2009
2 answers
109 views
Hi,

I use a lot of RadEditor controls in a SharePoint WCM website. In these controls I link to a customized tools' file using the "ToolsFile" property of the RadHtmlField control. In this tools file I use a CssFiles tag to bind to a css file containing all my customized css classes to use. 
During developpement's stage I used a trial version of RadEditor version 5.2.0.0, everything was fine until I update to the 5.3.2.0 commercial version to release my project. My controls bind to a lot of Css Classes, on the trial version a scrollbar appears in the Class dropdown menu, but now it doesn't and thus I can't see all the css class...

Is this a bug ? Or do I forgot something during the upgrade process ?

Best regards,
Edgar Maucourant
STEMax
Top achievements
Rank 1
 answered on 13 Apr 2009
1 answer
98 views
Hi,

We have telerik grid with the inplace inseart mode. Also, we have usercontrol which render textbox and a div tag.

What we want is to have that usercontrol as one of the column editor while inserting new record.

The issue is while rendering usercontrol on click of new record, grid is displaying div tag behind gridview rows.
I have tried to set z-index as higher value(z-index:999999) to the div tag inside user control but it is not affecting.

The same control is rendering fine(coming on the top of existing rows) while I am trying to edit existing row. so issue lies only when we have insert row.

Please help me out on this.

Regards,
Vishal
Dimo
Telerik team
 answered on 13 Apr 2009
1 answer
78 views
Hi,

I have a RadGrid with Template columns (textboxes and dropdowns). The grid is always displayed in an edit mode. As user tabs in between grid cells, I need to run code behind to do validation as well as default and disable some other cells within the row being tabbed. If the TemplateColumn is a textbox and I tab out of it I do get the TextChanged event...but how do I know which row I am in? I need the row so I can default and disable the remaining cells on that row only. I tried using the RadGrid1_ItemDataBound event but it doesnt get fired when you tab between table cells. Here are some code snippets:

 

protected void RadGrid1_ItemDataBound(object sender, GridItemEventArgs e)

 

{ // doesnt get called

}

 

protected void CategoryNameTextBox_TextChanged(object sender, EventArgs e)

 

{

// how can I get the row index here of the current cell?

 

 

}

Thanks, Mala

Tsvetoslav
Telerik team
 answered on 13 Apr 2009
1 answer
208 views
I have a RadToolTip that is invoked via client-side event of a RadToolbar.  The RadToolTip comes up just fine, and is modal.  It contains a textbox and button:
 <telerik:RadToolTip ID="rttRecall" runat="server" Modal="true" HideEvent="ManualClose" ShowEvent="onClick" Title="Recall" 
                    Position="Center" RelativeTo="BrowserWindow" Width="300px" Height="220px" ManualClose="true" HideEvent="FromCode"
                    <telerik:RadAjaxPanel ID="rapRecall" runat="server"
                    <telerik:RadDock runat="server" ID="rdockRecall" Width="100%" Height="100%" Title="Recall" 
                        DefaultCommands="none" DockHandle="TitleBar" EnableDrag="false" DockMode="docked"
                        <ContentTemplate> 
                            <div style="text-align: center; padding: 5px;"
                                <asp:Label ID="lblCommentText" runat="server" AssociatedControlID="txtRecallReason" Text="Enter comment text for recalled step(s):"></asp:Label> 
                                &nbsp; 
                                <asp:TextBox ID="txtRecallReason" runat="server" Height="125px" TextMode="MultiLine" 
                                    Width="269px" MaxLength="1949"></asp:TextBox> 
                                <br /> 
                                <asp:Button ID="btnDoRecall" runat="server" CausesValidation="true" 
                                    Text="OK" Width="72px" /> 
                                <asp:Button ID="btnCancelRecall" OnClientClick="CloseActiveToolTip();" runat="server" 
                                    Text="Cancel" Width="72px" /><br /> 
                                    <asp:RequiredFieldValidator  ID="rfvtxtRecallReason"  ControlToValidate="txtRecallReason" Width="100%" runat="server" ErrorMessage="*" Text="Recall reason is required."></asp:RequiredFieldValidator> 
                            </div> 
                        </ContentTemplate> 
                    </telerik:RadDock> 
                    </telerik:RadAjaxPanel> 
                </telerik:RadToolTip>  

When the btnDoRecall is pressed, my handled server-side code is not firing.  Any clue why this is happening? 
Tsvetie
Telerik team
 answered on 13 Apr 2009
4 answers
155 views
First i would like to say that the effort Telerik put into standardizing the skins is immense and amazing.
But, i would have like to see more diversity in the skins - they all look quite a like, except the colors.
And besides, the skins are too square - no round angles which are very populer these days, and nothing of that sort.
But that's not my problem. it's quite simple - the edit button.
I use the Edit Button column, set into Image mode. Problem is, the cursor doesn't change into 'pointer' mode when i move it over the image.
When the row is already in edit mode, the cursor does change to pointer when i move over the image.
After some digging, i found out that the normal row's style set the cursor to default, thus overriding the image's cursor.
The edit mode style doesn't set the cursor to default, so the image can switch the cursor to pointer.

I only checked it in one skins, but since they are all standardnized, they would all be the same
Dimo
Telerik team
 answered on 13 Apr 2009
1 answer
113 views
Hello,

First, let me say I am new to the Telerik family, and I absolutely am in love with the controls!  I purchased them last week, immediately after going thru some of the tutorials in the Telerik Trainer, and I sure hope you have more of these wonderful and handy tutorials on the way!  HUGE plus for me, and the reason why I changed my mind over buying 'the other guy'.

Let me appologize in advance if this does actually appear on a previous thread, but the searches I did turned up nothing concerning the newest controls.

Anyway, my question is on the RAD window, and how it displays the RAD Editor in IE:

I have a RAD Window opening from a page we'll call "default.aspx" to show a new page that includes a RAD Editor.  When I have animations assigned to the RAD window (utilizing the RADWindowManager), the Image Manager in the editor appears transparent over the "default.aspx" page in IE (so it is impossible to use).  This does not happen in FF or Safari or Chrome, JUST in Internet Explorer.  If I remove the animations, then the editor does act as expected in IE.

Is there a work around for this?

I am using RadControls_for_ASP.NET_AJAX_2009_1_402_dev which I believe to be the most current version of the controls.  I have tested in both IE7 and IE8 with the same results.  It should be noted that I am also using the "Inherits Telerik.Web.UI.RadAjaxPage" on the "default.aspx" code behind vb page as I am deploying this in a medium Trust environment, although that does not appear to be the issue.

Thank you for your time,

Susan
Georgi Tunev
Telerik team
 answered on 13 Apr 2009
1 answer
88 views
We have a compose email message page that we just put the radEditor in place on. We thought it was working fine except for the preview not working until we tried it in firefox. In firefox on multiple machines it is unable to receive focus. We can't type in the message box. All the text fields work fine, but you can't get to the editor main window. Even with tab or mouse click, no go. Does anyone have any idea what the problem could be? All the demo's work correctly, but not the one on our site.
Rumen
Telerik team
 answered on 13 Apr 2009
4 answers
211 views
hi

i have a radeditor and have set its images path to "~/images" which works fine.

but why wont this work "C:\images"  (not a valid virtual path error)

is there any way around this.

Thanks

Susan
Top achievements
Rank 1
 answered on 13 Apr 2009
1 answer
155 views
Hi,

We are using Telerik tree view, RadTabstrip and Calendar Controls in our application where, sometimes all telerik controls just hang(no tab click works or calendar popup opens). This is happening once in 10 times on our development server (we are using IE 6.0 and FF 2.0 and 3.0) but on the client side this is happening almost everytime the page is opened.  Has anybody else also experienced the same problem. Any help would be great!

Regards,
Nayana
Paul
Telerik team
 answered on 13 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?