This is a migrated thread and some comments may be shown as answers.

Radgrid 2 Rows Filters

1 Answer 27 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 17 Nov 2014, 08:14 PM
Hi guys,

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!

1 Answer, 1 is accepted

Sort by
0
Kostadin
Telerik team
answered on 20 Nov 2014, 01:30 PM
Hi Daniel,

I am afraid that adding a second filter item is not possible. Nevertheless if you need to add a drop down filtering you can check out the following live example which demonstrates that.

Regards,
Kostadin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Daniel
Top achievements
Rank 1
Answers by
Kostadin
Telerik team
Share this question
or