Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » [ultrawebgrid] » filtering (RSS)
  • Bug & Enhancement WPF 2008 v1

    I have downloaded the WPF 2008 v1 and wonder why somethings were not addressed: 1. More than one group by, this is still a bug. 2. Why not add column filtering? This is one of the very basic features in a Windows Grid. (Telerik has it in there controls.)
    Posted to Forum by wadebeasley on 07-06-2008
  • Filter on ultrawebgrid 7.3 not working

    I have the following code: FilterCondition myConditions = new FilterCondition (); myConditions.CompareValue = objvalue; myConditions.ComparisonOperator = FilterComparisionOperator .Equals; ColumnFilter myFilter = grdFaults.Rows.ColumnFilters.Add(grdFaults.Bands[0].Columns.FromKey( "FaultNumber"...
    Posted to Forum by antonbijl on 06-06-2008
  • Re: Filter Frustration

    I have been having some of my own "filter fun" today and I would have to agree that it is complicated to get a simple use-case implemented. I understand the need, from a library perspective, to allow for many different cases (server side, client side) but unfortunately this is quite overwhelming...
    Posted to Forum by hipflexx on 05-30-2008
  • Filter Frustration

    It would seem that too many choices are just as bad as not enough. Getting the filtering in the WebGrid to work seems to be some arcane combination of property settings and event handling code but the array of choices is just bewildering. I've tried every combination I can think of, including following...
    Posted to Forum by scottfree on 03-26-2008
  • change ultrawebgrid header filter icon

    How do I change the filter icons in the UltraWebGrid? I have looked all over and tried different style properties, and have looked through the intellisense properties. I can't figure out how to use my own filter icon. It appears to be built into infragistics as a web resource. How do I override it...
    Posted to Forum by coolmanjh on 03-20-2008
Page 1 of 1 (5 items)
Powered by Community Server (Commercial Edition), by Telligent Systems