Browse By Tags

  • 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…

  • Issue with UltraWebGrid filters on date time column in en-GB culture i.e. date format DD/MM/YYYY

    Normal 0 false false false EN-IN X-NONE X-NONE …

  • Updating Filter Icon

    Hi,

     I'm using the FilterApplying event to manually filter my data on the server-side. However, the filter icon in the header is not updating to show that a filter has been applied to that column.  Is there a way to programatically update the filtered…

  • Ultrawebgrid Filter on Checkbox Column

    Hi,  I have a grid with all text columns but one.  I have filtering enabled and it works for all of the text columns, but it does not work for the checkbox column.  The checkbox column is of type boolean.  How can I get the checkbox column filter to work…

  • WebGrid rows disappear after choosing filter

    When I apply a filter on my grid, all of the rows disappear, including the items filtered in.  If I then click on the header to sort it, the filtered in rows show up.  It looks like something is happening after the filter is applied.

    I have tried several…

  • editing while row filter is set

    Can some one please help with on following issues. a) How can we edit /update a row cell while the row filter is enabled. my cell updates are working fine if no filter is applied when i apply filter its not working correctly. b) How can we dyanmically…

  • Text Filter Rules

    Is there a way to apply mutiple filters on a column in an ultra webgrid using the Infragistics.Web.UI.GridControls.TextFilterRules property?  For example, only show rows that have "COMPLETED" or "INVOICED" in a column.

  • Sort items in filter list

    Hi,

    I can't seem to figure out how to sort items that show up in the filter list when I click on the filter icon in the header row of a grid.

    I have a column that is DataType="System.Int32" and it sorts fine in the grid, but when I go to filter it…

  • 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…

  • Cannot update TextField in WebGrid.OnRowFilterApplied method

    Hi,

     I am trying to update a text field when the WebGrid.OnRowFilterApplied method is fired.  Here is a code snippet of what I am trying to do.

     

    On the client:

     <asp:TextBox ID="txtBox" runat="server" Width="80%" Height="56px" />…

  • Can't get filtered row count

    I'm using 2007v2 in a SharePoint app.  I have a grid with one band and and rows within it.  When I filter the rows it works but I'm trying to figure out a way to get the filtered row count.  It always seems to the entire row set. I don't know why…

  • filter dropdownlist items

    hello,

    how i can select which items will be disable in the filter dropdownlist of the grid.

    for example,

    i want to see only "iqual", "like" and "not like" items in the filter.

    it is possible??

     

  • Get Filtered rows

    hello,

    how i can get only the filtered rows of a webgrid?

  • cursor while the grid is filtering

    hello,

    i have a grid with a rowfilter.

    i want to change the cursor while the grid is filtering because it has more than 2000 rows and delays

    the filter is on client i use

    function UltraWebGrid1_BeforeRowFilterApplied(gridName, oColumn){
        document…

  • Multiple column filters are not working

    Hi Guys,

    I am using UltraWebGrid version 2008 Vol 1 CLR 3.5. I am not able filter the Grid data on multiple columns.

    For example. I have filtered the grid on first column. Grid is showing the filtered data perfectly. But when i open the filter drop…

  • UltraWebGrid - Excluding some Filter Options

    Hi,

    I am trying to add data filter to UltraWebGrid. I added FilterRow from using the design, which gives a lot of filtering options(equals, not equals, less than, greater than... etc)

    While this is great, I just want few filters on the data(like, contains…

  • What is the Best Way to Handle Filtering and Sorting Without ViewState

    I want to disable ViewState because it greatly reduces page size as we have a lot of data being returned.  However, that prevents my the server side event handlers for OnRowFilterApplied and OnSortColumn from firing.  I handle paging, filtering, sorting…

  • Client Side filter not wroking

    Hi,

    I have a standard webgrid  I have enabled AJAX and Client side filtering option. when I run the application it did the job of filtering fine. later I made some changes in the grid like changeing some properties added some new Template columns, now…

  • Upgraded from 7.2 to 8.3 and Filter on Custom Column doesn't work.

    I have a grid with a FilterRow.  This grid has an unbound column whose value I set its  in the InitializeRow event.  My filtering happens server side via the RowFilterApplying event.  I get the column, operator, and compareValue and populate a List<BusinessObject…

  • Filtering a Templated Column

    I'm trying to filter a TemplatedColumn on the server and I'm running into a problem.  The CompareValue on the FilterCondition is returning the class name (i.e. "MyNamespace.MyClassName") instead of the actual value (i.e. an instance of MyNamespace…

  • Filter UltraWebgrid client-side with no AJAX or Postback

    I have been searching for a way to filter my web grids and combos using javascript and not doing a postback or using AJAX to hit the server again.  I was not able to find anything.  My goal was to filter a grid based on the value chosen in a combo box.…

  • In choose filter dont fire any event

    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…

  • How can I clear all the UltraWebGrid Row Filters programmatically?

     Hello,

    I try to find any way to clear UltraWebGrid filters programmatically.

    I have an external form witch prepare conditions for my Web grid data source object.

    Then I updating data source I should reset all filters, but the previous selected…

  • 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.
  • 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 what is causing the issue or how to fix this?