Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
310 views
Hi Telerik Guys !

I have been using an RAD FILE EXPLORER for the quite sometime in my project.

I want to disable the double click event when I click on to the File that exist on to the GRID CONTEXT MENU.

I have already deleted the OnClientFileOpen event & set an property named  EnableFileOpen="false" to FALSE.

When I open the FILE on to the doble-click, it gets opened which I dont want to do .?

Please suggest how to proceed.

Please help.

Ajay Jamwal

Dobromir
Telerik team
 answered on 15 Jun 2012
3 answers
111 views
Hopefully there is a solution out there for our issue.

We have a treeview that can have child nodes, is displayed in a relation way (parent, child etc). However, we do not want the checking of a child node to automatically check the parent node(s).

The treeview is a hierarchical representation of geographical areas and we want to be able to select "Chicago" without automatically selecting "Illinois" and "USA". 

Does anyone know if there is a way to achieve this?

Thanks,

Greg
Greg
Top achievements
Rank 1
 answered on 15 Jun 2012
1 answer
83 views
Hi,

I implemented a copy command which takes the current row and creates a copy which is then edited. But I don't want that the edit form is displayed below the item I used as source. I want it to be displayed at the top (like the insert form).
How can I achieve this in the ItemDataBound event? I "Just" want to remove the ParentItem from the GridEditFormItem.

Thanks for your help!
Marin
Telerik team
 answered on 15 Jun 2012
0 answers
97 views

Hello

I am using telerik 2012. I generate a radgrid dynamically in which I have a header context filter menu in one of the columns.On clicking header context filter menu -->column-->deselect all the column names, the grid's pagination is shown in a different manner.Please see the attached image.

From the telerik demo, I could find that only upto the second last column can be eliminated from header ccontext filter menu.The last column name present will be disabled once we eliminate all other columns.How can we achieve this?

Thanks in advance.

Regards
Jiju.

Jiju
Top achievements
Rank 1
 asked on 15 Jun 2012
3 answers
84 views
Entering times into the control such as
5a
510a
510am
5:10am
6pm
610pm
6:10pm
13:20
13

all work and get populated as the correct time.  However

6p
610p
6:10p

do not.  Is there any way to make this work or any reason it wasn't supported.  If 'a' works I would expect 'p' to also work
Vasil
Telerik team
 answered on 15 Jun 2012
1 answer
63 views
Hello,
I want to edit by double-clicking only the serial type. How can I prevent the query window is opened. I do not want to choose "Editing a recurring appointment" window. It should only the type series be edited.
Best regards
Reiner
Plamen
Telerik team
 answered on 15 Jun 2012
1 answer
54 views
I found a few other forum posts that addressed something similar, but did not work for me. 

I have a TabStrip that is databound to a SQLDataSource, and it contains information pertinent to the record to a main record the user selects.  To add new information into this TabStrip I deploy a RadWindow to submit new records back to the DB.  

What I need is upon closing the RadWindow, I need the tabstrip to rebind to reflect the new record(s) that were just added.  

I found a few posts on refreshing the parent page, but this will not work in my situation as the RadTabstip lies within another TabStrip which contains other information pertinent to the record the user is in.  

Any help would be appreciated!  
Dimitar Terziev
Telerik team
 answered on 15 Jun 2012
2 answers
94 views

<telerik:RadTabStrip ID="RadTabStrip1" runat="server" OnTabClick="RadTabStrip1_TabClick"
                                   AutoPostBack="True" MultiPageID="RadMultiPage1" Orientation="VerticalLeft" SelectedIndex="1">
                                   <Tabs>
                                       <telerik:RadTab Value="Condition" Text="<%$ Code:Resources.View.mnuConditions %>"
                                           Selected="True" />
                                       <telerik:RadTab Value="Preview" Text="<%$ Code:Resources.View.mnuPreview %>" />
                                       <telerik:RadTab Value="Permission" Text="<%$ Code:Resources.View.mnuPermission %>" />
                                   </Tabs>
                               </telerik:RadTabStrip>
 
<telerik:RadMultiPage runat="server" ID="RadMultiPage1" SelectedIndex="0" title="">
                                   <telerik:RadPageView runat="server" ID="PageView_Condition">
                                       <div class="multipageHeight tblspacer">
                                           <div style="height: 170px; overflow: auto">
                                               <br />
                                               <table>
                                                   <%--<tr>
                                               <td>
                                                   <telerik:RadFilter ID="RadFilter3" runat="server">
                                                   </telerik:RadFilter>
                                               </td>
                                               </tr>--%>
                                                   <tr>
                                                       <td>
                                                           <telerik:RadFilter runat="server" ID="RadFilter1" FilterContainerID="" ExpressionPreviewPosition="None"
                                                               ShowLineImages="true" EnableViewState="true" Localization-GroupOperationAnd="<%$ Code:Resources.View.View_MeetConditions %>"
                                                               Localization-GroupOperationNotAnd="" Localization-GroupOperationNotOr="" Localization-GroupOperationOr=""
                                                               Localization-FilterFunctionIsNull="Not Specified" OnPreRender="RadFilter1_PreRender"
                                                               ShowApplyButton="false" OnFieldEditorCreating="RadFilter1_FieldEditorCreating"
                                                               Font-Bold="true">
                                                           </telerik:RadFilter>
                                                       </td>
                                                       <td>
                                                           <asp:PlaceHolder ID="pHolder" runat="server"></asp:PlaceHolder>                                                           
                                                       </td>
                                                       <td align="right">
                                                           <br />
                                                           <br />
                                                           <table>
                                                               <tr>
                                                                   <td>
                                                                       <asp:PlaceHolder ID="Panel1" runat="server"></asp:PlaceHolder>
                                                                   </td>
                                                               </tr>
                                                           </table>                                                           
                                                       </td>
                                                   </tr>
                                               </table>
                                           </div>
                                           <div style="height: 160px; overflow: auto">
                                               <table>
                                                   <tr>
                                                       
                                                   </tr>
                                               </table>
                                           </div>
                                       </div>
                                    
                                   </telerik:RadPageView>
                               </telerik:RadMultiPage>


I want To Find Placeholder ,
That's Inside Of RadTabStrip inside Radtab , RadMultiPage , RadPageView
How i find this in button click event
It's Very Urgent



Thanks Advance,
Mohamed.
mohamed
Top achievements
Rank 1
 answered on 15 Jun 2012
3 answers
200 views
Hi
I have started working on Telerik scheduler few days back.
I am facing problems in database structure.
I want to know Whether in Appointments table the RecurrenceParentID is a foreign key to the ID of same table or not? Please clear this with detail of RecurrenceParentID and how can i use it ..
Plamen
Telerik team
 answered on 15 Jun 2012
1 answer
137 views
Hi,
I am using Treeview with combobox.
When we select any child node from hierarchy then how we will get "DataFieldParentID" value, Using Javascript and serverside programming. Please help me. It is urgent in our project requirement.

Thanks and Regards,
Sanjoy
Shinu
Top achievements
Rank 2
 answered on 15 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?