Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
77 views
We are adding some functionality to our site around embedding flash movies via the RadEditor control.  There are a number of problems we are having.  I should note that I am working with an older version of RadEditor from RadControls Q1 2008.

The main issue right now is that the embedded movie covers up the buttons when editing, it also covers the text when switching to HTML views.  This even happens when simple copying an embed tag for a YouTube video (see attached image).
Rumen
Telerik team
 answered on 28 Jul 2010
2 answers
166 views
Hi,

I am having problem in finding the radcombobox in RadGrid detail table on ItemCommand Event.

Actually the scenario is, When User click on the Add New Item an empty form is opened, in this form there are some controls , so On Item Command I want to find these controls and set it's visibility and default values.

but while doing so I am facing error that cannot convert the ItemCommandItem to GridEditableItem. So How to find these controls and set their respective properties.?
Chetan
Top achievements
Rank 1
 answered on 28 Jul 2010
1 answer
125 views
While using the editor, I have created a template - but when I go to save the template it will only save to the folders in the root directory of the main portal.  When I go to select the template that I just created in the same portal that I created it from, I only get the folders from that particular portal which have no access to the main portal folders. 

Can you help me out with this? 

Lori
Lini
Telerik team
 answered on 28 Jul 2010
1 answer
230 views
The modal window is preventing users from clicking outside of the window but it is not preventing users from using tab and focusing on controls from the parent page.  Is there a way to prevent this?
Georgi Tunev
Telerik team
 answered on 28 Jul 2010
3 answers
165 views
Hi

I need to change my page background color based on the selected skin.?
Where should I set the page background color for each theme.

For example :
If user selected the skin "Web20" then I need to change my page background color as light blue.
Dimo
Telerik team
 answered on 28 Jul 2010
3 answers
83 views
I bind my grid on the client side, when I filter a column the grid totally vanishes even though I recall the function that does the grid binding on oncommand event.
I noticed this on sorting as well

Tsvetoslav
Telerik team
 answered on 28 Jul 2010
3 answers
468 views

GridcheckBox with ReadOnly=false is not working (unable to check/uncheck)

 I have a few GridCheckBoxColumn inside a RadGrid. I have the ReadOnly property set to false but i cannot edit any of the checkboxes, that is I can neither check or uncheck them.
 Anyone with any ideas as to why this is happening? Any comments/suggestions/ideas/correctiosn much appreciated as I'n new to the whole telerik markup.

Cheers,
Alan



</
telerik:RadToolBar>
    <telerik:RadGrid ID="RadGrid3" runat="server" OnNeedDataSource="TelerikGridOnNeedDatasource" 
        DataSourceID="dsActionProperties" PageSize="500" >
        <MasterTableView DataSourceID="dsActionProperties" AllowCustomSorting="True">
            <Columns>
                <telerik:GridBoundColumn DataField="Name" HeaderText="Action Name" UniqueName="Name" SortExpression="Action Name">
                </telerik:GridBoundColumn>
                <telerik:GridBoundColumn DataField="ActionSourceID" HeaderText="Action Source" UniqueName="ActionSourceID" >
                </telerik:GridBoundColumn>                              
                <telerik:GridCheckBoxColumn DataField="IsStateChecked" DataType="System.Boolean" HeaderText="State Dependent"  UniqueName="IsStateDependent" ReadOnly="false">
                    <HeaderStyle HorizontalAlign="Center" />
                    <ItemStyle HorizontalAlign="Center" />
                </telerik:GridCheckBoxColumn>                                                               
                <telerik:GridCheckBoxColumn DataField="IsTypeDependent" DataType="System.Boolean" HeaderText="Type Dependent" UniqueName="TypeDependent">
                    <HeaderStyle HorizontalAlign="Center" />
                    <ItemStyle HorizontalAlign="Center" />
                </telerik:GridCheckBoxColumn>                                                                                               
                <telerik:GridCheckBoxColumn DataField="Enabled" DataType="System.Boolean" HeaderText="Enabled" UniqueName="Enabled" ReadOnly="false">
                    <HeaderStyle HorizontalAlign="Center" />
                    <ItemStyle HorizontalAlign="Center" />
                </telerik:GridCheckBoxColumn>                                                               
            </Columns>                            
        </MasterTableView>
    </telerik:RadGrid><br />
    <asp:ObjectDataSource ID="dsActionProperties" runat="server"  OldValuesParameterFormatString="original_{0}"
        SelectMethod="GetAllActions" TypeName="DataSources.ActionsDS">
    </asp:ObjectDataSource>
Princy
Top achievements
Rank 2
 answered on 28 Jul 2010
5 answers
183 views
I am trying to select all the check-boxes of the children in a RAD Tree view when the user checks a parent node and disable the check-boxes of all child nodes.  I have a recursive function that is successfully checking the boxes, but i'm not having much luck in disabling all child check-boxes.  Here is my code:

    <script type="text/javascript" language="JavaScript">
    function UpdateChildrenRecursively(nodes, checked)
    {
       var i;
       for (i=0; i<nodes.get_count(); i++)
       {
           if (checked)
           {
               nodes.getNode(i).check();     
           }
           else
           {
               nodes.getNode(i).set_checked(false);
           }
  
           // if the node has children, call the recursive function
           // then disable the checkboxes for each child
           if (nodes.getNode(i).get_nodes().get_count()> 0)
           {
               UpdateChildrenRecursively(nodes.getNode(i).get_nodes(), checked);
               nodes.getNode(i).get_nodes().disabled = true
           }
       }
    }
    function clientNodeChecked(sender, eventArgs)
    {
       var childNodes = eventArgs.get_node().get_nodes();
       var isChecked = eventArgs.get_node().get_checked();
       UpdateChildrenRecursively(childNodes, isChecked);
    }
</script>

Veronica
Telerik team
 answered on 28 Jul 2010
3 answers
98 views
Hello,

It says there were advanced form customizations that were a part of the 2010 Q2 release, but I can't find any demos of changes made to the advanced form, nor can I find much documentation.  So what was changed?   And if possible, could you add a demo to display the advanced form changes?

Thanks.
T. Tsonev
Telerik team
 answered on 28 Jul 2010
1 answer
114 views
Hi,

Need to create a table with link buttons on them, please view attached screen shot, figure you can have them in GridCommandItem I can have this generated in the code behind but couldn't understand how to do this in the javascript.

Thanks in advance.
Maria Ilieva
Telerik team
 answered on 28 Jul 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?