Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
73 views
Hi,

I'm working on a french web site.
Is it possible to have the audio captcha in french?


Thanks
Charles
Shinu
Top achievements
Rank 2
 answered on 14 Mar 2011
6 answers
199 views
I have a template edit form in a RadGrid that contains 4 RadComboBoxes.  I would like to add items to these combo boxes on the client side while the grid is in Edit Mode.  So for example I edit row #2, and then the user clicks a button to add another item to the RadComboBox.  Is it possible to get a client side reference to this combo box for the row currently being edited?  Then once I have reference to this combo box I can use the RadComboBox client side API to add the new combo box item.

Also if there is a way to do this, how would I loop through all of the items being edited if the grid is currently editing all items.

Please view attached image for an image that may help.

Thank you.
Princy
Top achievements
Rank 2
 answered on 14 Mar 2011
4 answers
73 views
Code is as follows:

<Columns>
 <telerik:GridTemplateColumn AllowFiltering="false" HeaderText="Seminar" UniqueName="Seminar">
  <ItemStyle Width="40%" />
  <ItemTemplate>
   <asp:HyperLink ID="rgtcTitle" runat="server" /><br />
   <asp:Label ID="rgtcLoc" runat="server" /><br />
   <asp:Label ID="rgtcDate" runat="server" />   <asp:Label ID="rgtcTime" runat="server" /><br />
  </ItemTemplate>
 </telerik:GridTemplateColumn>
 <telerik:GridTemplateColumn AllowFiltering="false" HeaderText="Speakers" UniqueName="Speakers">
  <ItemStyle Width="40%" />
  <ItemTemplate>
   <asp:Label ID="rgtcSpeakers" runat="server" /><br />
  </ItemTemplate>
 </telerik:GridTemplateColumn>
 <telerik:GridCheckBoxColumn DataField="Rcr" DataType="System.Boolean" HeaderText="Rcr" SortExpression="Rcr" UniqueName="Rcr">
 </telerik:GridCheckBoxColumn>
</Columns>


The issue is when I export to PDF the First gridTemplateColumn "reorders" itself.   the Hyperlink gets moved to the bottom of the 2 labels.  EVERYTHING else is GREAT..

Any help would be appreciated.

Jimm
Jasmin Edwin
Top achievements
Rank 1
 answered on 14 Mar 2011
1 answer
63 views
Hi, I am trying your demo code found here http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filtertemplate/defaultcs.aspx
and used it as a starting point to add a RadComboBox of a column in my grid as shown here. The boldfaced line below throws an error in the browser - Compiler Error Message: BC30108: 'GridItem' is a type and cannot be used as an expression.

here is the code - any thoughts or help greatly appreciated.

<telerik:GridBoundColumn DataField="Difficulty" HeaderText="Difficulty" UniqueName="Difficulty">
                               <FilterTemplate>
                         <telerik:RadComboBox ID="rcbDifficulty" runat="server" OnClientSelectedIndexChanged="difficulty_changed" width="50px">
                         <Items>
                         <telerik:RadComboBoxItem Text="Beginner" value="Beginner"/>
                         <telerik:RadComboBoxItem Text="Intermediate" value="Intermediate"/>
                         <telerik:RadComboBoxItem Text="Advanced" value="Advanced"/>
                         </Items>
                         </telerik:RadComboBox>
                          <telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">

                                <script type="text/javascript">
                                    function difficulty_changed(sender, args) {
                                        var tableView = $find("<%# ((GridItem)Container).OwnerTableView.ClientID %>");
                                        tableView.filter("Difficulty", args.get_item().get_value(), "EqualTo");

                                    }
                                </script>

                            </telerik:RadScriptBlock>
                         </FilterTemplate>
                        </telerik:GridBoundColumn>
Princy
Top achievements
Rank 2
 answered on 14 Mar 2011
1 answer
147 views
Hi All

When i am trying to edit the RadEditor which is inside the Form Template of a Radgrid for the first name, the Editor goes outside the form and its becoming too much wide.

Please see the video here Radeditor breaking width

This is happening for when running inside IE8, in FF it is working perfectly.

I have tried fixing with following code also but its not working..

function OnClientInit(editor) {
     var editorWidth = editor.get_element().style.width;
      
     editor.add_firstShow(function() {
         editor.get_element().style.width = editorWidth;
     });
 }

Thanks
Asutosh

Asutosh
Top achievements
Rank 1
 answered on 14 Mar 2011
1 answer
182 views
How to I make the RadGrid popup editform non-draggable?
Shinu
Top achievements
Rank 2
 answered on 14 Mar 2011
7 answers
267 views
Hi all,

In the Media Manager config, I added the *.mov extension but when users add a mov file the player is Windows Media Player which can't play mov files.

How can I configure Telerik to use quicktime when the media is a .mov file ?

mhmoud
Top achievements
Rank 1
 answered on 13 Mar 2011
1 answer
102 views
Hello

I have a RadTextBox that after it get's populated with "Tuff Stuff&#8482; Sky Blue Rectangular Carpet - 6` x 9`" value breaks future AJAX requests. The error is Message: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500. 

Obviously it's that certain value that causes the problem. Using HtmlEncode on it fixes the problem however I'd like to get the text displayed as-in. I also don't need it edited, it's just read-only.

Any tips?

Regards
Mihai
Mihai Dinculescu
Top achievements
Rank 1
 answered on 13 Mar 2011
4 answers
98 views
Hi guys.

I have a problem with Image and Document managers.

  1. If set ViewPaths property to not exists folder - see screenshot1
  2. If set ViewPaths property to exists folder but this folder is empty - see screenshot2

When copy some file to this folder - everything looks fine.

Thanks in advance. 

Regards,
Ernesto.
Robert Stordeur
Top achievements
Rank 1
 answered on 12 Mar 2011
2 answers
238 views
I have a radtreelist where I expose my webpage hierarchie. When I select a pageitem  in the tree i will be navigated to a webpage where I can edit this pageitem. After saving the changes I will be navigated back to my the with the radtreelist. What I want is to expand the treeitem I have just edited. So actually restoring the collapse-view like it was before I was navigated to the editpage.

How can I retrieve the dataitem in the treeview basewd on the DataKeyName.

Does anybody has an example how to accomplish this.

Thanks

Patrick
Patrick
Top achievements
Rank 1
 answered on 12 Mar 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?