Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
72 views
Hi, I use the default Pagination provided by the Telerik RadGrid.

How do you display the RgPager always, regardless of the items/records within the RadGrid? This has become an issue as the Pager drop-down filter is lost once you select a value which is higher than the current number of records within the RadGrid.

Example:
Default page size of the RadGrid is 10
RadGrid has 27 records
User selects page size of 50 from the drop-down
The RgPager is gone/lost
User has no option to reduce the size of the RadGrid/Table

I tried RadGrid.ShowFooter = True but it only displays the footer and not the RgPager. Appreciate the help if anyone knows about this.

Thanks!
Shinu
Top achievements
Rank 2
 answered on 12 Sep 2011
8 answers
213 views
Hi,
The problem is that the tooltip of a RadSlidingPane is:
- not displayed on the expanded pane
- on collapsed pane, its title is displayed as a tooltip, not its ToolTip property value
It's a pity especially because the title itself must be very short: if it becomes longer then approx. 75px (when the pane is 150px wide) it (I mean - the whole header of the expanded sliding pane) starts to be displayed incorrectly (depending on the browser; special problems appear when the pane is docked).

It would be much appreciated to be able to use the RadSlidingPane's property ToolTip.

Regards
Tomasz
Eraph
Top achievements
Rank 1
 answered on 12 Sep 2011
1 answer
31 views
Hi,

I added a rotator inside a splitter pane, I put it at the top, it works well except when I scroll down the page, the rotator freeze at the top and the scrolling seems not apply to the rotator.

I am using the latest build and IE9.

Any idea?

Thanks.
Niko
Telerik team
 answered on 12 Sep 2011
1 answer
325 views
I am opening a radwindow, a form is submitted in the radwindow, user closes the radwindow and then the parent should refresh but it doesn't seem to be refreshing the page or data for some reason...

<script type="text/javascript">
        function openRateOLWin(OLID) {
            var oWnd = radopen("/ContentZone/rateol.aspx?OLID=" + OLID, "RadWindow1");
            oWnd.setSize(640, 340);
        }


        function RefreshParentPage()//function in parent page
        {
            document.location.href = document.location.href;
        } 
    </script>

<telerik:radwindowmanager id="RadWindowManager1" showcontentduringload="false" visiblestatusbar="false"
        reloadonshow="true" runat="server" skin="Vista" enableshadow="true">
        <Windows>
            <telerik:RadWindow ID="RadWindow1" runat="server" Behaviors="Move, Resize, Close" Skin="Vista" OnClientClose="RefreshParentPage"></telerik:RadWindow>
            
        </Windows>
    </telerik:radwindowmanager>
Shinu
Top achievements
Rank 2
 answered on 12 Sep 2011
0 answers
57 views
Dear Telerik,

Could you please advice me on the following issue:

I need to highlight (print in red) the time value latest before the "DateTime.Now". I mean the time values in the left column of the scheduler. Can I do that somehow?

I see there is a server-side event TimeSlotCreated which allows me to do virtually everything with the time slots. Is there any similar event which makes it possible to adjust the cells of the time column? That would, I'm sure, resolve my issue...

Thank you very much!

- Stepan.
Stepan
Top achievements
Rank 1
 asked on 12 Sep 2011
3 answers
69 views
Hi,
we find problems at the moment working with reusable content.
In short: we don't get it working. Every change I make to the original document doesn't affect the places in the site wherever I make use of this document by using the reusable content webpart.

I'm not sure which version of the rad-editor we are using at the moment, but certainly not the latest one.
Stanimir
Telerik team
 answered on 12 Sep 2011
1 answer
40 views
test post.
Sebastian
Telerik team
 answered on 12 Sep 2011
2 answers
235 views
Hi
I read many posts but did not find an updated answer.

I want the Menu to align to the right, and I know how to do it.

However, when the sub-menus pop out, they exceed the div.
I want the sub-menus to also be right aligned, e.g.

Main Menu Item 1  |  Main Menu Item 2
          Submenu11            SubMenu21
          Submenu12            SubMenu22


Is this possible?

Thx
Kate
Telerik team
 answered on 12 Sep 2011
1 answer
93 views
Is there a way to modify the range which is visible on the Scheduler view? Ex. If I select September, it shows October 1-2 also, can I prevent it from showing the dates from any other month other than the one I am currently viewing? If so, what attributes need to be set?

Thanks!
Shinu
Top achievements
Rank 2
 answered on 12 Sep 2011
1 answer
113 views
I'm using a RadGrid to display rows where some of the columns are hidden by setting column.Display = false.  That's working fine.  The hidden columns contain data that is used in client-side JavaScript.  Again, that's working fine.

Some users drag over the displayed text and copy it (using ctrl-C) into another application.  If they drag over a single field, all is good.  However, when they drag over multiple fields that 'include' a hidden column, the hidden column's value is included as part of the copied text.  The user might drag over fields from a single row, or might drag over multiple rows.

Is there a way to prevent including the hidden column in the copied text while still having the value available to client JavaScript? (ie, setting Visible = false on the server is not really an option). 

Thanks,
Dave
Mira
Telerik team
 answered on 12 Sep 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?