Questions tagged [ultrawebgrid]

UltraWebGrid is an ASP.NET data grid UI component developed by Infragistics.

UltraWebGrid is an ASP.NET data grid UI component developed by Infragistics.

49 questions
1
vote
1 answer

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 the footer is being calculated by the values of…
Andreas Grech
  • 105,982
  • 98
  • 297
  • 360
1
vote
2 answers

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 place and don't scroll with the rest of the page…
frimley
  • 212
  • 5
  • 9
1
vote
0 answers

Ultrawebgrid Footer throws error in chrome

I have the below code in my application to set visibility to column footer in ultrawebgrid. Ultrawebgrid1.DisplayLayout.ColFootersVisibleDefault = ShowMarginInfo.Yes; This works good in Firefox and IE, but shows null reference error in chrome,…
Niash
  • 21
  • 5
1
vote
5 answers

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 scroll in the right place. I'm assuming some property…
Ron Harlev
  • 16,227
  • 24
  • 89
  • 132
1
vote
3 answers

How to update the value in cells in a grid

i have a Grid and i have 4 rows and I need to update the 4th row based on the inputs in the 1st,2nd and 3rd row values . Example : 1st when you enter 1 the total in the 4th row should be 1 when you enter 1 in 1st row and 2 in 2nd row the total…
user1567194
  • 179
  • 2
  • 3
  • 17
0
votes
1 answer

Dropdown in templated column for ultrawebgrid does not function properly

I have a templated column. I am using a Dropdown as header template and based on the value of the dropdown user sets, I update sigle DB record. Header drop down has nothing to do with the contents of the cells of that column. Everything works fine…
Estefany Velez
  • 328
  • 4
  • 18
0
votes
2 answers

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 value of the dropdown not the text e.g. 4001 -…
muthu
  • 87
  • 1
  • 12
0
votes
1 answer

How do you force Infragistics UltraWebGrid to databind if you handle the InitializeDataSource event?

I am using Infragistics UltraWebGrid. I've handled its InitializeDataSource event with a function that fills the grid's DataSource property. Great. That works. When the grid determines that it needs data it goes and gets it. My issue is that there…
Jeff King
  • 243
  • 3
  • 7
0
votes
1 answer

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 autocomplete functionality to one of the columns in this…
0
votes
1 answer

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:
Mike Christensen
  • 88,082
  • 50
  • 208
  • 326
0
votes
1 answer

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 event's argument gives me the cell key (which is…
user1012598
  • 417
  • 1
  • 8
  • 18
0
votes
1 answer

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
1 answer

grid selected row

Hi iam using infragistics ultrawebgrid in this how to get the selected row index in the button click event
Muthu
0
votes
2 answers

Infragistics UltraWebGrid custom paging

I am using Infragistics UltraWebGrid in my application when I use custom paging I am not able to retrieve the specified number of records per page The code I have written is string[] cusLabel; in the grid…
Muthu
0
votes
1 answer

Problem facing with sorting the hyperlink column in Infragistic ultrawebgrid

I am facing an issue for sorting the hyperlink column in infragistic ultra webgrid. I'm using server side sort method to sort the column - GD1_sortcolumn and passing the asc, desc and other parameters accordingly bind the data in ultra webgrid it's…