473,385 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Infragistics Ultra Web Grid Updating Problem

I was recently assigned to build a database administration tool with an
infragistics web grid UI. I am able to pull the data into a dataSet and
bind it fine. However, when I attempted to use the UpdateCell or
UpdateCellBatch events to transfer updated data to the data set, the
event arguements (Infragistics.WebUI.UltraWebGrid.CellEventArgs e) are
missing critical information such as the row and column of the cell
being updated, and most of the CellEventArgs are either null or -1. I
tried copying directly from a sample on the Infragistics website but
again, the CellEventArgs are missing the data even their tutorial needs
to run properly.

Any help would be appreciated,
- Paul

Nov 17 '05 #1
5 5448
This is a question for Infragistics support.

"Paul W" <Pa***********@medcere.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
I was recently assigned to build a database administration tool with an
infragistics web grid UI. I am able to pull the data into a dataSet and
bind it fine. However, when I attempted to use the UpdateCell or
UpdateCellBatch events to transfer updated data to the data set, the
event arguements (Infragistics.WebUI.UltraWebGrid.CellEventArgs e) are
missing critical information such as the row and column of the cell
being updated, and most of the CellEventArgs are either null or -1. I
tried copying directly from a sample on the Infragistics website but
again, the CellEventArgs are missing the data even their tutorial needs
to run properly.

Any help would be appreciated,
- Paul

Nov 17 '05 #2
This looks like a question you
should ask at the Infragistics forums :

http://devcenter.infragistics.com/De...ewsGroups.Aspx

In particular at :
news://news.infragistics.com/Infragi...dotnet.WebGrid

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Paul W" <Pa***********@medcere.com> wrote in message
news:11*********************@g14g2000cwa.googlegro ups.com...
I was recently assigned to build a database administration tool with an
infragistics web grid UI. I am able to pull the data into a dataSet and
bind it fine. However, when I attempted to use the UpdateCell or
UpdateCellBatch events to transfer updated data to the data set, the
event arguements (Infragistics.WebUI.UltraWebGrid.CellEventArgs e) are
missing critical information such as the row and column of the cell
being updated, and most of the CellEventArgs are either null or -1. I
tried copying directly from a sample on the Infragistics website but
again, the CellEventArgs are missing the data even their tutorial needs
to run properly.

Any help would be appreciated,
- Paul

Nov 17 '05 #3
Did you do a databind on the grid? This is usally the cause of a lot of the
problems.
--
Staff Consultant II - Enterprise Web Services - Cardinal Solutions Group

Future Business Model - National City Mortgage
"Paul W" wrote:
I was recently assigned to build a database administration tool with an
infragistics web grid UI. I am able to pull the data into a dataSet and
bind it fine. However, when I attempted to use the UpdateCell or
UpdateCellBatch events to transfer updated data to the data set, the
event arguements (Infragistics.WebUI.UltraWebGrid.CellEventArgs e) are
missing critical information such as the row and column of the cell
being updated, and most of the CellEventArgs are either null or -1. I
tried copying directly from a sample on the Infragistics website but
again, the CellEventArgs are missing the data even their tutorial needs
to run properly.

Any help would be appreciated,
- Paul

Nov 17 '05 #4
Yeah, I bound my dataset to the grid using the DataBind function. Is
this a problem and if so, how do I get the data from my data set onto
the grid if I don't bind it?

Thanks,
- Paul

Nov 17 '05 #5
Paul,
You should set the DataSource of the grid to the appropriate
DataTable/DataView. If there are relations in the DataSet to this table
this will create a multiband(level) grid. Make sure to code
InitializeLayout to set the grid layout after the DataSource changes. Also
if you ever want to clear the grid by setting the DataSource to null make
sure that your InitializeLayout code handles this appropriately.

As others have said Infragistics provide newsgroup support on
news.infragistics.com. The appropriate newsgroup for UltraWinGrid questions
would be infragistics.dotnet.wingrid.

Ron Allen
"Paul W" <Pa***********@medcere.com> wrote in message
news:11********************@z14g2000cwz.googlegrou ps.com...
Yeah, I bound my dataset to the grid using the DataBind function. Is
this a problem and if so, how do I get the data from my data set onto
the grid if I don't bind it?

Thanks,
- Paul

Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Michael Howes | last post by:
I'm looking for a power grid control to use for some C#/Windows forms development. There are a LOT of grids out there and trying to analyzes them could turn into a long task. Some things I'm...
1
by: steve | last post by:
Greetings, My team and I would like to use Infragistics for both WinForm and WebForm development. From a technical perspective we see the benefits. The boss wants me to quantify ROI. The...
5
by: Jéjé | last post by:
Hi, I'm looking for a webcontrol which provide the same capabilities of the outlook grid. I have found 2 products, 1 provided by infragistics, the second by componentone. There is any other...
5
by: Paul W | last post by:
I was recently assigned to build a database administration tool with an infragistics web grid UI. I am able to pull the data into a dataSet and bind it fine. However, when I attempted to use the...
2
by: NuB | last post by:
i have to do a web app using the infragistics web grid and i never used them. I changed the autobuildcolumns to false and bind my dataset to the grid, but it comes up empty (no data). how can i...
3
by: Ronald S. Cook | last post by:
Hi everyone, We're needing to pick a suite of components for our C#/VS 2005 development. Top on our list is a treeview that integrates with a datagrid. I think all the big goes provide that. ...
3
by: Sarahb1337 | last post by:
Hi all, I have two tables that I'm trying to display in a Master Detail fashion in an Infragistics UltraGrid. I added both tables to a dataset and added a datarelation between the two tables...
0
by: faizalahmd | last post by:
I would like to have paging as well as sorting in a infragistics ultra web grid control .. regards, Faizal Ahmed
1
by: faizalahmd | last post by:
I would like to know the features of ultrawebgrid(infragistics control) compared to normal grid view ... Thanks in advance, FAIZAL AHMED.H
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.