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

Get the Data of cell thats Dirty on RowUpdating Event

I am using UltraWebGrid from Infragistics for grid functionality in my ASP.NET 4.0 Application. I have enabled inplace editing for few columns in the grid. I wrote the logic for this event as protected void UltraWebGrid_RowUpdating(object sender,…
Programmerzzz
  • 1,237
  • 21
  • 48
0
votes
0 answers

UltraWebGrid in Chrome works on one server, but not another

I have the same code on a stage server as on a production server. In Chrome on production the grid displays properly. On the stage server, the grid does not render correctly. What might cause this? <%@ Register…
Scott
  • 2,456
  • 3
  • 32
  • 54
0
votes
1 answer

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 Database to the grid. To this data I need to add a…
Sunitha
  • 1
  • 2
0
votes
0 answers

UltraWebGrid not updating properly?

I have a legacy app that uses Infragistics UltraWebGrid and am running into a particularly infuriating issue. In runtime a column is added with checkboxes. When users hits save, it adds all users that are checked to a db. I have to add code to…
Hershizer33
  • 1,206
  • 2
  • 23
  • 46
0
votes
1 answer

Infragistic ultrawebgrid: After moving scroll bar, row click gets disabled in IE

The page I need to fix has UltraWebGrid control on it. When there are more rows then control can display, scroll bars appear. When clicking on a row, the data details page is displayed. However, after trying to scroll, when clicking on a row,…
eugene.it
  • 417
  • 3
  • 13
  • 32
0
votes
1 answer

How to get Footer value of infragistics UltraWebGrid Using Java Script

I set footer for Ultrawebgrid and its working Fine. But for some other uses i need to access the footer Value of ultrawebgrid . So i need to know how to get footer value of ultrawebgrid by using java script.
Karthikeyan
  • 333
  • 5
  • 17
0
votes
1 answer

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 this possible? I don't want to use webcombo, it is…
RKP
  • 5,285
  • 22
  • 70
  • 111
0
votes
1 answer

Disabling ultraWebGrid

I have an infragistics ultraWebGrid working as a selection list in a web form in asp.net. When user makes a row selection I want to make the grid disabled or lock the active row (to selection row) until the user ends up with a process flow I found…
user1392203
  • 309
  • 3
  • 5
  • 13
0
votes
1 answer

How to show two WebGrid in one view

I am facing the issue , i want to display two Webgrid in one view , so i create separate view for each , and calling on one view using
@{Html.RenderAction("NewRegisterCustomer", "AdminDeshboard");} …
user1035814
  • 184
  • 2
  • 4
  • 14
0
votes
1 answer

Ultrawebgrid Event before/after group?

I'm working with a web application that uses the UltraWebGrid v10.3. I needed to group the data in the grid which I managed to get working with a GroupByBox. Once the grid is grouped by a certain column, I want to remove/hide that column from the…
Awad Maharoof
  • 2,260
  • 1
  • 24
  • 36
0
votes
1 answer

Infragistics UltraWebGrid client side events broken in .NET 4.5

I've recently updated my ASP.NET project to .NET 4.5 (from 3.5) . This led to ClientSideEvents not firing properly on my Infragistics UltraWebGrid. The problem is that in my .aspx file I have configured a client side event on the UltraWebGrid like…
Joel
  • 8,502
  • 11
  • 66
  • 115
0
votes
1 answer

Browser exhibits strange behavior when using grid on Asp.net application

I have developed an ASP.Net application which users use to enter their time sheets. The application is using a grid to display the days as columns and the entries as rows. Whenever the user enters values to the cells, signifying the hours spent for…
user1012598
  • 417
  • 1
  • 8
  • 18
0
votes
1 answer

Infragistics UltraWebGrid - Selected Row changes randomly

We are using Version=11.1.20111.2064 of Infragistics35.WebUI.UltraWebGrid.v11.1 and we are experiencing trouble in selecting a row. When a person selects a row near the bottom of the grid, the selected row changes to a row near the top after a few…
Dylan
  • 165
  • 2
  • 16
0
votes
0 answers

While re-sizing the Column in UltraWebGrid (asp.net) , column alignment has to be changed

While re-sizing the Column in UltraWebGrid (asp.net) , column alignment has to be changed... All header names aligned to right from left side(ie. un-aligned format) how to fix it?? https://i.stack.imgur.com/1m3xz.png
Vivek
  • 43
  • 1
  • 6
0
votes
1 answer

MissingMemberException was unhandled on ultrawebgrid asp.net

Am trying to access the childs of my ultrawebgrid but am not sure what code is the correct one for asp.net. I know in vb.net i used the same code and it was fine. I get the error : MissingMemberException was unhandled.Public member 'getChildRow' on…
lantonis
  • 143
  • 14