Tagged Questions
13
votes
4answers
3k views
Infragistics WebGrid vs. Telerik Grid
I have been using the Infragistics UltraWebGrids for a few years now in multiple products, but have reached a crossroads with them. I have been looking into the Telerik products and they appear to ...
5
votes
3answers
10k views
Display rows in multiple columns in Asp.net Gridview
By default each row of a Gridview maps to each row in a datatable or dataset attached to its datasource. But what if I want to display these rows in multiple columns. For example if it has 10 rows, 5 ...
4
votes
13answers
2k views
Infragistics Controls - are they stable/easy to learn?
What is your opinion on Infragistics controls (both Web and Win)? Is this a stable library? What do you feel about the learning curve?
3
votes
1answer
148 views
Open a Popup window without any close button
I have a webhierarchicaldatagrid and its first column is a template column which is a hyperlink. So onmouseover on the data of that column I want a small popup window to be open right next to that ...
3
votes
3answers
11k views
UltraWebGrid: How to use a drop-down list in a column
I'm using the Infragistics grid and I'm having a difficult time using a drop-down list as the value selector for one of my columns.
I tried reading the documentation but Infragistics' documentation ...
2
votes
1answer
219 views
“Please Wait” mask goes behind webdialogwindow popup
We have a Javascript div shown on PostBack on page to show a "Please wait" indicator in the asp.net application. There were few requirements where we had to include a Pop up . This pop up is the ...
2
votes
1answer
251 views
infragistics controls vs asp.net controls - performance
Any performance comparision between asp.net controls and infragistics controls? I need to compare all controls e.g. TextBox, DropDownList etc.
2
votes
2answers
964 views
Convert HTML or PDF to RTF/DOC or HTML/PDF to image using DevExpress or Infragistics
There is a way do convert HTML or PDF to RTF/DOC or HTML/PDF to image using DevExpress or Infragistics?
I tried this using DevExpress:
string html = new ...
2
votes
3answers
726 views
How to access a silverlight control's properties and methods from an aspx page?
I'm developing a web site, and i'm using infragistics for web, but I want to use in some pages silverlight controls (Infragistics too). Is there a way to access a silverlight control's properties and ...
2
votes
1answer
421 views
two infragistics controls on same line
My ASPX code is:
<span>
<igsch:WebDateChooser ID="ContractPeriod2Start" runat="server"
NullDateLabel="" Editable="True" EnableAppStyling="True">
...
2
votes
1answer
2k views
Custom sorting on UltraWebGrid - ASP .NET
How can I accomplish custom sorting on the Infragistics UltraWebGrid?
I've tried to hadle the SortColumn event and it works, however, whenever I click the column header, the columns are sorted via ...
2
votes
1answer
472 views
Infragistics Training
We are a somewhat advanced user of this technology but have had to learn it by trial and error. We are looking for formal training either online or instructor-led that is worth the cost. How is the ...
1
vote
1answer
181 views
Are There Any Good Reviews of ASP.Net Component Suites
I'm actually having trouble finding any detailed, unbiased 3rd party reviews of the major ASP.Net component suites. I'm primarily interested in a detailed comparison of Telerik, DevExpress, and ...
1
vote
1answer
62 views
HP QuickTest Professional Menu Issues
My QA is using HP QuickTest Professional to test our asp.net websites, and they are having a problem with menus. When using the Object Spy, each navigation group is being off centered, when hovering ...
1
vote
1answer
79 views
Async post Infragistics data grid check box
How do I make an asynchronous postback in Infragistics data grid check box?
1
vote
1answer
272 views
Infragistics --ultrawebgrid, data binding
DataSet ds = new DataSet();
int x = ddlSelectedValue.IndexOf('-');
if (x > -1)
ds = Selections.GetUnlinkedAccounts(clientID, AccountNo);
else
...
1
vote
1answer
158 views
What would be the ideal way to do paging using a Infragistics WebDataGrid and SQL Server 2008
We have an application that is growing in users and the infragistics WebDataGrid and stored procedure are having performance issues. I'm looking into adding the ROW_NUMBER() function in the stored ...
1
vote
2answers
717 views
Infragistics UltraWebGrid - ASP.Net - Grids position fixed and are not scrolling with page
I have two grids on a page that seem to always be position:fixed.
I want them to scroll with the page when an overflow scrollbar appears on the body. The grids however ALWAYS stay in the same ...
1
vote
2answers
172 views
ASP.NET : getting 'currentStyle' is null or not an object when adding webpanel dynamicly
I added dynamicly infragistics webpanel in my codebehind using :
placeHolder.Controls.Add(ctlWebpanel);
but i got this javascript error in my ASP.net page in runtime :
'currentStyle' is null or not ...
1
vote
5answers
1k views
How to turn on line number tooltip while scrolling infragistics ultrawebgrid
I once saw this feature in action but I don't know how to turn it on. The grid can show a tooltip with the current row number (or row ID) while dragging the scrollbar. This helps you to stop the ...
1
vote
1answer
241 views
Redirecting Data From One WebForm to Another
I'm using the Infragistics tool for ASP.NET.
I have a WebForm, webform1, where I placed a WebDataGrid control of infragistics. Now, I want a user to select the row and have it redirect the data to a ...
1
vote
2answers
570 views
Printing a Calendar or Diary from ASP.NET Application
We have an ASP.NET application that uses the Infragistics WebSchedule control to display appointments etc in the same manner as Outlook. The problem we have is that the customer wants to be able to ...
1
vote
2answers
3k views
How to insert data in Infragistics UltraWebGrid via InsertDBRow
I'd like to add rows to an UltraWebGrid directly on the grid, which is connected to an ObjectDataSource. According to the documentation, I'm supposed to use the InsertDBRow method (there are also ...
1
vote
2answers
1k views
Using Page.IsPostback Within a USer Control Wrapped in an Update Panel
I have main page into which i load a user control with a grid and add/edit link buttons.
If I bind the grid by setting the datasource and calling the datebind() method in the page load event then it ...
0
votes
1answer
40 views
Optimized Infragistics Excel
Recently we have encounter this issue about exporting reports to excel file using infragistics library.
Our report table contains more or less 1.26 million records as of now. We are trying to create ...
0
votes
0answers
34 views
WebdataGrid - Filtering and Updating the Database
I have a webdatagrid in which I am putting the comments related to a particular product.
Now when the comment is added, there is a column, number of days since last comment, it gets updated in the ...
0
votes
2answers
48 views
WebDataGrid sorting with a generic list
I have a generic collection like this
Dim List(Of t) myData = data.GetData()
myWebDataGrid.DataSource = myData
myWebDataGrid.DataBind()
the config of the webdatagrid sort is this
...
0
votes
2answers
88 views
how to get value of textbox in webdatagrid?
i always get a null value in a textbox from grid.here is my code on my click event:
foreach (GridRecord row in wdgTroubleshootCreateEdit.Rows)
{
int ...
0
votes
2answers
77 views
Html helpers (from asp.net mvc) in webpages
Is it possible to use MVC Helpers in webpages (cshtml) ?
I'm trying out some controls from infragistics, and would like to use the html helper method to create the grid (avoiding some javascript) but ...
0
votes
1answer
50 views
How can I control the default date for date columns in the UltraWebGrid control?
I'm using the Infragistics UltraWebGrid control and have the following layout:
<igtbl:UltraWebGrid ID="uwgPrescribedTrainingPlan" runat="server" Browser="Auto">
<Bands>
...
0
votes
2answers
76 views
Multiple Selection on WebDropDown and Reflect It in Another WebDropDown - Infragistics
I am having one webdropdown named Speciality and another webdropdown names SubSpeciality.
When I click on one item of Speciality the subspeciality list gets populated.
I have used ...
0
votes
1answer
236 views
How to get a WebDataGrid cell value in DropDownList_SelectedIndexChanged event?
I have GRIDVIEW in ASP.NET Page and I am converting it into infragistics webdata grid.
Now my grid has functionalities of opening file, copy file, edit description of file, emailing file and deleting ...
0
votes
1answer
79 views
Show negative value in Infragistics BarChart on X Axis
I need to show negative value in Infragistics BarChart on X Axis. If I set it using:
chtAgingVsDueAmt.Axis.X.RangeMax = SOME_NEGATIVE_VALUE
it is throwing error:
Message: Bad arguments ...
0
votes
0answers
32 views
What is the best tool available to create Self Referring Hierarchical Grid for ASP.Net Web Site
Hi I need to know that what is the best available Tool in market to create Self Referring Hierarchical Grid for ASP.Net Web Site.
It must support Drag & Drop of rows , Paging for each Hierarchy, ...
0
votes
1answer
50 views
Does WebDatePicker support highlighting various dates?
I'm sorry if this is a "Uhh RTFM" type of question, but I've checked the Infragistics website (www.infragistics.com/dotnet/netadvantage/aspnet/web-date-picker.aspx) and this control has very little ...
0
votes
0answers
54 views
Infragistics UltraWebGrid Tree Multilingual
Infragestics UltraWebGrid Tree view with
ClientSideEvents CellClickHandler="uwt_CellClickHandler"
gives a client side error while changing the UI language to "French" .
"Method cannot be found , ...
0
votes
1answer
87 views
how do i change scriptresource.axd target?
I changed one javascript file for infragistics controls in the below folder.
C:\Program Files\Infragistics\NetAdvantage 2010.3\ASP.NET\CLR3.5\Scripts
but when I am using the control , still refering ...
0
votes
0answers
307 views
Add user control column to infragistics ultraWebGrid Dynamically(in runtime) [closed]
I have a grid, I would like to define grid columns dynamically.
With that column, I would like both checkbox and Label controls;
Set using C# code, not at design time.
Is there any way to do it?
...
0
votes
1answer
252 views
what is infragistics netadvantage?
What is infragistics netadvantage ? What is it basically related for ?
0
votes
1answer
429 views
Infragistics ultragrid client side event for row double click
I wanna get client side event for Row double click in Infragistics ultragrid control.
A server side event handler "OnDblClick" is available, but I hope there is some way in client side also.
Thanks ...
0
votes
2answers
437 views
infragistics get clientID of dropdown in Rowedit template
i have a infragistics web grid which has row edit template.
Row edit template contains drop down list. Now when i change the selected index of drop down..
i need to get the client id of the drop ...
0
votes
0answers
213 views
Error: Element “Element1” is not a known element. this can occur if there is a compilation error in website
<%@ Register TagPrefix="uc3" TagName="AccountDetailCustomerBook" Src="/Controls/AccountDetailCustomerBook.ascx" %>
<%@ Register TagPrefix="uc2" TagName="AccountDetailHistoryChart" ...
0
votes
1answer
206 views
Finding selected item of Ultralistview
What is alternative to ListView's SelectedIndices property in Infragistics UltraListview?
FYI: SelectedIndices Property gets index of Selected Item in List View.
For more info please refer: ...
0
votes
1answer
141 views
Infragistics Ultralistview MouseHover Retrieve User Information
I am using Infragistics Ultralistview to display data in List which contains 3 columns and 4-5 rows(that could be upto 'n' rows depending upon data added). When i hover over the row for 2 seconds, i ...
0
votes
1answer
460 views
How to lazy load Infragistics UltraWebTree control?
I cannot find any examples of how to lazy load the Infragistics UltraWebTree v6.3
I found that the docs on the Infragistics site tend to be limited to the latest version of their controls, but this ...
0
votes
3answers
258 views
infragistics datagrid
i am planning to use infragistics datagrid for my application to be written in asp.net & c#?
can any one provide me a sample code for to use.and the site to download the infragistics tools
0
votes
1answer
142 views
Infragistics ASP.NET WebMenu Styling?
Can anyone please recommend a company who styles Infragistics for ASP.NET controls? Is there even a company who does that?
A friend needs to style a webmenu like a sample css menu and neither he or I ...
0
votes
1answer
729 views
Infragistics webcombo Typeahead suggest
I am using infragistics webcombo with the typeahead suggest.
The problem is that I am able to reach the WebCombo1_InitializeDataSource using the xmlReq, but the data is not visible in the webcombo.
...
0
votes
1answer
871 views
How to disable future dates in WebDateChooser
I am using WebDateChooser in my .net application...by default the Date Chooser shows Current date,so that we can choose any date 10 years before the Current year and 10 years after the Current ...
0
votes
2answers
1k views
ultrawebgrid dropdown column issue
hi i have added the drop down list to the ultra web grid column and saved the value selected in the drop down to the database
and when i try to retrieve the data and display the data its showing the ...