Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
3
votes
3answers
10k 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
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
3k views

How do I access the child rows of an Infragistics Web Grid row?

I need to modify the contents of the child rows of a hierarchical Infragistics web grid when it is expanded. I can get the parent row from "e.Row" in the following code. But how do I get its child ...
1
vote
1answer
331 views

Apperance of runtime Infragistics UltraWebGrid different than in ultrawebgrid designer

!I'm trying to get an Infragistics UltraWebGrid to work with one of the Styles provided by Infragistics (Office2007Blue). My problem is that the grid looks nice at design time (image1) ... but bad ...
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
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
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
2k views

How to find rows n the dataset (with no primary key)

I using the Ultrawebgrid- Update event:: protected void UltraWebGrid1_UpdateRow(object sender, RowEventArgs e) so, I want to update the row(updated in the grid) in the datatable (inside a dataset) ...
1
vote
1answer
4k views

Infragistics UltraWebGrid - Footer Totals

I am currently using the UltraWebGrid control of Infragistics and I am displaying the sum of values of a column in the footer. The problem is that, since I am using paging, the total displayed in ...
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
0answers
54 views

UltraWebGrid Designer Does Not Display Child Bands When Binding to Custom Object

I have an Infragistics UltraWebGrid whose data source is an ObjectDataSource. This ObjectDataSource's Select Method fetches a collection of custom business objects (Expenses). Each of these Expenses ...
0
votes
0answers
110 views

Infragistics UltraWebGrid not refreshing after issuing DataBind() in code behind

I have an UltraWebGrid, in which I detect the DoubleClick event in code-behind and open a WebDialogWindow control in modal state, giving the user the option to update the clicked record's status. ...
0
votes
1answer
224 views

Getting an UltraWebGrid selected row datakey when clicking on a cell

I have an Infragistics UltraWebGrid bound to a datasource; I am trying to allow the user to change the value of a few cells in the row, so I am trapping the CellClick event in code behind. While the ...
0
votes
0answers
53 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
108 views

How to add a check box on Ultrawebgrid?

I have requirement like i want to add a checkbox on my Ultraweb grid. how can achive this? I want to add this in the run time i.e row initialization time. can one help me?
0
votes
0answers
246 views

How to dynamically databind one UltraWebGrid Value List based on another's selection

I am using Infragistics UltraWebGrid with ASP.Net; I have Dropdown lists in a couple of columns which are initially populated with Valuelists in the code behind. I would like the second Valuelist to ...
0
votes
0answers
151 views

Exporting to Excel with ExportMode=Download- Unauthorized exception on server

I am using Ultrawebgrid excel exporter and trying to export the data in Ultrawebgrid to Excel. When it reaches the Export method , it is throwing unauthorized exception in the following path " ...
0
votes
0answers
380 views

Ultrawebgrid column data overload on rebinding the grid

We are binding a dynamically generated dataset to the Hierarchial Ultrawebgrid. After that few rows can be selected and mail is sent. For the mail we have to generate a PDF from the selected rows. ...
0
votes
0answers
388 views

Ultrawebgrid - Bind dynamically generated datasource to a cell in each row

We are using Infragistics Ultrawebgrid 9.0. The problem is that we have a requirement where the cells have to be bound with a datasource. We have tried the value list attribute , but we see that it is ...
0
votes
0answers
88 views

Exporting Hierarchical Grids in .pdf documents

In our webapplication, we've hierarchical grid (2 bands) which we want to export to PDF document using document exporter. We are able to export data, but all borders are not shown for grid in the pdf ...
0
votes
1answer
797 views

How to add a hyperlink column in an UltraWebgrid that will redirect me to a popup window

I am pretty new to Infragistics controls and finding it hard to add a hyperlink column to the ultraweb grid. Can anyone help me out with this. Currently, I am binding the data coming from the ...
0
votes
1answer
1k views

autocomplete dropdown in Infragistics ultrawebgrid cell

I want to an autocomplete dropdown control in the ultrawebgrid cell in edit mode, so user can type the data and value is filled in automatically if exists, invalid data should not be permitted. is ...
0
votes
1answer
1k views

Bind Infragistics UltraWebGrid with Hierachical view to collection of objects

I have a list of entities that i want to bind to my UltraWebGrid. The Class definition of the entity has the following structure public class Parent { public Guid Id { get; set; } public String ...
0
votes
0answers
1k views

Adding a filter dropdown to an Infragistics Ultrawebgrid

How do I add a filter dropdown that allows multiple selections to an Infragistics Ultrawebgrid column?
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 ...
0
votes
1answer
2k views

Adding a new row (with a templated column) to an Infragistics UltraWebGrid

I am using the Infragistics UltraWebGrid to capture some data. I don't have this grid bound to a datasource, I simply access the values I need when the user clicks a save button. I need to add ...
0
votes
4answers
2k views

visibility:collapse in javascript

I'm using Ultrawebgrid for my applcation: I'm using a textarea for listing the errors in my application in the row template when the user clicks that particular row... So I need to have texarea ...
0
votes
0answers
279 views

ASP.net controls moving left and right in the web page when ultrawebgrid is clicked

I'm using certain DropDowns, Buttons and Ultrawebgrid in my application. After the application is run, in the webpage, the controls i.e. Dropdowns and buttons especially are moving left and right as ...
0
votes
1answer
1k views

grid selected row

Hi iam using infragistics ultrawebgrid in this how to get the selected row index in the button click event
0
votes
1answer
3k views

Infragistics ultrawebgrid custom paging

Hi iam using infragistics ultarawebgrid in my appliccation when i use custompaging iam not able to retrive the specified no of records per page the code i written is string[] cusLabel; in the grid ...