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

RadGrid Filter issue

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 09 Sep 2008, 02:01 PM
I need to use filtering in my grids, but it doesn't seem to be working.  When I click the filter button, all the filter options appear as a bullet list in the wrong spot.  So I click the filter button on a column on the right (or middle) the menu thats supposed to appear, shows as a bullet list on the left.  If I click the same filter button again, the filter options list now shows by the filter button I just clicked a second time but is still a bullet list which is non clickable.  I might also mention that the list that appears shows all options, meaning the VarByDataType isn't working either, and it appears to be behind the grid.

any ideas?

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 12 Sep 2008, 04:52 AM
Hello Tim,

Are you switching the RadGrid's visibility in any way? If this is the case you may try setting FilterMenu's EnableAjaxSkinRendering to true inside page's load event: Similar to this:

    protected void Page_Load(object sender, EventArgs e)  
    {  
        RadGrid1.FilterMenu.EnableAjaxSkinRendering = true;  
    } 


Best wishes,
Rosen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Tim
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or