Hello
We are using "out of the box" RadGrids with no special formattings other than Skin
Screenshot of our RadGrid page buttons
Is this the normal appearance of RadGrid buttons? Do we have to do some custom formatting to make them look "normal" (not split and not so wide) ?
This is how our RadGrid is defined in the aspx file:
Thanks
We are using "out of the box" RadGrids with no special formattings other than Skin
=
"Sunset"
. Our RadGrid page buttons are somehow split in the middle what makes them too wide and strange looking:Screenshot of our RadGrid page buttons
Is this the normal appearance of RadGrid buttons? Do we have to do some custom formatting to make them look "normal" (not split and not so wide) ?
This is how our RadGrid is defined in the aspx file:
<
telerik:RadGrid
ID
=
"RadGridApplicationLogs"
runat
=
"server"
AllowFilteringByColumn
=
"True"
AllowPaging
=
"True"
AllowSorting
=
"True"
GridLines
=
"None"
DataSourceID
=
"ObjectDataSourceApplicationLogs"
ShowGroupPanel
=
"False"
Skin
=
"Sunset"
>
<
MasterTableView
AutoGenerateColumns
=
"False"
DataKeyNames
=
"ApplicationLogID"
CommandItemDisplay
=
"Bottom"
>
<
Columns
>
...
</
Columns
>
</
MasterTableView
>
<
ClientSettings
AllowDragToGroup
=
"False"
EnablePostBackOnRowClick
=
"true"
>
<
Scrolling
AllowScroll
=
"True"
UseStaticHeaders
=
"True"
ScrollHeight
=
"300px"
/>
<
Selecting
AllowRowSelect
=
"True"
/>
<
Resizing
AllowRowResize
=
"False"
EnableRealTimeResize
=
"False"
ResizeGridOnColumnResize
=
"True"
AllowColumnResize
=
"True"
></
Resizing
>
</
ClientSettings
>
</
telerik:RadGrid
>
Thanks