Click here to Skip to main content
15,891,136 members
Everything / Infragistics

Infragistics

infragistics

Great Reads

by rj45
Export whole page to Excel with infragistics
by Kabwla.Phone
Tip: Change your loop to the following to also support derived classes:foreach (var item in controlList ){ GridView asGridView = item as GridView; if (asGridView != null) { Utilities.RenderControlInExcel(asGridView, workBook); } DetailsView asDetailsView =...
by db7uk
Region adapters in VB.NET

Latest Articles

by db7uk
Region adapters in VB.NET
by Kabwla.Phone
Tip: Change your loop to the following to also support derived classes:foreach (var item in controlList ){ GridView asGridView = item as GridView; if (asGridView != null) { Utilities.RenderControlInExcel(asGridView, workBook); } DetailsView asDetailsView =...
by rj45
Export whole page to Excel with infragistics

All Articles

Sort by Score

Infragistics 

24 Oct 2011 by rj45
Export whole page to Excel with infragistics
5 Jun 2012 by Leonardo Paneque
this is a very old problem with cached dlls on compilation with asp.net web sites.the trick is usually to clear cache/restart IIS/recycle app pool etc.also check a bit...
5 Jun 2012 by Clifford Nelson
I am able to use a ValueConverter to do what I need to, but would like to change this to a tigger. My problem is how to refer to the Content:
8 Mar 2013 by Sergey Alexandrovich Kryukov
Always try before you buy. They all provide fully-functional trial versions (those not doing it should not be considered). Nobody can decide for you, as only you know all your goal. My personal preference would be not using any 3rd-party products at all, especially UI (FCL should be enough), but...
20 Feb 2012 by Sander Rossel
There are quite a few NetAdvantage libraries[^]. How are we to know which one you are working with?Anyway, I would advise you to ask for help over at Infragistics[^], either on their forum[^] or by submitting a support request. If anyone can help you it's them.
5 Jun 2012 by fixthebugg
I am getting this strange issue while building the solution.Reference required to assembly 'App_Web_nameofusercontrol.ascx.cc671b29.9faev84c, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' containing the type 'projectname.nameofusercontrol'. Add one to your project. We don't have any...
6 Jun 2012 by Dave Kreskowiak
How about asking Infragistics this question in stead of waiting around here HOPING that someone who has used that library wanders by and sees your question?It's always much better to ask the people who wrote the library and have dedicated forums to that library than it is to ask here or some...
6 Jun 2012 by Ruard
Since it is a webcontrol the presentation is defined in the cascading style sheets and styling on element level. I did some tests on this control [^]. If you use the same control you can try the following.First make a copy of the file!Open the file 'ig_texteditor.css'To remove the...
25 Jun 2012 by Rob van Daal
Hi Clifford,Try to use the following trigger:...Regards,Rob
14 Aug 2012 by Reelix
Try use ".OnClientClick" instead of ".Attributes.Add"ImageButton1.OnClientClick = "javascript:alert('Some JS Stuffs Here');";
23 Apr 2013 by Sandeep Mewara
I have found that specific questions related to 3rd party is answered more quickly and accurately at respective forums.Posting such issues about a 3rd party control (Infragistics here) Forum would be more useful, here: Infragistic Forums[^]
1 Jun 2014 by Philip.F
Looks like an error message from the component (infragistic report viewer?).. You are probably better of checking the documentation.What you can try is to add a console.log($("#viewer")) above the problematic line, and to look at the properties of that object. If it's not a problem within...
1 Jun 2014 by Waqas Ahmad Abbasi
Problem was script path which i mentioned in default.html was ok, but these files have dependent scripts files and they were in different folder. checked in google chrome console and found problem files.
11 May 2016 by ZurdoDev
You were provided a link to the documentation. Just search for WorkBook and go through the results. Create a Workbook - Ignite UI™ Help[^].There is rarely the exact code you need sitting on some website so you need to read the documentation, use Intellisense, and adapt to what you are doing.
6 Nov 2011 by Kabwla.Phone
Tip: Change your loop to the following to also support derived classes:foreach (var item in controlList ){ GridView asGridView = item as GridView; if (asGridView != null) { Utilities.RenderControlInExcel(asGridView, workBook); } DetailsView asDetailsView =...
13 Feb 2012 by M_Mogharrabi
Hi everybody,I have a UltraWinGrid in my form that the user allowed to change the sequence of columns of it.also i have a button in my form that it should send the DataSource of this Grid as a DataTable to a class that generates report.I have used following code to cast the DataSource to...
13 Feb 2012 by M_Mogharrabi
Hi all,I have a UltraWinGrid in my windows application.my application user can modify the WinGrid (for example select columns that he want to see in grid and also change sequence of them) and then when he press 'Print' button the current WinGrid with current columns and sequence and data...
28 Mar 2012 by qasimidl
i am working with ingragestic Grid " UltraWebGrid "I have placed asp.button in grid for delete ( UltraWebGrid ) kindly tell me how to delete selected recordi mean to say as we can do same thing using " asp.net grid view " by using " RowDeleting " event How can we mange like...
28 Mar 2012 by Tejas Vaishnav
please see this linkshttp://samples.infragistics.com/aspnet/Samples/WebDataGrid/Editing-and-Selection/Delete-Rows-Server-Events/Default.aspx?cn=data-grid&sid=dfe1833a-5c56-4f57-a7fd-35bcac1af95f[^]
29 Mar 2012 by Chandan Aryan
M also having the same requirements few days back, so just follow the link.Deleting grid row on Button click[^]
19 Apr 2012 by qasimidl
i am working with UltraWebGridwhen i click on header of column for sorting its giving me error The data source 'ObjectDataSource1' does not support sorting with IEnumerable data. Automatic sorting is only supported with DataView, DataTable, and DataSet.here is my Source code ...
29 May 2012 by db7uk
Region adapters in VB.NET
6 Jun 2012 by Linto Leo Tom
Hi,I am using infragistics controls for development. I have one Web Date Chooser. I want to remove the border and the calendar selection button, so that it shoul look like a label. Is it possible??? Please help me out.Thanks in advanceHappy Coding :)
13 Jul 2012 by fracalifa
Hi all,I am planning to work with WPF and with an additional grahicstool like (Exp.Bl.) or Zam3D. But I am not clear in the question how to combine/work the graphicstools witch are exporting XAML and external controls supplied by Telerik or Infragistics. Or is a Zam3D-Designer (Expr.Bl.) be...
13 Jul 2012 by Clifford Nelson
I do WPF, and never use Expresison Blend. You do not need to. I would say just use Visual Studio, and edit the XAML.
13 Aug 2012 by DanaH85
Hi,I have UltraWebGrid which I create dynamically, using DataBind and a helper class.In the InitializeRow event, I generate ImageButtons in one of the columns.Clearly, since it's ImageButton I need it to call a function.normally, I set the function using Attribute.Add, and call a...
3 Jan 2013 by Sir.Big
Hi and happy new year for all of you,Like I said in the title I need to host an Infragistics Ultracombo inside a Datagridview Cell.To host controls in a datagridview cell I use this code and it works fine for many controls but for some reason it doesn't work with Ultracombo
3 Jan 2013 by Sandeep Mewara
Posting here is fine. Might be someone can help but I had found that specific questions related to 3rd party is answered more quickly and accurately at respective forums.Posting such issues about a 3rd party control (Infragistics here) Forum would be more useful, here: Infragistic Forums[^]
6 Jan 2013 by srinivas.dammalapati
How to bind items in Xaml page in silverlight application like as below same clasic ASP. We are using infragistics V11 XamComboEditor control. Please can help me on same.
2 Feb 2013 by Abhinav S
No there is no third party available.However, you can build a WPF xaml browser based application with an Xbap extension that can be run inside the browser.WPF XAML Browser Applications Overview[^] will provide further information on this type of application.
12 Feb 2013 by AdityaPratapSingh
Hi,I have been recently using WebHierarchical Data grid (version 11.1) and i have implemented the expand and collapse in the grid. But i need to collapse the row automatically. Is there any option for auto expand row?
18 Apr 2013 by Member 8190984
I have a ultrawebgrid with vs2010 and IE9. Every row in this grid has a chils row. When i try to modify any value in child row then it is not updating.Same code works fine IE8. Grid1.Rows(0).Rows(0).Cells(1)Accessing inner row in this manner.. Please suggest how to get the inner row...
16 May 2013 by roiroi2
hello!I just started to write my wpf (mvvm) app, using infragistics NetAdvantage.In my MainManu i have a XamRibbon and XamDockManager window.I try do dynamiclly add \ remove ContentPanes to the XamDockManager by clicking on buttons in XamRibbon in the way of every clicking on button in the...
16 May 2013 by Johnny J.
I think you are going to have more success finding the solution if you contact the Infragistics support and/or post your question in one of their forums...After all: Isn't that one of the reasons one buys a 3rd party product instead of creating ones own; To get support when needed? :-)
27 May 2013 by Member 9990662
Hi i have a XamDataGrid with three columns (Name, Age and VoterID Number). The data of Name and Age is obtained from the database and the voterID number is to be entered by the user. And also the text box should be enabled only if the age of the person is greater than 18( like some...
8 Jul 2013 by M_Mogharrabi
Hello guys,I have used a ultrasplitter in my winform apllication to separate two panels.every things works fine but the problem is that i could not change the size of my panels at design time.I mean i want to change the default location of my ultrasplitter and put it for example at the...
8 Jul 2013 by Denis Shemenko
Maybe this will help ?[^]Duplicate info from page from link above:Infragistics UltraSplitterFor my work, as a Graphical User Interface(GUI) developer, I had to replace the Windows Forms SplitContainer for the Infragistics UltraSplitter. Since there is limited documentation about the...
26 Sep 2013 by sankmahesh
Hi guys,I can export data to excel from ASP.Net GridView.but I cann't export data to excel from Asp.net Infragistics WebDataGrid.my Code is Given below,private void Excel_Export() { Response.Clear(); Response.Buffer = true; ...
30 Sep 2013 by Singh Gyan
May be that feature not supported by the infragestic third party dll. You need to check their support for that.
2 Oct 2013 by Member 8128040
Hi,I have an infragistics ultrawebmenu whose css and layout works fine in IE but everthing out of order in chrome pls help View screen shot from this link
6 Nov 2013 by Member 10327058
Hi all, i am using infragistics grid to insert,edit.. so far i was able to complete insert part. But now I am stuck with updating part.. I will post below my codes and can some one help me to figure out this issue..ig:WebDataGrid ...
7 Dec 2013 by aks.shan
I want to display an image in web html editor at runtime by passing the image url from database.i have the image url with me. how can i proceed further.
7 Dec 2013 by Dave Kreskowiak
You're in the wrong place. Ask your question here[^], in Infragistics forums.
22 Dec 2013 by codeninja-C#
Hi,i would like to know the total supported HTML tags by infragistics Gidview.Can you provide all the supported HTML tags?Thanks--SJ
15 Mar 2014 by tnkarthi
I am using Infragistics Ultrawebgrid. When User Press Delete key on particular row in grid , the particular Row need to be delete. Its Working Fine.I Used DropDownList with in UltrawebGrid. And bind the values using Stored Procedure. The Dropdownlist containing list of items ( ex....
26 Mar 2014 by Ahmad Al Halabi
I have this code to filter my Ultragrid and it works finePrivate Sub _txtAccountNum_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles _txtAccountNum.TextChanged If sender.text = "" Then _MasterAccountBinding.Filter = "" End If ...
1 Jun 2014 by Waqas Ahmad Abbasi
Hi,I am trying to use HTML5 infragistic report viewer. But I get this error in java script "Object doesn't support property or method 'igReportViewer'" at this line $("#viewer").igReportViewerKindly tell me how to fix this issue. following is my code
5 Jun 2014 by N C Chaitanya Kumar
Hi All,I have an issue with Web hierarchical grid Paging for internal grid.While going to next page for internal grid , it shows "Asynchronous request failed" . Object reference not set to an instance of an object!Can any one please help me in resolving the issue.I have used...
29 Jun 2014 by Waqas Ahmad Abbasi
Hi,Any one has used telerik and infragistic reporting For Web application(HTML5). which one is better and which give better performance and easy to use?Thanks for your reply's.
8 Aug 2014 by Dave Kreskowiak
Infragistics makes a bunch of different tools. You didn't specify what you're trying to use.That really doesn't matter because you're not going to get such a broad tutorial in a couple of forum posts.You REALLY need to read the documentation on the tool that you're talking about,...
16 Sep 2014 by kumar bharat bhusanam
Hi,I need to add a drop down in every row of webDataGrid, On selected change of this dropdown,it will pass productID and open a popup to specific operation.My code
23 Nov 2014 by Deewakar Kumar
I have a webdatagrid and I want to populate it based on checkboxlist selection.For example if a single checkbox is checked it will show rows correspondind to selected checkbox, If two checkbox are selected it will show row based on both selected checkbox in webdatagrid.What will be the code...
26 Nov 2014 by shavien@in.com
I have a web datagrid with dynamic grid columns (AutoGenerateColumns="true") using Infragetics 4.5 .also I want to hide/shoe dynamic columns based on condition.The below line is used to change column widthGRidName.Rows[0].Items[2].Column.Width = new Unit(25, UnitType.Percentage);It...
27 Nov 2014 by Spopy
You can use column(Index).hide property or check if your datatable has rowsIf Gridname.rows.count > 0 then gridname.rows[0]...End If
4 Feb 2015 by gpthakur
Hi,We are in the process of converting our Infragistics controls to Telerik. Would appreciate if anyone has worked on a similar project and can let me know how to convert the Ultrawebgrid to Telerik Grid.Any help in much appreciated.Regards
4 May 2015 by DurgaGP
In my project, I have INGRAGISTICS 11.1 version. I’m getting the issue in UltraCombo control. Unable to tab out from control.When we try to find the cause, we observed that OnValidating is failing (always e.cancel = true is returning).I have XML entity data binding, in my...
4 Jun 2015 by Nityananda Das
I have a win ultra grid which having some columns like file name,date and amount.For each row there is a check box associated.my requirement is to get the total amount based on the check box checked i.e the Sum of the Amount value for all selected rows.Please suggest.....
8 Jul 2015 by User 4180254
Hi,If you do not see your Infragistics controls on toolbox, you need to create toolbox manually. Refer below link for the steps - Create toolbox manuallyHope this helps.
29 Sep 2016 by maniprajan
It's possible for open password protected xlsx file ? if have give me same examplesWhat I have tried:I had try all the ways didn't get.please let me know
17 Sep 2018 by Sissy Ram
Hi Team, I got links how to validate numerous infragistics controls https://www.infragistics.com/help/winforms/winvalidator https://www.infragistics.com/help/winforms/winvalidator-validate-a-group-of-controls ...
7 Jan 2018 by Member 13611640
Vb code uwgActive.DisplayLayout.Bands(0).Columns(0).Width = Unit.Pixel(30) uwgActive.DisplayLayout.Bands(0).Columns(1).Width = Unit.Pixel(80) uwgActive.DisplayLayout.Bands(0).Columns(2).Width = Unit.Pixel(200) uwgActive.DisplayLayout.Bands(0).Columns(3).Width =...
7 Jan 2018 by Member 13611640
Got the answer . This is related to Infragistics so nothing was working unless i found a solution . Just placed webgrid inside the Div and set scrollbar property as below Div style="width: 100%; height: 400px; overflow: scroll";
4 Oct 2019 by Knowledged
lastbudget and lastactual are both Lists These lists populate 2 columns in an infragistics ultragrid - PrevFY - Actual_c *So the grid has defined datasource already. These 2 columns I added programmaticly onto the grid which has a datasource.* **(dgvBudget is the name of the ultragrid)**...
4 Oct 2019 by Gerry Schmitz
If you would create a proper data source (1 collection), bind that to the grid, then the "grid" can properly "virtualize" data and speed up processing. While "hacking" grids may seems like less work and more fun, you've defeated any special features the grid can bring to bear to speed up...
13 Feb 2012 by Rajesh Anuhya
go through the below links9 Solutions to Export Data to Excel for ASP.NET[^]One click ASP.NET export button control for Excel/CSV file[^]Thanks--RA
13 Feb 2012 by RohitSingh_icfai
Dear Team ,Please help to fast export data for database to Multiple excel sheet.Forcelly describe to Not cell wise export Bulk Export with Fast Export ..regradsRohit Singh
13 Feb 2012 by ldsroshan
If you want to export a database manually, to a Execl file by using SQL2005 export and Import Wizard this is the way.0. Create a Execl file in 2003 format.1. Go to your Database2. Right click on the DB-> Tasks -> Export Data ..3. Now you can see the export Wizard.4. Click Next,check...
19 Feb 2012 by Shobana16
Hi,I got an error while running Infragistics - NetAdvantage samples as " Oh no! We've encounterd an unexpected error". I am new to this . Please can anyone help me to solve this issue? It is very urgent.Please.Thanks.
29 Jan 2013 by Matej Hlatky
You can access to client Webcam with Flash, Java or Silverlight 4. Since you are coding in MS environment, the Silverlight example here[^] should be most helpful for you.
2 Feb 2013 by M_Mogharrabi
Is there any way to set the datasource of a ultragrid without removing its summaries layout?I have a ultragrid(gvResult) in my winform application.User can select the columns and also set the sort of them in another form and then apply these changes to gvResult by pressing Apply...
28 Jan 2013 by vivek511
Dear allI am working on a windows project, in that project i want to add a facility to take picture using webcam. If any one know about this code kindly help me. I am waiting for your positive result.ThanksVivek Singh
4 Oct 2011 by Sergey Alexandrovich Kryukov
This is about a commercial 3rd-party product, so might have much more changes to get help using their forum at http://forums.infragistics.com/[^].I also would advise you to avoid MDI by all means.—SA
13 Feb 2013 by Sandeep Mewara
Did you tried looking here: Infragistics Forum[^]Posting here is fine. Might be someone can help but I had found that specific questions related to 3rd party is answered more quickly and accurately at respective forums.
20 Feb 2017 by Vincent Maverick Durano
The real solution to get rid of full page postback is to use AJAX. I would recommend you to also post your issue at dedicated infragistics forums since you are using infragistics controls. That way experts on that forum might be able to help you on your current issue. Developers .net Forum -...
29 May 2013 by Rak_i
Late response.... But might help if some one is looking for this. /// /// Exports all the Visible Columns from an UltraGrid to Excel /// If you are looking at above C# 3.5 then refer Microsoft.CSharp Assembly in your project references ///...
11 May 2016 by Member 11407780
HelloPlease tell how can i read excel sheet using infragistics API in wpf Application using class WorkBookWhat I have tried:Not getting any clue ?knew only using oleCommand
8 Aug 2014 by Shekar Raja
HiI am new to use infragistics tool can any one explain process and implementation.Thanks in Advance.
7 Jul 2015 by Member 11819086
How can i get webdatagrid control in my tool box. how to configure infragistics ????
23 Apr 2013 by TokiHana
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 Data Model) In xamGrid, i create 2 columns with headertext:ID and Name In...
3 Oct 2011 by M_Mogharrabi
Hi,I have a main form and a lot of child forms in my win form application.i used a ultraToolBarsManager in my main form and i want to show other forms as children of this form when each button of UltraToolBarsManager clicked.I used ultraTabbedMdiManager but my forms did not open!!please...
2 Feb 2013 by AfsarRizwan
My app is built into WPF using infragestic control(xaml) and MVC.I wanted to port the existing app into Web but we don't want to use silverlight(for silverlight we need plugin to be available in our browser and target users will not be having permission to install any plugin into their...
3 Feb 2013 by M_Mogharrabi
Hi all,Is there any way to remove all bound columns of a ultragrid?
8 Mar 2013 by pheidias
Hi there,I would like to know your opinion about what's the best provider of components for application developers that work with MicrosoftDotNet (ASP.NET). your opinion is apreciated.Thank you.
19 Aug 2014 by rhl4569
Hello,I have ASP.NET applications with versions 6.2 and 7.1. With IE11 give problems.The most used controls are: UltraWebGrid UltraWebTab WebDateChooser UltraWebNavigator WebCombo SharedCan I automatically migrate these controls to new version, or have to...
19 Sep 2014 by Dmandy
I have a webdatagrid using infragistics and i need that when a user clicks on a row another webdatagrid will pop up according to the row that they clicked. How do I get the value of a cell in the grid in order that i can pass that value as a parameter to the second datagrid?
21 Mar 2015 by thecharan
I am looking for the Opensource alternate to Infragistics 'Webdropdown' Control.Infragistics are paid controls and I am looking for the Third Party Free Dropdown control which allows multiple selection in Dropdown? Ref :...
17 Aug 2015 by gpthakur
Hi,I have a WebDateChooser and 2 text boxes below it. What I want to do here is that when I select a particular date, based on my selection one of the text boxes below should be active.For Eg. If I select date below 9/1/2015 then text Box A should be active else if the date is greater than...
21 Aug 2015 by Sandeepost
I am doing a export to excel using infragistics excel . And I want to set the column type of the excel same as the column type of the db.Means if column type is datetime it should create datetime column in the infragistics excel sheet.I tried below code ....
29 Sep 2016 by Richard MacCutchan
Password protection is added for a reason, and no one here is going to help you crack security.
20 Feb 2017 by SREENATH GANGA
I am creating an multi user application where each user have a set of webforms to be accessed and specific set not to be used(almost 30 types of profiles)I had created two tables Menu Master and Sub menu master and Added urls and the parent child relationI am using a Infragistic...
2 Jan 2018 by Sissy Ram
I have a code to validate all textbox below: For Each ctl As Control In Controls If TypeOf ctl Is Infragistics.Win.UltraWinEditors.UltraTextEditor AndAlso ctl.Text = "" Then ctl.Focus() MsgBox(ctl.Name) End If Next Here I need to get all infragistics controls. Or...