Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
83 views
Hello All,

Facing weird issue in RadGrid, I have a grid with custom Pager that the page size could be chosen by user, and the Next, Last, First, Back arrows are there to ease the List operations. Here the problem is the Paging arrow Last & Next comes in Left hand side and First & Before comes in Right hand side. Look at the attached screenshot for better understanding. I have no clue that which property causing this problem. I have see demos and other sites. It all looks correct. Can any one help me out here. 
The ASPX code is 

<telerik:RadGrid ID="gridView" EnableEmbeddedSkins="false" Skin="Web20" Width="800px" 
                            AutoGenerateColumns="False" AllowSorting="true" OnNeedDataSource="gridView_NeedDataSource"
                            OnPageIndexChanged="PageIndexChanged" OnSortCommand="gridView_Sorting"
                            OnItemDataBound="gridView_ItemDataBound" DataSourceID="" AllowMultiRowEdit="false"
                            AllowMultiRowSelection="true" MasterTableView-RetrieveAllDataFields="true" runat="server"
                            EnableOutsideScripts="false" EnableAJAX="false" EnableAJAXLoadingTemplate="false"
                            PagerStyle-Mode="NumericPages" PagerStyle-PagerTextFormat="" PageSize="10" AllowPaging="true">
                            <MasterTableView>
                                <RowIndicatorColumn Visible="False">
                                </RowIndicatorColumn>
                                <PagerStyle Mode="NextPrevAndNumeric" />
<Columns>
</<Columns> 
.......

Regards,
Ilayaraja.C
Andrey
Telerik team
 answered on 10 Jul 2012
5 answers
115 views
Hi,

There is a very interesting problem! I open the page and i run related events in the panel by pressing the buttons. But after 1 or 2 minute I don't click any button. while whating without anything. then when i click any button, button events don't work; but loading panel is loading... What could be the problem... Does not postback?
Andrey
Telerik team
 answered on 10 Jul 2012
1 answer
80 views
Hi,
     I want advanced form while inserting in radscheduler. How can I accomplish this.
Princy
Top achievements
Rank 2
 answered on 10 Jul 2012
1 answer
91 views
Hi there,
     I have a radmenu in which I want to hide the icon column to the left of each menu item. How can I do it. Thanks in advance.
RT
Princy
Top achievements
Rank 2
 answered on 10 Jul 2012
1 answer
102 views
I am using the RadFormDecorator to decorate Selects, RadioButtons, and CheckBoxes, and this has been fine, but after the newest update for Chrome was released, it no longer works for the RadioButtons or CheckBoxes. The Selects still work. Any update or fixes released for this?

Thanks
Bozhidar
Telerik team
 answered on 10 Jul 2012
1 answer
73 views
Hi,
     I want to retrieve the value from aggregate and show the value as a label text in another place. How do i manage this. Anybody got idea? Pls share
Thanks and Regards
Savyo
Shinu
Top achievements
Rank 2
 answered on 10 Jul 2012
1 answer
91 views
hi all ..
i've radgrid with NestedViewTemplate ,
in NestedViewTemplate i've button with server side function "OnClick" ..
my question is ; how can i get the current parent selected row (expanded row) from server side ???


thanks in advance ..
Jayesh Goyani
Top achievements
Rank 2
 answered on 10 Jul 2012
5 answers
203 views
Hi,

We are using Telerik 2010.1.415.35 version.

In our application we have a scenario where we will generate rad grid using dynamic template.
we have horizontal and vertical scrolling.
when even am sorting on right most column in the grid it not holding the focus, its resetting to first column always.

this works fine with dynamic columns(dynamic template) with out static headers.
but we with static header it is creating a issue not maintaining scroll position.

Thanks In Advance.
Raghav
Galin
Telerik team
 answered on 10 Jul 2012
1 answer
72 views
I have a very wide RadGrid (the latest public release version) that I'm using as an export into Excel. I have the root query ordering the columns a certian way - the way the customers want the Excel output in... However, when I databind my RadGrid on the webpage, the columns are automatically reordered into alphabetical order!

How do I preventing the autogenerated columns from reordering themselvesinto alphabetical order?

Thanks
<telerik:RadGrid ID="gridSellerData" runat="server" Width="100%" CellSpacing="0" CellPadding="0"
    PageSize="5000" EnableLinqExpressions="False" HeaderStyle-Wrap="false" BorderColor="Black" BorderStyle="Solid" BorderWidth="1px" Skin="Hay"
    OnItemDataBound="grid_ItemDataBound" OnNeedDataSource="grid_NeedDataSource"
    OnPreRender="gridContractData_PreRender" OnGridExporting="gridSellerData_GridExporting"
    >
    <ClientSettings AllowColumnsReorder="false">
        <Selecting EnableDragToSelectRows="false" UseClientSelectColumnOnly="false" />
        <Scrolling AllowScroll="true" UseStaticHeaders="true" FrozenColumnsCount="0" />
    </ClientSettings>
    <ExportSettings IgnorePaging="true" ExportOnlyData="true" Excel-Format="ExcelML" OpenInNewWindow="true" HideStructureColumns="true" />
    <MasterTableView CommandItemDisplay="Top" DataKeyNames="LoanImportID" ClientDataKeyNames="LoanImportID" GridLines="Both">
        <CommandItemSettings ExportToExcelText="Export To Excel" ShowExportToExcelButton="true" ShowAddNewRecordButton="false" ShowRefreshButton="false" />
        <ItemStyle CssClass="Row0" />
        <AlternatingItemStyle CssClass="Row1" />
    </MasterTableView>
    <HeaderStyle Wrap="False" />
    <FilterMenu EnableImageSprites="False">
    </FilterMenu>
    <HeaderContextMenu CssClass="GridContextMenu GridContextMenu_Hay">
    </HeaderContextMenu>
</telerik:RadGrid>
Antonio Stoilkov
Telerik team
 answered on 10 Jul 2012
3 answers
92 views
I am using a RadTree & wants to achieve following details:
1) If user clicks on node : it will open another page in the right frame
2) If user clicks on the context menu option (Bookmark) on the same node :
    a) it should update the radmenu at the top (this requrs server side call), but 
    b) should not refresh the page or specifically update the right frame.

I am using "RadAjaxManager" & everything else is working alright except (2b).
Is there a way I can control the RadTree to update the frame oly on NodeClick & not on Contextenu click

Thank you
Plamen
Telerik team
 answered on 10 Jul 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?