Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
107 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
97 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
80 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
57 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
101 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
222 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
144 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
1 answer
128 views
rotating saving and downloading an image using http://demos.telerik.com/aspnet-ajax/imageeditor/examples/default/defaultcs.aspx strips most (if not all) exif data from the image.

How does the image editor handle exif data?
Niko
Telerik team
 answered on 15 Jun 2012
0 answers
73 views
How to access radgrid in the nestedviewtemplate through client method? I need to binddata from webservice.
Jinlei
Top achievements
Rank 1
 asked on 15 Jun 2012
1 answer
102 views
Hello Telerik,
is there a possibility to select an uploaded file after async upload?
I've tried it on OnClientFolderChange but the event fired too early.

function OnClientFolderChange(sender, args) {
            var oUpload = $find("<%= FileExplorer1.AsyncUpload.ClientID %>");
            if (oUpload.getUploadedFiles().length > 0) {
                var ex = GetFileExplorer();
                selectSpecificFile(ex, oUpload.getUploadedFiles());
            }
        }
 
        function selectSpecificFile(explorer, items) {
            var tree = explorer.get_tree();
            if (tree != null) {
                var nodes = tree.get_selectedNodes();
                if (nodes != null && nodes.length > 0) {
                    if (nodes[0]._children != null) {
                        for (var i = 0; i < items.length; i++) {
                            for (var x = 0; x < nodes[0].get_allNodes().length; x++) {
                                var currentNode = nodes[0].get_allNodes()[x];
                                if (currentNode.get_text() == items[i]) {
                                    currentNode.select();
                                }
                            }
                        }
                    }
                }
            }
        }

										
Dobromir
Telerik team
 answered on 15 Jun 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?