Hello,
I'm trying create grid without pager with vertical scroll.
Please see code below:
Attachment is a result of this code!!!
Any ideas?
Thanks a lot
I'm trying create grid without pager with vertical scroll.
Please see code below:
| <radG:RadGrid runat="server" ID="gvMultiUpload" |
| AutoGenerateColumns="false" |
| AllowMultiRowSelection="true" |
| Height="105px" |
| Width="364px"> |
| <MasterTableView Width="100%" TableLayout="Fixed"> |
| <Columns> |
| <radG:GridClientSelectColumn AutoPostBackOnFilter="false" HeaderStyle-Width="23px" /> |
| <radG:GridBoundColumn UniqueName="PalletSerialNumber" DataField="PalletSerialNumber" HeaderText="<%$ Resources:GridResource, PalletNum %>" /> |
| <radG:GridBoundColumn UniqueName="TagSerialNumber" DataField="TagSerialNumber" HeaderText="<%$ Resources:GridResource, SensorID %>" /> |
| <radG:GridTemplateColumn UniqueName="PalletLocation" HeaderText="<%$ Resources:Resource, lblPalletLocation %>"> |
| <itemstyle horizontalalign="Center" /> |
| <headerstyle horizontalalign="Center" /> |
| <itemtemplate> |
| <radI:RadNumericTextBox ID="txtPalletLocation" runat="server" Type="Number" Width="30px" |
| MinValue="1" MaxValue="26" |
| CssClass="smallTextBox" |
| ShowSpinButtons="true"> |
| <NumberFormat DecimalDigits="0" /> |
| </radI:RadNumericTextBox> |
| </itemtemplate> |
| </radG:GridTemplateColumn> |
| </Columns> |
| </MasterTableView> |
| <ClientSettings> |
| <Selecting AllowRowSelect="true" /> |
| <Scrolling AllowScroll="True" UseStaticHeaders="True" SaveScrollPosition="True" /> |
| </ClientSettings> |
| </radG:RadGrid> |
Attachment is a result of this code!!!
Any ideas?
Thanks a lot
