Does anyone know how to set focus to a control contained within a WARP control? For example, I have three text boxes and one button wrapped in a WARP control. In the Page Load event I can set focus to any of the text boxes and it works fine. But on a postback, focus is lost completely and cannot be set to any of the controls. I know ...
My C# coded application uses an Infragistics.Win.UltraWinGrid.UltraGrid to display some data. The data is basically a collection of computers. The application is able to filter these computers (like "Workstations", "Servers" etc) for viewing. This is how I filter:
private DataView FilterTableDataForViewing(DataTable originalTable, strin...
I am using UltraGrid from Infragistics and facing a problem when selected a cell value. Whenever I select a cell value it shows as 0.000 as default. I want to show it as 0 or 1. I have already made the changes using the UltraGrid designer but for some reason it always displays 0.0000. The strange thing is that when the collection is bind...
I need to select one row, multiple rows or a cell in Ultragrid to copy from the grid. How can this be accomplish?
...
How do I add a filter dropdown that allows multiple selections to an Infragistics Ultrawebgrid column?
...
I am attempting to create a clickable piechart in ASP.NET 2.0 with C# using version 7.1 of Infragistics' software.
The chart appears as it should, but the function marked in the OnChartDataClicked event is not called.
From the .aspx:
<igchart:UltraChart ID="UltraChart1" runat="server" OnChartDataClicked="DataRegionClicked">
<...
We are currnetly an Infragistics NetAdvantage Select customer and have been for a few years. Their controls are ok but not what I would call great but the time invested in learning them to date is the main reason we stick with them. We use both ASP.NET and Winnform controls.
As we are due to renew, we are considering DevExpress as an o...
By default the ultraWinGrid pops up a delete confirmation box for any row deletions. How do I turn that feature off?
If i'm deleting in the code, it's no problem:
myUltraGrid.DeleteSelectedRows(False)
But I don't know how to apply that when the user presses the delete key.
...
Hi i am using infragistics webcombo with the typeahead suggest
the problem is iam able to reach the WebCombo1_InitializeDataSource using the xmlReq
but the data is not visible in the webcombo
below is the piece of code iam using.
...
How do you delete a row in an Infragistics grid in Safari? In IE and Firefox, you highlight the row, then hit the delete key (at least, that's how we implemented it). However, this does not work in Safari.
...
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 textbox on another WebForm, webform2.
How can I get the selected row from webform1 to webform2?
...
Hi guys. Have some task with Infragistic UltraGrid requirement. Found Infragistic controls' list on their site, but there is no UltraGrid in it, only WinGrid. Please, tell me, are these products the same?
Thank you
...
This is a usability request. My infragistics-using app enables the user to drag an UltraGridRow onto a UltraExplorerItem to simulate a grouping action. My user is too dumb to realise which item he's attempting to drop onto. Is there a way I can highlight the moved-over item? ...Perhaps on the DragOver event handler of the explorer bar?
...
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 are that good at CSS to get it 100% right.
If anyone knows who might be able to do this, please suggest.
Thanks.
...
Hi
I'm using infragistics net advantage for .net framework. I have a really weird error with their ultragrid. I will try to explain it:
On my ultragrid I have 5 columns. I am trying to paste 11 rows and 5 columns from Excel. If I leave entries in cells empty of the LAST column and the row BELOW row 6 (i.e rows 7-11) I get the followin...
I am using Infragistics 2009 vol 1.
My UltraGrid is bound to a BindingList of business objects "A" having themself a BindingList property of business objects "B". It results in having two bands: one named "BindingList`1", the other one "ListOfB" thanks to the currency manager.
I would like to refresh the GroupBy sort of the grid whenev...
Hello,
Does anyone knows how to make the Infragistics UltraListView control scrolls down automatically whenever a new item is added?
...
Using IE8's developer mode, I see that select lists are implemented using partial postbacks. Unfortunately, the select list itself doesn't appear addressable. It has no ID. Here is how it looks in IE8:
<TD id=ctl00$mainContentPlaceHolder$DashboardTabContainer$Documents$DocumentsGrid_pager class="ig_8862b396_r0 DataGrid ig_8862b396_r16 D...
How do I make an Infragistics WinForm Grid to allow only a single row to be selected?
...
Oout of the box the Infragistics UltraGrid control allows you to make the last column in a grid spring to fill the remaining unused portion of the grids bounding rectangle.
____________________________
| Col1 | Col 2 | Col 3---->|
| |
I have searched but cannot find a method of making a column that is not the ...