|
Browse by Tags
All Tags » filter ( RSS)
-
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...
-
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....
-
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?
-
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"...
-
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 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
-
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...
|
|