Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » filter (RSS)
  • Filter value (value entered by the user)

    I am using infragistic 8.1 ultra web grid, could you please help me getting the value of the filter condition applied in the columns along with the column names. I would be using this as the where clause for the update command in the page. For E.g.: first column “column1” has been applied with “value1...
    Posted to Forum by amitkamath1 on 08-19-2008
  • MultiBand grid filtering

    Hi, I'm attmepting to create two grids which show related data. The grids both have the same datasource, which is a DataSet with 2 related tables: Parent and Child, with a relation between them. I can correctly show all the Parent rows, with an expandable list underneath of the related children....
    Posted to Forum by stevosimpson on 08-06-2008
  • Wingrid - ColumnFilter - Not working second time.

    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...
    Posted to Forum by jaysparikh on 07-31-2008
  • Icon Column Filter DropDown style?

    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?
    Posted to Forum by emilyankov on 07-31-2008
  • Re: Multiple Filter Conditions on Single Column

    Hi , this way the code is working for me............. Prominent difference here is that I specified the OR LOGICAL OPERATOR for that particular column alone......maybe you can try this Sample Code: .ColumnFilters( "ColName" ).LogicalOperator = FilterLogicalOperator.Or .Columns( "ColName"...
    Posted to Forum by Arun Rajaraman on 07-17-2008
  • Re: How to write a custom filter Condition programatically

    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
    Posted to Forum by Arun Rajaraman on 07-11-2008
  • Unfiltered totals

    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?
    Posted to Forum by sbuscombe1 on 07-01-2008
  • Printing only the filtered Rows .:. WinGrid

    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
    Posted to Forum by Johnny_Driesen on 06-25-2008
  • Checkbox in Filter Options

    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
    Posted to Forum by VPatel03 on 06-16-2008
  • WinGrid Filter Problem

    Hi, I have observed that my WinGrid's filters have stopped working if there is a column of "Drop Down" type. Is this an expected behaviour. What is the workaround to have the filters working. I am using the following properties: this .DisplayLayout.Override.AllowRowFiltering = DefaultableBoolean...
    Posted to Forum by kartikm76 on 06-05-2008
Page 1 of 3 (29 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems