Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
221 views
Hello,
i am using a RadDataPager in a ListView.
<telerik:RadListView ID="ListViewSuche" runat="server" DataKeyNames="URL"  AllowPaging="true">
            <ItemTemplate>
                <tr>
                    <td>
                        <asp:Literal Text='<%# Eval("URL")%>' runat="server" ID="LitUrl"></asp:Literal>
                    </td>
                </tr>
                <tr>
                    <td>
                        <asp:Literal runat="server" ID="LitBeschreibung" Text='<%# Eval("BESCHREIBUNG")%>'></asp:Literal>
                    </td>
                </tr>
                <tr>
                    <td>
                        <asp:Literal runat="server" ID="LitDatum" Text='<%# Eval("DATUM") %>'></asp:Literal>
                    </td>
                </tr>
                <tr>
                    <td>
                        <hr style="color: black;">
                    </td>
                </tr>
  
            </ItemTemplate>
            <EmptyDataTemplate>
                <table id="TableEmpty" runat="server" style="">
                    <tr>
                        <td>Es wurden keine Dateien gefunden. 
                        </td>
                    </tr>
                </table>
            </EmptyDataTemplate>
            <LayoutTemplate>
                <table id="Table2" cellpadding="0" cellspacing="0">
                    <tr id="Tr1">
                        <td id="Td1">
                            <table id="itemPlaceholderContainer" runat="server" border="0" style="width: 100%;"
                                cellspacing="0">
  
                                <tr id="itemPlaceholder" runat="server">
                                </tr>
                            </table>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <telerik:RadDataPager ID="RadDataPagerSuche" runat="server" PagedControlID="ListViewSuche"  PageSize="10"  Skin="Metro">
                                <Fields>
                                    <telerik:RadDataPagerButtonField FieldType="FirstPrev"></telerik:RadDataPagerButtonField>
                                    <telerik:RadDataPagerButtonField FieldType="Numeric"></telerik:RadDataPagerButtonField>
                                    <telerik:RadDataPagerButtonField FieldType="NextLast"></telerik:RadDataPagerButtonField>
                                </Fields>
                            </telerik:RadDataPager>
                        </td>
                    </tr>
                </table>
            </LayoutTemplate>
        </telerik:RadListView>


And now i am searching for an event, which is fired when the RadDataPager ist used.
Greetings
Jens
Jens
Top achievements
Rank 1
Iron
Iron
 answered on 24 Jul 2014
2 answers
308 views

Hello,

I am working on a project with a RadGrid.

In the RadGrid, each column has a filter.
My project needs that when a user enters text into the filter’s textbox and presses “Enter”, an “Equal To” filter will be performed.

All filters should work as default too. When a user enters text into the filter’s textbox and chooses ANY filter, the filter will immediately be performed.
I would love to see a solution that accomplishes this.

I attached video of the 2 functionality I want:
On Enter Key Perform “Equal To”
Default RadGrid Filter Behavior 

Thanks,
Daniel.

Daniel
Top achievements
Rank 1
 answered on 24 Jul 2014
3 answers
344 views
How to hide radmenuitem using javascript?
Shinu
Top achievements
Rank 2
 answered on 24 Jul 2014
3 answers
234 views
I have two issues facing with rad file explorer
 1 Drag and Drop feature (to move files) is not working in rad file explorer . In local it is working fine, but when deployed to  test server it not working.I have set full Permissions since no luck.
2 we have like move directory in Item command of server side events. The same event is also used to rename folder. How to distinguish between both, please help me this is very urgent .Iam stuck on this since two days.
Dobromir
Telerik team
 answered on 24 Jul 2014
1 answer
51 views
Hi,

Since the latest telerik upgrade about a month ago, most of the telerik web UI element display becomes squeezed/cutoff or out of alignment. What is the possible cause of this type of UI display alignment/padding issue?  (see attachment for comparison).
Note: There is no CSS change in the Web application between telerik upgrade.

Thanks,
Chuck Wan

Wolters Kluwer Health|UpToDate

Ianko
Telerik team
 answered on 24 Jul 2014
1 answer
75 views
Hey Guys,

I have searched and search and have not found the answer to this. When I have html elements <p></p> or <div></div> and I want to move out of the current tag and start a new line I am unable to do so by click to the next line. If I click enter it moves me to the next line within the same tag. How can I move the cursor by clicking to a new line outside the current element my cursor was in? I have attached an image in case that helps.

I am using version: 2012.1.215.40

Please let me know if you need any more information from me.

Thanks!
Ianko
Telerik team
 answered on 24 Jul 2014
22 answers
672 views
Hi There,

I have set  GroupsDefaultExpanded = False and am displaying total amounts in the group footer (i.e. ShowGroupFooter="True") and have set GroupLoadMode = Client.

Upon refreshing the page/grid etc, everything looks correct - in terms of collapsed groups, correct totals, the group footer displayed etc.

When I expand the group and then decide to collapse it, I no longer see the group footer displayed and I'm not sure why. If I refresh the page again (using F5 or rebuild the grid), I can see the group footer once more.

Any assistance would be greatly appreciated.

Thanks,
Danielle
Eyup
Telerik team
 answered on 24 Jul 2014
1 answer
151 views
Hello

Im looking for a way displaying selected date from datepicker in the format  YearWeekDaynumber

Ex. 14023  (2014 week:2 weekdaynumber:3)

can this be done? I have tried replacing DisplayDateformat  so far without luck.

regards

Mark
Princy
Top achievements
Rank 2
 answered on 24 Jul 2014
4 answers
114 views
Hi,

I added a tag inside the head of my page. 
<meta http-equiv="X-UA-Compatible" content="IE=8" /> 

and when im using IE8 with compatibiliy mode, the RadScheduler is not displayed properly.
(Page Menu-> Compatibility View Settings-> Checked Display all website in Compatibility View)

Thanks,
Bermo
Yasith
Top achievements
Rank 1
 answered on 24 Jul 2014
4 answers
1.1K+ views
Hi

There is a radimageeditor in my page and I am uploading images. The uploaded image I am converting to a byte array and I want to bind it to the editor. I tried a lot but got stuck with this. Somebody please help to get this working. Any code will be a a great help for me.

Thankyou for all replies
Damian
saw
Top achievements
Rank 1
 answered on 24 Jul 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?