Infragistics is a company that specializes in User Interface (UI) controls and components for .NET, ASP.NET, Windows Forms, WPF, Silverlight, jQuery, ASP, SharePoint, iOS, Android, Windows Phone, etc.
1
vote
1answer
21 views
Get the first visible column in Ultragrid
I am having number of columns in my ultragrid with userdefined visible and invisible operations. Now i have to check wheather the column is the first column in the grid. since i have some columns ...
0
votes
0answers
17 views
Pop-up Window Fails to Appear in Windows 7
I have been scratching my head about this issue for a while:
I use Visual Studio 2005 as my development environment, running on Windows 7 Professional.
I use components from Infragistics for ...
0
votes
1answer
10 views
How to clear Ultragrid cell of System.DateTime DataType
I am using Ultragrid in c# .net windows application,
I used a column of datatype System.DateTime., On page loading it is showing empty (like '--/--/--'),
aftrer some validations i want to make that ...
0
votes
1answer
9 views
Remove image in a cell of Ultragrid
I have set image to a cell and i have to remove at some point of time.
//Code
'Get the first cell of the first column in the grid
UltraGridCell = ...
0
votes
1answer
15 views
Get the column number in Ultragrid
I have to get the column number in the grid.
Eg: If i have Name,Age,Number as three columns in the grid and i give the headertext(Age) of the column it should return the Number(2) which represents ...
0
votes
1answer
19 views
Set the datetime style in ultragrid
I have a column with a datetime picker in ultragrid. Now i have to set the minvalue and maxvalue for that datetime.
//Code
UltraGridColumn.Header.Caption = "Start Date"
...
0
votes
1answer
15 views
Add SpecialRowPromptField to multiple columns on ultragrid
I have a filter row at the top of a grid with two columns. If I use this code to set the specialrowpromptfield it only sets it on the second column. Is there a way to set this for multiple columns?
...
0
votes
1answer
31 views
Having issues with Infragistics column resizing
I have a grid and I would like to automatically resize the columns. I'm running into inconsistencies when using different parameter values for PerformAutoResize(). When passing in the values below, ...
0
votes
1answer
62 views
Cannot export content of ultrawebgrid to excel spreadsheet from WebDialog
I'm using window.showModalDialog to open a modal window using Javascript. I have to include this line in the < HEAD > html of the modal window: <base target=_self> because whenever that ...
0
votes
1answer
42 views
How to make XamDataGrid edit a cell only on the second click
I have an Infragistics XamDataGrid (using 2011.1 WPF), which I'd like to mimic the behavior of a file browser (Finder/Windows Explorer) or iTunes, where a single click selects a row, and a second ...
0
votes
1answer
17 views
How do you determine which row was selected in a Infragistics WebHierarchicalDataGrid when you have a Master Detail table configuration
I have a master table and two child detail tables under the master. When the user selects one of the detail tables the RowSelection event fires. I need to determine which table was selected. If the ...
3
votes
1answer
57 views
Infragistics WebHierarchicalDataGrid Unable to determine when a child row is selected and then how to get the data that is selected
I have dragged a WebHierarchicalDataGrid to the page and have told it not to autogenerate bands or autogenerate columns. Enable Ajax is unchecked. Via codebehind, I manually created the columns on ...
0
votes
1answer
30 views
loading header for infragistics grid
i have a infragistics grid that gets populated with selected dropdown .the stored proc that brings column names and data in a result set with 2 tables.
how can i load header info?
...
0
votes
1answer
61 views
hiding a column in a dynamic infragistics grid and updating header
I have a infragistics grid that gets data when a dropdown is changed
1- i want to hide the last column every time the grid is loaded with data
2- i also want to update header according to data
...
0
votes
1answer
38 views
How to set a FieldLayout of a XamDataGrid when working with MVVM?
I'm working on a WPF application and I need to set the FieldLayout Property of a XamDataGrid on the ViewModel. Once I achieve this I will be able to show the binded data on the XamDataGrid.
The ...
0
votes
1answer
29 views
How to filter an UltraGrid based on membership in a collection
I am currently working on a program using an where I need to filter an UltraGrid based on a few different conditions.
My problem is that I haven't yet found a way to express one of the conditions in ...
4
votes
1answer
63 views
xamDataTree start edit of a node in code
I must not be Googling this right.
In an event handler (from a context menu), I want to force an Infragistics xamDataTree into edit mode of a node. As in: right-click, context menu, select Edit, ...
0
votes
0answers
21 views
XamDateTimeEditor spin button click set focus
I am using XamDateTimeEditor for time (hh:mm) masking. Now when cursor focus is in control then its works on spin button up and down.But cursor focus is in other control and i click on spin Button (up ...
0
votes
1answer
43 views
How to mask double (with Exp) in XamNumericEditor (WPF)
I want to be able to validate user input in a field inside a Data Grid (XamDataPresenter).
The input suppose to be double, in the format 1.7E+3
This is the filed settings in XAML:
...
0
votes
1answer
61 views
Set image in a cell of Infragistics grid
I need to set the image inside a cell of my grid. I have a column which is created in static and the other columns are bounded dynamically from database. With a certain conditions and looping of the ...
0
votes
1answer
62 views
using stored procedure in code behind to load infragistics grid
I have a infragistics grid with auto generated columns how can i assign a strored proc result to it from code behind
<ig:WebScriptManager ID="WebScriptManager1" ...
0
votes
1answer
112 views
Infragistics UltraWebGrid - Selected Row changes randomly
We are using Version=11.1.20111.2064 of Infragistics35.WebUI.UltraWebGrid.v11.1 and we are experiencing trouble in selecting a row. When a person selects a row near the bottom of the grid, the ...
0
votes
1answer
31 views
Cannot select Infragistics controls in winform designer
I just upgraded the Infragistics controls on a project from 2006 to 2011.
Now, if I open the designer for a form containing any Infragistics controls, the Infragistic controls appear in a separate ...
0
votes
1answer
71 views
Handling number of copies print preview - print preview dialog box
I am using UltraPrintPreviewDialog from Infragistics
PrintPreviewDialog1.Document.DocumentName = "Report";
PrintPreviewDialog1.Document.PrinterSettings =<<my printer settings>>;
...
0
votes
1answer
36 views
How to pass dynamic url to infragistics tab
I am using on demand for webtab how can I pass dynamic values in content URL? I am using the following in code behind and it's not working
WebTab.Tabs[0].ContentUrl = ...
0
votes
1answer
14 views
How do you apply DataTemplates defined in the Window.Resources to all Infragistics Panes when they are floating?
I am using the Infragistics XamDockManager to handle docking and undocking panels within my application. I have a Window defined that uses the DockManager to specify several different panes. I ...
0
votes
0answers
44 views
XamDateTimeEditor - user should select the date from the dropdown calender only — WPF/MVVM
I have XamDateTimeEditor control in the XAML(code given below). Currently the user is able to type in the date or select from the calender dropdown. But I don't want the XamDateTimeEditor to allow any ...
0
votes
1answer
62 views
Format Cell Values in an Infragistics UltraWinGrid
I have an Infragistics UltraWinGrid bound to a data source, and one of the columns in that data source contains boolean values. I have the Style property for the column set to Edit so that it will ...
0
votes
1answer
32 views
How can I center the text for an ultragroupbox?
I have a Windows Form which contains an UltraGroupBox.
How can I center the text on the UltraGroupBox?
Right now it looks like this:
0
votes
1answer
43 views
How to binding data to xamGrid using linq
I have an xamGrid of infragastics but i have no idea binding data using linq.
The project is a silverlight application. my connected to my WCF data service based on VatTu.edmx (ADO.NET Entity ...
0
votes
1answer
35 views
Infragistics State Button Checked doesn't show borders
Here is my question. I have some state button tools in my Toolbars Manager. When I set Checked = True, I don't see that button is checked. Actually I see it, but without borders as usual. Instead of ...
0
votes
0answers
72 views
How to create and use new CSS at run time in asp.net
I am making a configuration entry in web.config that will be used to set background color of cell in Infragistics WebDataGrid at runtime.
The infragistic grid only supports css to set colors, so we ...
0
votes
1answer
34 views
XamDateTimeEditor (Infragistics) mask is not visible when control is disabled or enabled(not in focus)
I have posted this in Infragistics, but just wondering if anyone overhere knows an answer.
How can I style the control, XamDateTimeEditor so that it will always shows mask whether the control is ...
1
vote
1answer
69 views
Infragistics CodedUI extension for vs2012
Since CodedUI does not support Infragistics winforms by default, a hotfix has to be installed which imports a specific assembly enabling codedUI to work with infragistics controls. This hotfix works ...
2
votes
2answers
327 views
Infragistics Ignite UI grid with Hot Towel/Durandal SPA app
Does anyone have any experience integrating Infragistics Ingite UI controls into a Hot Towel/Durandal SPA application?
I've integrated this ig sample in a basic Hot Towel application:
...
0
votes
0answers
63 views
Binding collection of viewmodel to tabcontrol with datatemplate
I am facing problem with tab control binding to collection of view models similar as in this post
...
0
votes
2answers
67 views
Reset the infragistics toolbars location
I'd need to reset the Infragistics toolbars location, in order do not have empty spaces between toolbars.
Is there a way to do it?
0
votes
0answers
69 views
Infragistics C# - NumericSeries to start at the same X-Axis for Stacked Bar Chart
I would like to have all the NumericSeries for each StackedBar to start at the same X-axis instead of continuing/stack on the previous series.
Is there any ways to do it?
Below is my code to assign ...
0
votes
1answer
45 views
MenusItems of WebDataMenu No Event Fires on the server
I'm currently using that remote WebDataMenus to dynamically add items; through which I access from forms and even trigger events for execution of some function or logic defined.
The problem arises ...
0
votes
1answer
135 views
Columns are missing after post back Infragistics Ultra Web Grid
I have a simple web page that will display a data in an ultrawebgrid. The page runs fine at the start until I change the value of the Drop Down List. After selecting a new value on the Drop Down List, ...
0
votes
0answers
35 views
Null reference in infragistics active row of the grid
I am using Infragistics grid control. Why the following code throwing null reference exception.
foreach (UltraGridRow row in grdDemo.Rows)
{
DemoList objDemoList = row.ListObject as DemoList;
}
...
0
votes
0answers
29 views
Manual scroll for UltraExplorerBar Infragistics
I'm working on kiosk system which having touch screen, so I need to be able to scroll UltraExplorerBar control of Infragistics manually.
any help will be appreciated.
1
vote
1answer
71 views
UltraGrid get all cells
I can't find a way to get all cells in a UltraGrid. I want to get through them all in a foreach loop.
Is there a way to get them all ?
0
votes
1answer
91 views
Binding XamDataGrid field definitions to view model
I am attempting to build an application that will show different columns in the same XamDataGrid for different Projects. Here is an example:
public class Project
{
public ICollection<Person> ...
3
votes
1answer
117 views
How to re-bind the data in the igGrid igniteUI control on click of a button?
I am using Infragistics(Ignite UI) controls in my ASP.NET MVC3 application.
I have grid which I've bound to 'Customer' data. Works fine.
Now I have button. On clicking I make an ajax call.
In the ...
0
votes
1answer
47 views
XamGrid doesn't allow to select empty text
I am using Infrgistics XamGrid [InfragisticsWPF4.Controls.Grids.XamGrid.v12.1.dll (12.1.20121.1010)]. I have a situation where user cannot filter to select only empty text. Filter works fine in cases ...
0
votes
1answer
200 views
UltraGrid modify new row columns
I have a UltraGrid in which you can add a row by filling informations in the blank row on the top. I want to modify the row so that I don't see the button at the end like this (At the end of the grey ...
0
votes
0answers
57 views
How to convert ASP.NET MVC 3 application to make all the Infragistics(Ignite UI) controls work?
Can someone tell me the step by step procedure that needs to be followed to make all the controls(Infragistics(Ignite UI)) work in an asp.net mvc3 application.
In their website they mention how to use ...
0
votes
1answer
82 views
DataGrid column change when null
I'm using Infragistics UltraGrid which acts like a regular datagrid.
My grid looks like this :
-------------------------
| Red | Blue | Green |
-------------------------
| null | null | null |
...
0
votes
1answer
66 views
Detect if row is selected on InitializeRow event
I have an ultrawingrid filled with contacts - some of which need to appear in a different colour scheme based on that contact's attributes.
I have an initializerow event, with the following simple ...


