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

Disable autopostback to FilterIcon and filter by multiple columns

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Naunton
Top achievements
Rank 1
Naunton asked on 06 Jan 2011, 04:50 AM
Hi All,

I want to filter with multiple columns at once when click on comment button.

The program work fine if I'm not choice function on filter icon and just type in filtercontrols on columns then click comment button("Search").

The problem is when I choice filter function at one column it automatically postback and do searching, it's mean search one by one column.

1. The question is can I disable autopost to filtericon?
2. If can do disable, How to read filterfunction(that I have choose from every column) when I click on commentbutton to search?

Thanks and best regards.

1 Answer, 1 is accepted

Sort by
0
Naunton
Top achievements
Rank 1
answered on 06 Jan 2011, 06:41 AM
Now I already got , how to read filter function.

For Each column As GridColumn In RadGrid1.MasterTableView.Columns
    Dim filterfunction As String = column.CurrentFilterFunction.ToString
Next

I want to set autopostback=false to Filtericon, cannot find at properties.
How can I, please?
Tags
Grid
Asked by
Naunton
Top achievements
Rank 1
Answers by
Naunton
Top achievements
Rank 1
Share this question
or