|
Browse by Tags
All Tags » [ultrawebgrid] » filtering ( RSS)
-
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.)
-
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"...
-
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...
-
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...
-
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...
Page 1 of 1 (5 items)
|
|