Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
30 views

I'm using Infragistics igGrid to display a grid with filters along the top of the grid. My html looks like this: <div style="padding:15px" class="panel-body divBody"> ...
Jonathan Small's user avatar
0 votes
1 answer
28 views

We use Infragistics35, Version=11.1. Until yesterday it worked fine. But today, all grids in the site appear totally empty. The columns in the grid perfectly match and datasource binding is fine. I ...
Rose Navas's user avatar
-1 votes
1 answer
46 views

currently im using infragistics/igniteui-angular v16.1.29 im having trouble to increase the font size of the label. I also couldnt find any property to increase the label size. if you see in the ...
fatin amirah's user avatar
1 vote
0 answers
86 views

I have a code like this. <igDP:Field Column="5" Row="2" Label="01" Name="A1" AllowEdit="True" Width="100" ...
Ho Yin Lin's user avatar
1 vote
1 answer
75 views

I'm using a dll named "Infragistics4.Documents.Excel.v15.1.dll" which was downloaded with Nuget. EDIT: The Nuget package manager in Visual Studio shows "Infragistics.Web.Documents.Excel&...
Daniel Jackson's user avatar
1 vote
1 answer
446 views

I am trying to deploy a Static Web App from GitHub to Azure using the Azure/static-web-apps-deploy@v1 action. However, the deployment fails when I attempt to use a licensed npm package. The action ...
Mani Subrahmanyam's user avatar
1 vote
1 answer
285 views

Igx-grid allowFiltering option, I want to display filter date list according to current date on top. here is link - https://stackblitz.com/edit/ivs7wc?file=src%2Fapp%2Fgrid%2Fgrid-excel-style-...
sanjeet kumar's user avatar
0 votes
0 answers
75 views

I am trying to enter a large value i.e. 999999999999999.99 value in a UltraWinGrid cell which is supposed to hold an amount value. Dim UltraGridColumn1 AS Infragistics.Win.UltraWinGrid.UltraWinColumn =...
Sonali bhosale's user avatar
0 votes
1 answer
225 views

has anyone successfully integrated a PrimeNG template into a different framework? I’m working on a large project build with Infragistics, and I’m looking to integrate the PrimeNG Apollo template. ...
ItsRocketMan's user avatar
0 votes
2 answers
86 views

I follow https://www.infragistics.com/products/ignite-ui-react/react/components/general-getting-started npx create-react-app MyAppName --typescript npm install --save igniteui-react npm install --...
Vy Do's user avatar
  • 1
0 votes
1 answer
38 views

I'm trying to use the code to load the igcselect event listener in the constructor, however when I run it, the components of the page all disappear, the code is as follows,, and I'm not sure what's ...
陈哲珂's user avatar
-1 votes
1 answer
87 views

In Visual Studio using Infragistics, C#, and WinForms, how to close the tab when the user clicks anywhere in the form? I have multiple forms opened on the same page at the same time. A particular Tab (...
Divya Muruganantham's user avatar
0 votes
1 answer
105 views

When a page is opened, it opens multiple tabs. I am trying to figure out how to change the ultraTab1 color to Red based on a condition? What should be the event trigger? The event should automatically ...
Divya Muruganantham's user avatar
1 vote
1 answer
152 views

The tab color is not changing on click of the selected tab. But it is changing when I select another tab. Let's say there are two tabs A and B. On click of Tab A, it is not changing. But when I click ...
Divya Muruganantham's user avatar
1 vote
0 answers
54 views

I want some clarification on the IgrDataGrid Currently we are using this version of Infragistics. "igniteui-react": "18.4.0", "igniteui-react-charts": "18.4.0"...
Shubham Patil's user avatar
0 votes
0 answers
62 views

I have a XamRichTextEditor control that displays a potentially long text. I can place the caret to an arbitrary position and I can set any custom selection (from Start to End). All works fine. But ...
marc wellman's user avatar
  • 5,916
0 votes
1 answer
125 views

I am using Infragistics radio button for my application and recently we have migrated angular from 11 to 17. I am facing one strange issue. Radio button change event is not triggering for first time (...
Vignesh Kumar A's user avatar
0 votes
1 answer
228 views

I am having a Infragistics XamComboEditor which needs its values to be sorted according to Excel's ascending sorting logic. It is bound to an ObservableDictionary<int, string> with ...
Dox's user avatar
  • 1
0 votes
1 answer
98 views

This is a fragment of my WebDataGrid: <ig:WebDataGrid ID="WebDataGrid1" runat="server" > <Columns> <ig:UnboundCheckBoxField Key="SelectedId" &...
Sammybar's user avatar
0 votes
0 answers
61 views

I have some controls bound to a Windows.Forms.BindingSource. The bound data is a class which communicates with a database and implements the INotifyPropertyChanged-interface. I implemented it like ...
Me3nTaL's user avatar
  • 505
1 vote
1 answer
156 views

I'm trying to resize an IgbDialog in blazor(server side) using Ignite UI components. Unfortunately, I could not resize the element adding width and height to the default component. I apologize for my ...
thedarkknight's user avatar
0 votes
1 answer
114 views

I have tabs that are 90% made from library Infragistics and it's documents which are locked, so they are read-only. I use C# and XAML for WPF Application and I want to add ToolTip as a message every ...
Aleksandar Mijatović's user avatar
0 votes
1 answer
190 views

In a support post from Infragistics they write that by manually defining columns in the UltraGrid editor there will be no "auto create columns" made but that's not true. I can see my few ...
IngoB's user avatar
  • 3,039
0 votes
1 answer
71 views

Currently, my application has the following infragistics language files loaded. infragistics-bg.js infragistics-de.js infragistics-es.js infragistics-fr.js infragistics-ja.js infragistics-ru.js Based ...
CJay's user avatar
  • 1
0 votes
1 answer
205 views

If we click on a field in the XamDataGrid UI control, the records are sorted by that field, I want the order of the records' indices after sorting. Let grid1 be an instance of XamDataGrid bidden to a ...
Pratham Nagpure's user avatar
0 votes
1 answer
392 views

I have an UltraCombo box that I need to populate with data from a database query. Unfortunately, the data will not display no matter what I do. The UltraCombo is blank every single time the form loads....
Ethan Malloy's user avatar
0 votes
0 answers
167 views

I have an application in which I am using an ultragrid whenever I am trying to write "8431", the application is getting an unhandled exception "A generic error occurred in GDI+." ...
DISHA MURALI's user avatar
0 votes
0 answers
212 views

I have 3 XamDataGrids each with a different source, I want the different grids to act together so if the first grid is selected and the right arrow is pressed, the first grid should be deselected and ...
user8114848's user avatar
0 votes
0 answers
65 views

I have a very simple XamDataGrid with test data that doesn't want to navigate with the arrow keys. XAML: <dataPresenter:XamDataGrid x:Name="testGrid" Grid.Row="1" Grid.Column=&...
user8114848's user avatar
0 votes
1 answer
55 views

Does anyone know how to remove the black borders on this Composite Chart (Infragistics Winforms 2018.1)? I tried everything and nothing works: this.Curva.Border.Color = Color.Transparent; this.Curva....
Marco Antonio's user avatar
2 votes
2 answers
439 views

I am new to Next js and currently I'm trying to use igr data grid in my application. When I am trying to use igr data grid in react but I'm getting error "ReferenceError: HTMLElement is not ...
Avanish Srivastava's user avatar
0 votes
1 answer
123 views

I have a WPF project with an XamDatagrid that utilizes clipboard operations. I am currently allowing a user to paste a decimal into the grid, but when the user pastes in a decimal with a comma - ...
Some Guy's user avatar
0 votes
0 answers
56 views

i have a project with winform and VB.net. i got there 2 UltraGrids (infragistics) that each one has its own data source. its working great but i need to do some changes. how can i combine a field to ...
liraz shitrit's user avatar
0 votes
1 answer
429 views

This is one of the strangest issue I have encountered. There is a .net assembly, which is exposed to COM. If you register it with regasm /codebase my.dll - it is sucessfully registered, and can be ...
Zoli's user avatar
  • 941
0 votes
1 answer
170 views

I'm working on a react project where I want to design a grid like this(image shown below) with some functionalities like sorting, filtering, column chooser etc. I have tried it with the help of ...
Avanish's user avatar
  • 53
1 vote
1 answer
409 views

I have created more than 5 GRID for which there are a few column that are empty/zero. These are numbered as example 1,2,3... I have already implemented that I can select and deselect single cells for ...
craverealize's user avatar
0 votes
1 answer
89 views

I need to get rid of the "Click to add event" button that's showing up after a second when hovering over a day in infragistics' XamMonthCalendar control. I found just nothing than broken ...
IngoB's user avatar
  • 3,039
0 votes
1 answer
271 views

I have a property that is a double and when that property gets displayed on the grid, it defaults to having a dollar sign. How do I remove the dollar sign? I have: The igWpf Field is where I am having ...
Some Guy's user avatar
0 votes
3 answers
1k views

it is possible in ORACLE SQL, for each day between 2 dates, to get an "own select" with the respective date. SELECT TO_CHAR('01.09.2022') AS DATE1 , TO_CHAR('02.09.2022') AS DATE2 ,...
craverealize's user avatar
0 votes
1 answer
206 views

I have 3 columns datatable; I want to show values of INST_ID and Legends on my chart. My problem is, INST_ID can be vary. It may have 5 different INST_IDs. How can I show all series belongs to INST_ID ...
agubugu's user avatar
  • 37
0 votes
2 answers
588 views

I have taken this as an example: Hierachical grid So I am trying to insert whole html snippet dynamically but struggling. Inserting right into DOM doesn't seem to work. innerHTML property also does ...
Kęstutis Ramulionis's user avatar
0 votes
1 answer
704 views

I have a very simple test App with an Infragistics UltraGrid which I have populated with some currency values. UltraDataSource dataSource = new UltraDataSource(); dataSource.Band.Columns.Add("...
user1169502's user avatar
0 votes
0 answers
50 views

I have a Infragistics webdatagrid on one of the web pages I am working. It shows like a table and when we click on any of the cell, it will become like an input box. I am trying to enter a value into ...
Subbu's user avatar
  • 227
1 vote
1 answer
237 views

Would like to know if I am the error or I have encountered a bug. I have a grid with parents and children. I have made buttons to move the nodes from top to bottom and back. This works, but the first ...
craverealize's user avatar
-1 votes
1 answer
182 views

I have a XamDataGrid in my MainWindow which has a Public Shared List(Of Artikelstammdaten) as DataSource. After opening a few other forms I want to add more data to the XamDataGrid with a button click....
user17151986's user avatar
0 votes
0 answers
120 views

I have the following code where I am attempting to count the rows under each grouping/band in a DataTable. This is currently counting ALL rows in the specified band index and returning that value to ...
AlBundy's user avatar
  • 11
0 votes
2 answers
264 views

I have following code to remove the summary row/band value on a retrieve UI event. I'm certain this is the wrong way to do it but it works. public UiEventResult AfterRetrieveData_111(object sender, ...
AlBundy's user avatar
  • 11
0 votes
1 answer
470 views

I have multiple igx-selects that are used to display a drop-down list. I want to change the width of this particular igx-select (not for all igx-selects that I have) as well as the font-size of the ...
user avatar
1 vote
1 answer
479 views

I have a winform with an Infragistics UltraTextEditor control. I can type in enter while editing the text. It saves just fine. However, if I go back into edit mode, the control collapses the text ...
Randy's user avatar
  • 1,305
0 votes
1 answer
805 views

How I can run for loop only filtered rows into UltraGrid? Suppose I've a Ultra grid about 1000 rows. But I need only run loop for 5 rows which I shall get by filtering foreach (UltraGridRow row in ...
Farabi Shohan's user avatar

1
2 3 4 5
36