Hi,
I recently upgraded my rad grid from classic to Asp.Net AJAX Q1 grid.
Earlier (before upgrading) I could see the pagination properly.
But now (with all the properties same) I am getting the pager at the bottom of the data div after I scroll till the bottom.
Attached are the images [hope the hidden data is not a problem]. Can you please help me getting the pager properly. The aspx code for the grid is :
<
table
width
=
"100%"
style
=
"border-width: 1px; border-bottom-width: 1px; border-bottom-width: 1px"
class
=
"STArea"
cellspacing
=
"0"
cellpadding
=
"0"
border
=
"1"
>
<
tr
class
=
"SSDetails"
>
<
td
style
=
"height: 100%"
align
=
"center"
>
<
div
id
=
"divMFile"
runat
=
"server"
visible
=
"true"
style="overflow: auto; height: 280px;
width: 100%;">
<
telerik:RadGrid
ID
=
"rgridMFile"
Skin
=
"SDCSkin"
runat
=
"server"
BorderStyle
=
"Solid"
BorderWidth
=
"0px"
AutoGenerateColumns
=
"False"
GridLines
=
"None"
Width
=
"100%"
Height
=
"95%"
OnSortCommand
=
"rgridMFile_SortCommand"
OnItemDataBound
=
"rgridMFile_ItemDataBound"
OnPageIndexChanged
=
"rgridMFile_PageIndexChanged"
EnableEmbeddedSkins
=
"false"
ShowFooter
=
"false"
AllowPaging
=
"true"
PagerStyle-Mode
=
"NextPrevAndNumeric"
AllowSorting
=
"true"
>
<
HeaderStyle
Height
=
"20px"
/>
<
ClientSettings
>
<
Scrolling
AllowScroll
=
"true"
UseStaticHeaders
=
"true"
/>
<
Selecting
AllowRowSelect
=
"true"
/>
</
ClientSettings
>
<
MasterTableView
>
<
Columns
>
<
telerik:GridBoundColumn
UniqueName
=
"FNum"
DataField
=
"FNum"
SortExpression
=
"FNum"
HeaderText
=
"File ID"
>
<
HeaderStyle
HorizontalAlign
=
"Left"
Width
=
"10%"
Wrap
=
"False"
/>
<
ItemStyle
CssClass
=
"RadGridRow"
Height
=
"100%"
Wrap
=
"false"
HorizontalAlign
=
"left"
/>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
UniqueName
=
"Names"
DataField
=
"Names"
SortExpression
=
"Names"
HeaderText
=
"File Name"
>
<
HeaderStyle
HorizontalAlign
=
"Left"
Width
=
"20%"
Wrap
=
"False"
/>
<
ItemStyle
CssClass
=
"RadGridRow"
Height
=
"100%"
Wrap
=
"false"
HorizontalAlign
=
"left"
/>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
UniqueName
=
"FDetail"
DataField
=
"FDetail"
SortExpression
=
"FDetail"
HeaderText
=
"Prod Details"
>
<
HeaderStyle
HorizontalAlign
=
"Left"
Width
=
"20%"
Wrap
=
"False"
/>
<
ItemStyle
CssClass
=
"RadGridRow"
Height
=
"100%"
Wrap
=
"false"
HorizontalAlign
=
"left"
/>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
UniqueName
=
"PName"
DataField
=
"PName"
SortExpression
=
"PName"
HeaderText
=
"Prod Name"
>
<
HeaderStyle
HorizontalAlign
=
"Left"
Width
=
"20%"
Wrap
=
"False"
/>
<
ItemStyle
CssClass
=
"RadGridRow"
Height
=
"100%"
Wrap
=
"false"
HorizontalAlign
=
"left"
/>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
UniqueName
=
"Groups"
DataField
=
"Groups"
SortExpression
=
"Groups"
HeaderText
=
"Group Name"
>
<
HeaderStyle
HorizontalAlign
=
"Left"
Width
=
"20%"
Wrap
=
"False"
/>
<
ItemStyle
CssClass
=
"RadGridRow"
Height
=
"100%"
Wrap
=
"false"
HorizontalAlign
=
"left"
/>
</
telerik:GridBoundColumn
>
<
telerik:GridBoundColumn
UniqueName
=
"Modified"
DataField
=
"Modified"
SortExpression
=
"Modified"
HeaderText
=
"LastModifiedBy"
>
<
HeaderStyle
HorizontalAlign
=
"Left"
Width
=
"10%"
Wrap
=
"False"
/>
<
ItemStyle
CssClass
=
"RadGridRow"
Height
=
"100%"
Wrap
=
"false"
HorizontalAlign
=
"left"
/>
</
telerik:GridBoundColumn
>
</
Columns
>
</
MasterTableView
>
</
telerik:RadGrid
>
</
div
>
</
td
>
</
tr
>
</
table
>
Also note that I could not change the pager mode as well. The pager itself is not properly visible in the browser window.
Let me know if anything specific needs to be set in Skin CSS.
Regards,
Ripunjay