473,569 Members | 2,747 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Does anyone use Infragistics' UltraWebGrid control?

Hi Everyone,
I'm using Infragistics' UltraWebGrid control on a page for it's column
grouping functionality (which makes the page start to look like a pivot
table). However, requirements have changed - as they do - and now I
need to programmaticall y set the groups from the server without any
user interaction. As far as I can tell there's no standard way of doing
this; the only way to change the control's groups is by dragging and
dropping column headers inside the client's browser. If anyone's tried
to do something like this - and either succeeded or failed - please
could you help me out? Alternatively, if there are similar or better
controls, I'd be keen to hear about them.
Many thanks,
Jonathan

Nov 1 '06 #1
3 6189
You should submit a case to Infragistics support. They will give you the
quickes and most accurate answer. This newsgroup isn't really for help with
3rd party controls.

"Jono" <jo*******@gmai l.comwrote in message
news:11******** *************@i 42g2000cwa.goog legroups.com...
Hi Everyone,
I'm using Infragistics' UltraWebGrid control on a page for it's column
grouping functionality (which makes the page start to look like a pivot
table). However, requirements have changed - as they do - and now I
need to programmaticall y set the groups from the server without any
user interaction. As far as I can tell there's no standard way of doing
this; the only way to change the control's groups is by dragging and
dropping column headers inside the client's browser. If anyone's tried
to do something like this - and either succeeded or failed - please
could you help me out? Alternatively, if there are similar or better
controls, I'd be keen to hear about them.
Many thanks,
Jonathan

Nov 1 '06 #2
Hi,

Jono wrote:
I'm using Infragistics' UltraWebGrid control on a page for it's column
grouping functionality (which makes the page start to look like a pivot
table). However, requirements have changed - as they do - and now I
need to programmaticall y set the groups from the server without any
user interaction. As far as I can tell there's no standard way of doing
this; the only way to change the control's groups is by dragging and
dropping column headers inside the client's browser. If anyone's tried
to do something like this - and either succeeded or failed - please
could you help me out? Alternatively, if there are similar or better
controls, I'd be keen to hear about them.
I'd go and post to one of infragistics' forums:
http://news.infragistics.com/?heirar...vantage.aspnet

Or, go to www.infragistics.com and choose "Infragisti cs Forums" from the
"Get Help" Menu (top right).

Cheers,
Olaf
--
My .02: www.Resources.IntuiDev.com
Nov 1 '06 #3
Although the technical cause of my problem could probably be solved by
an Infragistics newsgroup (which I did try before mailing this group
but found the search results impossible to navigate as there's no
concept of message threads, and a lot of the topics were very stale), I
was also asking (albeit hidden away at the end of my post, and not a
part of the subject) what other controls offered comparable
functionality.

Marina Levit [MVP] wrote:
You should submit a case to Infragistics support. They will give you the
quickes and most accurate answer. This newsgroup isn't really for help with
3rd party controls.

"Jono" <jo*******@gmai l.comwrote in message
news:11******** *************@i 42g2000cwa.goog legroups.com...
Hi Everyone,
I'm using Infragistics' UltraWebGrid control on a page for it's column
grouping functionality (which makes the page start to look like a pivot
table). However, requirements have changed - as they do - and now I
need to programmaticall y set the groups from the server without any
user interaction. As far as I can tell there's no standard way of doing
this; the only way to change the control's groups is by dragging and
dropping column headers inside the client's browser. If anyone's tried
to do something like this - and either succeeded or failed - please
could you help me out? Alternatively, if there are similar or better
controls, I'd be keen to hear about them.
Many thanks,
Jonathan
Nov 2 '06 #4

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

Similar topics

5
5457
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 UpdateCell or UpdateCellBatch events to transfer updated data to the data set, the event arguements (Infragistics.WebUI.UltraWebGrid.CellEventArgs e)...
0
2542
by: Bob Schroeder | last post by:
Description: I have an aspx page that include both a dropdownlist and an infragistics ultrawebgrid (version 2). The problem is that the grid's UpdateGrid and UpdateCellBatch events are being fired after the dropdownlist's selectindexchanged event (The dropdown list is set to autopostback.)
0
2783
by: Pablo | last post by:
I am using the UltraWebGrid de Infragisitics, I inserted a column of Hyperlynk type, but how the URL is placed this.UG1.Bands.Columns.Type=ColumnType.HyperLink;
0
1551
by: griffitd | last post by:
I am using the infragistics ultrawebgrid to display and enter data from/ to a SQL database. I have a combobox created as the value list of a cell. When I run the software on the development PC IE6 with sp1 it works fine. The data from then SQL database is listed in the drop down list. When I am on a client PC with an eariler verson of...
0
1920
by: Joxie | last post by:
Hi, All! Recently I'm using ultrawebgrid for my projects... While I try Ultragrid (for windows application) I could call printpreview as ultragrid function, but while I'm using Ultrawebgrid (for asp.net/web application) I can't find the printpreview... So, the question is: Is there a way for me to use printpreview for Ultrawebgrid (just like...
0
1738
by: ando | last post by:
Hi, I've just got started with Infragistics, and encountered some problem on using Ultrawebgrid. I only need data edited in the grid to be saved to its datasource. Notice that I have taken care about setting some properties like : allowUpdate, allowAddNew ... on true. But when I add, update or remove a row in the grid, it doesn't take effect...
0
1859
by: bharathreddy | last post by:
Dear All, We are converting our module from .Net 1.1 to .Net 2.0 & Infragistics 4.1 to Infragistics 7.1. Here I am facing a problem. The one which is working fine in 1.1 is not working with 2.0. One of the Client side event /function is firning but others are not. Can any one who is working on Infragistics 7.0 pls help me. This...
2
5846
by: haisanju | last post by:
hi i am working in c#.i am using infragistics in web application. in ultrawebgrid i have added template column in that template column i have added textboxes dynamically on placeholder i want to add balloon tooltip for those textboxes which are created dynamically in template column..please can any one help me.... its urgent... regards...
1
3143
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
7694
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7609
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8118
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
5504
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3636
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2107
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1208
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.