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

[Solved] Missing Filter menu options

3 Answers 188 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 25 Jan 2010, 09:50 AM
Hi,

I am using the RadGird control to display records. If try filtering the records using the column filters, I get only a handful of filtering options.

I am attaching a snapshot of the problem UI named "Problem UI.jpg" here and an UI working fine named "Proper UI.jpg".

NOTE:
- The problem UI is fetching about 1400 records, whereas the UI working fine is fetching around 20 records.

Any help or suggestions on the issue is highly appreciated.

Thanks

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Jan 2010, 10:56 AM
Hi,

Could you make sure that you have not set the datatype of the Firstname column explicitly for the problematic grid.You could also try setting the FilterListOptions="AllowAllFilters"  property .

Thanks,
Princy
0
Phani Musale
Top achievements
Rank 1
answered on 27 Jan 2010, 05:32 PM
Hi,

I have already done the first column option suggested by you. However nowhere could I find the FilterListOptions property, neither in the smart options nor in the properties pane. Can you let me know where it must be?

cheers
-Phani

0
Princy
Top achievements
Rank 2
answered on 28 Jan 2010, 07:21 AM
Hello Phani,

Have you tried setting this property directly in the aspx rather than using the Property editor? Here's an example of how you can add it directly:
aspx:
<telerik:GridBoundColumn FilterListOptions="AllowAllFilters" DataField="ProductName" HeaderText="Product Name" UniqueName="ProductName"
</telerik:GridBoundColumn> 

Thanks
Princy.
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Phani Musale
Top achievements
Rank 1
Share this question
or