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
115
xamgantt filter issue of date column
posted

Hello

     I have used xamgantt filter in my application . I have the another issue about xamgantt filter,I have implemented excel like filter in xamgantt but in that while i click filter button of  date column,the filter window open with list of "g" letter so that i can not filter this date column,actually this column datatype is nullable datetime and datetime column filter in xamgrid.Another same issue come in decimal column,in that filter window panel show the list of "d" alphabet letters.In this all situation,filter is working but filter window data not display correctly . I have attached the screen shot of this two issue for your reference and understand my issue.

I have use the following code to filter xamgantt in  WPF.

private void XamGantt_Loaded(object sender, RoutedEventArgs e)
{
   XamGantt gantt = sender as XamGantt;
   ProjectTableGrid grid = Utilities.GetDescendantFromType(gantt, typeof(ProjectTableGrid), false) as ProjectTableGrid;
   grid.FilteringSettings.AllowFiltering = Infragistics.Controls.Grids.FilterUIType.FilterMenu;

}


Thanks and regard,
Ganesh madane

XamganttFilterIssue.zip
  • 90
    Offline posted

    Hello Team,

    I m using XamGantt. I have applied filter on XamGantt by using a hack of ProjectTableGrid .

    But right now I want to know when click of any column filter popup is opened.  Can I come to know the click of clear filter  or clcik of ok.

    Means when the filter popup is open and click on ok button I want to know that I have clicked the ok button of filter popup.

    And when I click on clear filter button I want to know that I have clicked on clear filter Icon.

    Depends on that Condition I m going to add some logic.

    So Could you please help me out.  

    Thanks In Advance,

    Amal

  • 34810
    Offline posted

    Hello ganesh,

    It appears that this forum thread is referencing the same issue that we are discussing in a private support case - CAS-172215-X3C0C0. As this issue is a duplicate to the issues discussed in that support case, I will continue assisting you through the case, and will mark this forum thread resolved.

    Please let me know if you have any other questions or concerns on this matter.

    Sincerely,
    Andrew
    Associate Developer
    Infragistics Inc.
    www.infragistics.com/support