Hello,
I still have a few problems with the grid:
- the
- the
I still have a few problems with the grid:
- the
GridBoundColumn
s column are display, but the only contain blank values while they should not.
- the
GridButtonColumn
is not showing at all.<
telerik:RadGrid
ID
=
"OrderDetail_RadGrid"
runat
=
"server"
AllowFilteringByColumn
=
"True"
AllowSorting
=
"True"
CellSpacing
=
"0"
GridLines
=
"None"
AutoGenerateColumns
=
"False"
DataSourceID
=
"TemporaryOnlineOrdersLines_SqlDataSource"
>
<
ClientSettings
AllowColumnsReorder
=
"True"
>
<
Scrolling
AllowScroll
=
"True"
UseStaticHeaders
=
"True"
/>
</
ClientSettings
>
<
MasterTableView
AllowFilteringByColumn
=
"True"
AllowSorting
=
"True"
DataSourceID
=
"TemporaryOnlineOrdersLines_SqlDataSource"
>
<
CommandItemSettings
ExportToPdfText
=
"Export to PDF"
/>
<
RowIndicatorColumn
Visible
=
"True"
FilterControlAltText
=
"Filter RowIndicator column"
>
<
HeaderStyle
Width
=
"20px"
/>
</
RowIndicatorColumn
>
<
ExpandCollapseColumn
Visible
=
"True"
FilterControlAltText
=
"Filter ExpandColumn column"
>
<
HeaderStyle
Width
=
"20px"
/>
</
ExpandCollapseColumn
>
<
Columns
>
<
telerik:GridBoundColumn
DataField
=
"p_Name"
FilterControlAltText
=
"Product"
UniqueName
=
"Product"
HeaderText
=
"Product"
/>
<%--<
telerik:GridBoundColumn
DataField
=
"p_Description"
FilterControlAltText
=
"Description"
UniqueName
=
"p_Description"
HeaderText
=
"Description"
/>--%>
<
telerik:GridNumericColumn
DataField
=
"tool_Quantity"
DecimalDigits
=
"2"
FilterControlAltText
=
"Quanity"
HeaderText
=
"Qantity"
/>
<
telerik:GridBoundColumn
DataField
=
"unit_Name"
FilterControlAltText
=
"Unit"
UniqueName
=
"unit_Name"
HeaderText
=
"Unit"
/>
<
telerik:GridButtonColumn
FilterControlAltText
=
"Filter column column"
UniqueName
=
"Remove"
/>
</
Columns
>
<
EditFormSettings
>
<
EditColumn
FilterControlAltText
=
"Filter EditCommandColumn column"
></
EditColumn
>
</
EditFormSettings
>
</
MasterTableView
>
<
FilterMenu
EnableImageSprites
=
"false"
/>
</
telerik:RadGrid
>