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

Edit Filters - index out of range

1 Answer 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
alicja
Top achievements
Rank 1
alicja asked on 15 Nov 2010, 04:00 PM
Hi,

I downloaded the trial version of the Reporting module. I try to change one of the report examples -  Report Catalog.cs. This example has already one filter condtion set:

=Fields.IsVisible = =True.

I try to add additional filter and this time I want to use "like" operator as shown below:

And =Fields.Description Like ...

After choosing operator "like" and trying to move to Value column I get an error: "System.ArgumentOutOfRangeException: Index was out of range."

How can I add a "like" condition to filter selection?

I use the following OS:
  • XP SP3.
  • Regional and language settings: pl-PL.
  • Telerik Reporting version: Telerik_Reporting_Q3_2010_v4_2_10_1110_trial. 
  • Alicja

    1 Answer, 1 is accepted

    Sort by
    0
    Steve
    Telerik team
    answered on 17 Nov 2010, 02:29 PM
    Hi Alicja,

    Unfortunately this is a known issue that slipped into the Q3 release. We've logged it in our bug tracking system and it would be addressed for the next internal build/service pack. For the time being you can set the desired filter through the editor without changing the default Operator. After that just go into the InitializeComponent() method and change the Telerik.Reporting.Data.FilterOperator.Equal to Telerik.Reporting.Data.FilterOperator.Like.

    Sorry for the temporary inconvenience.

    All the best,
    Steve
    the Telerik team
    See What's New in Telerik Reporting in Q3 2010 on Wednesday, November 17, 11am Eastern Time: Register here>>
    Tags
    General Discussions
    Asked by
    alicja
    Top achievements
    Rank 1
    Answers by
    Steve
    Telerik team
    Share this question
    or