|
Browse by Tags
All Tags » filter » filtering ( RSS)
-
Hi dud, thx for the post. I will try updated my code using ur solution, but its is not a main problem. -- Example When I select a filter option, write a text in filter box and press [Enter] the AfterRowFilterApplied event is fired and footer counter is updated, but if I just change the filter option...
-
Hi, In my aplication I use the UltraWebGrid component and have a filter of the RowFilter type. I'm doing a counter of the finded items and display in footer of the grid, using AfterRowFilterApplied event, I do the code bellow: function gv_AfterRowFilterApplied(gridName, column){ var oGrid = igtbl_getGridById...
-
I am adding columnFilter for the Grid like : grdAccountMaintenance.DisplayLayout.Bands[0].ColumnFilters[ColumnName].FilterConditions.Add( new Infragistics.Win.UltraWinGrid.FilterCondition( grdAccountMaintenance.DisplayLayout.Bands[0].Columns[ColumnName], Infragistics.Win.UltraWinGrid.FilterComparisionOperator...
-
I have an Icon filter on a column but the DropDown rows are too big compared to the text inside! Any idea wh at is causing the issue or how to fix this?
-
Thanks a lot Mike..................... I have been trying this for a while......... I have worked around another solution of creating a Regular Expression using my inputs and match .......... gr8 and hats off to you Mike ,.,.,.,.,. regards, Arun
-
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 need to add a total to a column which is not affected by filters. Something similar to an invoice which has a total at the bottom and when you filter the rows the total still shows the sum of all of the rows. Can this be done?
-
Hi colleagues, I'm having a grid with 1000 lines of data. I'm applying a filter, so only 17 lines remain Is there a possibility to print only the filtered rows in a Wingrid (in my case ... the 17 lines ...) Thanks in advance for your help ! Kind regards, Johnny Driesen Belgium
-
I am trying to build a Pivot Table type Filter options, trying to provide feature of showing checkbox against each filter option. How can I achieve this using WebGrid and allow user to filter based on more than one values in a column. Regards, VPatel
-
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...
|
|