Browse By Tags

  • ignite-ui-angular/angular/components/grid/search

    I am having a problem with the search engine. It is not highlighting the columns that ng-template. I need to use ng-template to use the let-cell to manipulate the information and style.

            <igx-column *ngIf="row.datatype === 'capitalized…
  • Facing issue while using search box in IgrDataGrid.

    Hi

    I want a small clarification on one of the use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    I have used IgrDataGrid, in that when I try to search in the filter search box,…

  • Searching in IgrDataGrid

    Hi

    I want a small clarification on one of the functionality related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).  

    Is there any way to implement searching in IgrDataGrid just like IgxDataGrid…

  • React Spreadsheet: Searching and highlighting search text capabilities in spreadsheet Viewer

    Hi All,

    I am looking out for a way to implement search text capabilities' under igniteUI react spreadsheets. 

    Also highlighting the matched text after the search. 

    Kindly let me know if there something already implemented and available .

    Thanks

    Kav…

  • Igx grid custom search functionality

    I have below igx grid and side panel has various search/cascading dropdowns.

    Upon entering value in search box I want the grid to show related rows. And then after selecting dropdown values tha grid should refresh with related data.

    Please provide some…

  • Search bar feature in filter UI

    Hi, 

    Is there a way to integrate search bar feature in filter popup like excel. 

  • Search igHierarchicalGrid by text on all levels and columns.

    Hi, 

    I'm new to Infragistics and I am trying to implement a search by text on a HierarchicalGrid. I am using an XML as the table Datasource. This what i have done so far.

    <!DOCTYPE html>
    <html>
    <head>
    <script src="https://igniteui.com/js/modernizr…

  • igx-combo when filterable option is false it removes filter input too

    When I use igx-combo component filter search input feature is good and works but I want to fill data from Rest API unfortunately filter feature brokes me.

    Example Case : After I type  "coca cola york" .. My API find familiar results about it like…

  • If a column has a igxCell template, it don't highlight the words when searching

    If I use a ng-template for a column and i'm using 

    Grid Searching

    the words on the column with template is not higtlighting.

    There is a way to see the highlighting on columns with template?

  • Search a text in UltraTree

    Hi,

    I'm trying to implement a feature that allows the user to search a specified text through my UltraTree nodes.

    Is there a simple way to do that or I just have to loop my nodes?

    Thanks!

    Stefano

  • need examples for custom search functionality not filtering option with hierarchical grid using angular

    Example custom search with hierarchical grid 

  • xamcomboeditor: Filter search text

    Hi ,

    I am using xamcomboeditor to show some items. I have made the xamcomboeditor editable and user can enter some text to search.

    When the user type some text, it stays in the xamcomboeditor. By which property can I get that text of xamcomboeditor?

    Regards…

  • One Place to Find Everything: SharePlus Enterprise Brings Together the Business Content You Need

    Enterprises are swimming in more content than ever before, in the form of documents, customer records, workflows, images, and much more. But, paradoxically, adding more content doesn’t automatically mean adding more value.

    Content is only valuable…

  • One App to Manage: Easily Set Up, Protect, and Maintain Custom Mobile Workspaces with SharePlus Enterprise

    More and more, business employees expect the same convenient and reliable mobile experience from their enterprise systems that they get from popular consumer apps and services. This can mean an added burden for enterprise IT teams — but it doesn’t have…

  • Creating Windows Phone Applications with Infragistics XamList

    I explained why I think list controls are THE grids for mobile phones when introducing the jQuery Mobile version. I believe most would agree they really aim to achieve pretty much the same functionality but within the limited space of a small screen and…

  • Customizing the XAML Syntax Editor

    Customizing the XAML Syntax Editor.The XAML Syntax Editor is pretty awesome control – I mean being able to create your own code editor is one and then just customize language and coloring and… add the fact that you can split the view and be on at line 50 and 500 at the same time and making…

  • How to get started with the XAML Syntax Editor

    XAML Syntax Editor - How to get startedThe XamSyntaxEditor is one of the recent additions to the Infragistics toolset. It made an odd voyage from being announced as a CTP not  with a release, but with a service release a bit over two months ago. And now it is on route to a XAML project near…

  • Searching in Infragistics jQuery Hierarchical Grid

    This article will show you how to load the IG jQuery hierarchical grid with data and enable you to search it from a small external form. It will also show you how to expand the rows that match your search results.

    Creating the Hieararchical Grid and…

  • search for a spacifice value in grid ?

    Hi all  ; 

    sorry if this  question  already  answerd  but i can't find  it  . 

    my case is like this  :

    I  have a grid  and  have multipe  data  and  the columens creatd  at  run time  and it  have  a key column  called TikID  , a multiple changes  happend  withn   a 

  • Ultragrid auto scroll based on the alphabet type user

    Hi Team,

    I have one ultagrid bind with some user related information and whole grid is readonly. and first column is username. my requirement is something like that when user press any key grid should scroll down to username start with that letter. for…

  • Searching a column in ultragrid

    I am trying to search the UltraGrid based on some text. I created a AfterSortChange event for my

    Ultragrid and I am grabbing the column in the event handler like this

                columnToSearchBy  =  myGrid.DisplayLayout.Bands[0].SortedColumns[0];

     

    If the user…

  • "Type and go" to row in UltraWinGrid

    Hello all,

            I have a UltraWinGrid with multiple columns containing text.

            I want to repozition the row selection by typing: for example I start typing "first" and I would want the grid to position initialially on a row starting with "f" then…

  • Re: Find row and set the row as selected

    I am trying to find the row, its works, but i am unable to select the row or make it active, it moves to the next cell

    here is the sample code

    Dim CheckValue As String
    For i As Integer = 0 To
    (grdInvoice.Rows.Count) - 2
    CheckValue = grdInvoice.Rows(i)…

  • Passing the sort, search control to the datasource

    The datasource we are using has around 50K records. We want to implement virtual paging so at time only 50 records are bound to the grid.

    We would need to control search and sort functionality of the grid to make sure the virtual page contains the 50…

  • Load On Demand behaviour with 'All data dependent features'

    Can someone please explain how the grid behaves in the following scenarios when the grid is loaded on demand using Virtual mode.

    1. When text needs to be searched from the grid.

    2. Sorting

    3. Filtering

    Shall we have to do something ourselves OR grid…