Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
InvalidOperationException in Rowfilters in Ultrawingrid
posted

I am using Infragistics v19.2 and facing an InvalidOperationException on using RowFilter in ultrawingrid.

The exception occurs on click of filter icon. The error reads:

System.InvalidOperationException: Failed to compare two elements in the array. ---> System.ArgumentException: Object must be of type DateTime.

The column on which it throws error contains mixed data (string and datetime).

I am attaching a sample .net code and Excel file to use for your convenience to easily reproduce the issue.

Parents
  • 90
    Offline posted

    7585.RowfilterFileID.xlsx

    It does not allow to upload files having size greater than 1 MB; so I could not upload the code. But I am attaching the excel file which contains the data to load in grid and then simply click on filter icon on ID column to reproduce the issue.

Reply Children
No Data