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

Problem with filter in Q3 2008 version?

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Maria
Top achievements
Rank 1
Maria asked on 07 May 2009, 06:10 AM
Hello,

I have a RadGrid on my page.
The databinding to the grid is dynamic: the dataset that we bind is dynamic and the columns change every time.
When I allow the filtering, the filter is working only for the string typed columns.
For date/number columns, I am getting the exception:
Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
I saw threads about this issue but didn't understand if there is a solution or it's just a known bug.
This feature of the Rad Grid was one of the reasons for buying the controls, so I hope we will see it working.

Here is the declaration of my grid:
<telerik:RadGrid ID="gridReviews" runat="server" Skin="WebBlue"
            AllowFilteringByColumn="True" AllowSorting="True">
            <HeaderContextMenu>
            <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
            </HeaderContextMenu>

            <MasterTableView>
            <RowIndicatorColumn>
            <HeaderStyle Width="20px"></HeaderStyle>
            </RowIndicatorColumn>

            <ExpandCollapseColumn>
            <HeaderStyle Width="20px"></HeaderStyle>
            </ExpandCollapseColumn>
            </MasterTableView>

            <ClientSettings AllowColumnHide="True" AllowColumnsReorder="True">
                <Scrolling AllowScroll="True" ScrollHeight="600px" UseStaticHeaders="True" />
                <Resizing AllowColumnResize="True" />
            </ClientSettings>

            <FilterMenu>
            <CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>
            </FilterMenu>
        </telerik:RadGrid>



1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 11 May 2009, 02:31 PM
Hello Maria,

Can you please verify that you are using the latest version 2009.1.402 of RadControls for ASP.NET AJAX in your project? This issue has been reported before and should be addressed in the latest release of the suite. Upgrade instructions are available here.

Additionally, in case you will migrate from the Q3 2008 release to the new one, please have in mind the skinning changes made for Q1 2009 listed in this documentation topic.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Maria
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or