Tagged Questions
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
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
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 ...
1
vote
2answers
721 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 ...
0
votes
1answer
51 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
55 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
0answers
153 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
383 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
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
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 ...