Hi guys,
I wonder if this following is possible.
Currently, I have
(picture 1).
and code:
Is it possible to add another row of filters (dropdown)?
The datasource is user created sql query so I don't know in advance.
Thank you!
I wonder if this following is possible.
Currently, I have
(picture 1).
and code:
<
telerik:RadGrid
ID
=
"rgQueryResult"
runat
=
"server"
AutoGenerateColumns
=
"true"
AllowFilteringByColumn
=
"true"
OnNeedDataSource
=
"QueryResult_NeedDataSource"
AllowSorting
=
"true"
AllowPaging
=
"true"
EnableLinqExpressions
=
"true"
OnItemCommand
=
"QueryResult_ItemCommand"
OnItemCreated
=
"QueryResult_ItemCreated"
>
<
ExportSettings
ExportOnlyData
=
"true"
>
</
ExportSettings
>
<
MasterTableView
CommandItemDisplay
=
"Top"
>
<
CommandItemSettings
ShowAddNewRecordButton
=
"false"
ShowExportToCsvButton
=
"false"
ShowRefreshButton
=
"false"
ShowExportToExcelButton
=
"false"
/>
</
MasterTableView
>
<
ClientSettings
AllowColumnsReorder
=
"true"
>
<
Scrolling
AllowScroll
=
"true"
></
Scrolling
>
</
ClientSettings
>
</
telerik:RadGrid
>
Is it possible to add another row of filters (dropdown)?
The datasource is user created sql query so I don't know in advance.
Thank you!