di Infragistics - Tipo prodotto: Componente / ASP.NET WebForms / ASP.NET AJAX (ATLAS) / .NET WinForms / .NET Class / .NET WPF / Silverlight / 100% Managed Code / JavaScript / AJAX
Hi, I am new to Infragistic Controls and forgive my ignorance if I am wrong. Does NetAdvantage have any Browser Control available to be used for .NET 2003 windows application. I am currently using VS2003 for an older API needed to be integrated with browser control. So if it exists please could somebody guide me how to utilize it or else some other way to integrate it.
Thanks
Saleem.
Rispondi
support right to left in vb2008 for persian lang?
Rispondi
I am using Infragistics UltraWebGrid in my application and I want to export data to excel so i have written code below
UltraWebGridExcelExporter1.Export(Ultrawebgrid1)
UltraWebGridExcelExporter1.DownloadName = "Filename.xls"
it works fine for records below 10000 but when count goes up its showing me error for array bounds and sometime object reference
Please Help me
Rispondi
how can i page resize dynamically in ultrawebtab...?
Rispondi
I have implemented drag and drop, now the issue is i am not even able to drag scroll bar. i need to use scroll buttons. Can any one please help with this
Thanks,
Madhuresh
Rispondi
In my .net Application , Some of The combobox are not getting populated . The thing is that The same Application in others system has no problem .Only for me There is some problem with The comboboxes.
Rispondi
RE: NetAdvantage for .NET kiranlsk [India] 01-May-2008 11:11:16
Hi.
If you are using infragistics combobox then you have to add the related dll and xml files .and check that control reference will add in web.config file Assemblies
Rispondi
I am using the UltrawinGrid. I have enabled the ADD new item button on the grid.
I also need to add an UPDATE button, so the user can add the changes to the dataset without having to use the lost focus events and such. IS there any way to add an "Update" button to the grid?
Rispondi
Can any one, please tell me how to implement drag and drop between two win grids?
Thanks in Advance,
Madhuresh
Rispondi
RE: NetAdvantage for .NET neelima.net [USA] 21-Feb-2008 18:50:24
I dont know either...If you figured it how to do that...
Can you please share it with me... I am trying to drag and drop columns between grids.
- Thnx
NG
RispondiRE: RE: NetAdvantage for .NET madhuresh.ag [USA] 11-Apr-2008 19:24:12
This link provides help: http : / / w w w. kdkeys .n e t / blogs / tgrts_blog/ archive/2005/05/03/4638. aspx
we need to manually remove the data from the old data source and add it to new one.
Rispondi
I have upgraded Infragisctics for ASPNET 2.0. Now the styles defined in codebehind are not working
Infragistics.WebUI.UltraWebGrid.ColumnHeader ch = new Infragistics.WebUI.UltraWebGrid.ColumnHeader(true);
ch.Caption = "Counterparty";
ch.Style.HorizontalAlign = System.Web.UI.WebControls.HorizontalAlign.Center;
Rispondi
We are using Infragistic 5.1.
After updating the project from .net1.1 to .net2.0, there is one problem with the ultragrid.
Here are the steps to produce the problem:
1. New a DataSet.
2. Add DataTables into the DataSet.
3. Set ralations between the tables to generate level 2 grid.
4. Use "this.ultraGrid.DataSource = dataSet" to show the grid.
When the count second level tables is less than 9 , everything is ok.
When the count is 9, it costs about 12 seconds to show the grid.
When the count is 10, the time exceeds 13 minutes.
I have done a simple sample to show this problem.
If you are interested in this, I can send you that.
Rispondi
RE: Problem in ultra grid rashmimanni22 [India] 16-Jul-2008 11:40:21
loading into ultragrid.datasource=dataset is taking time since level 2 is having relation 9 . could please suggest any solution for my problem
Rispondi
im using a infragistics ultra week view. but the thing is i would like to transfer the text from the textbox to the calendar to set a schedule. thanks!
Rispondi
RE: Ultra Week View sanjeeb78 [India] 16-Nov-2007 06:45:04
I am new to this grid. Can any body provide any document or sample code .
Rispondi
Hi ,
May you please help me with one matter:
I have ultra data grid and have set the property of the grid RowSelectHeaderStyte to a ColumnChooserButton, and i got the Field Chooser with columns connected to a grid, which is ok, but the question is:
How do I change the Title of the Column Choser(not to be "Field Chooser" but something else, what is the property in the grid to change this?) without creating my own column chooser dialog and how do I get the column chooser of the grid (is there any way?)...so I just want to changed the Title of the column chooser embedded in the grid.
Please advise.
Really appreciated!
Igor
Rispondi
RE: Infragistics NetAdvantage igorkersic [Czech Republic] 30-May-2007 11:50:29
I've found the way to change this , you implement the event BeforeColumnChooserDisplayed of the grid and then from
BeforeColumnChooserDisplayedEventArgs you fetch e.Dialog and it behaves like a form so just change Dialog.Text ...
But either way thank you.
Rispondi
RE: Infragistics NetAdvantage chathsoft [Sri Lanka] 23-Oct-2007 08:38:32
Hi
Rispondi
I have a wintoolbar placed on my MDI form. Now the problem is that when i open any dialog using form's ShowDialog method, at first form does not appear properly and application gets stuck there. When i move my mouse to the task bar or press any key then this form appears. Same thing is happening with MessageBox.Show dialog.
I have found that this problem is occurring due to infragistics wintoolbar control placed on main MDI form because it works fine when i remove this toolbar and open the same form.
I have no idea that what is the problem. Please help me to solve this issue. Thanks
Rispondi
Hi to all ,
I got error while populating Infra. wingrid from datasource so please help me to solve my error as early as possible
Detailed error is as follows:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at Infragistics.Win.UIElement.DrawChildElements(UIElementDrawParams& drawParams)
at Infragistics.Win.UIElement.DrawElement(UIElementDrawParams& defaultDrawParams)
at Infragistics.Win.UIElement.DrawChildElements(UIElementDrawParams& drawParams)
at Infragistics.Win.UIElement.DrawElement(UIElementDrawParams& defaultDrawParams)
at Infragistics.Win.UIElement.DrawChildElements(UIElementDrawParams& drawParams)
at Infragistics.Win.UIElement.DrawElement(UIElementDrawParams& defaultDrawParams)
at Infragistics.Win.UIElement.DrawChildElements(UIElementDrawParams& drawParams)
at Infragistics.Win.UIElement.DrawElement(UIElementDrawParams& defaultDrawParams)
at Infragistics.Win.UIElement.DrawChildElements(UIElementDrawParams& drawParams)
at Infragistics.Win.UIElement.DrawElement(UIElementDrawParams& defaultDrawParams)
at Infragistics.Win.UIElement.DrawHelper(Graphics graphics, Rectangle invalidRectangle, Boolean doubleBuffer, AlphaBlendMode alphaBlendMode, Boolean clipText, Boolean
Rispondi
Good Day Dear,
In our new project we want to use Infragistics Grid.I don't know how to use it in a new project.Can you just suggest me an idea with an example.It is very urgent for me.Expecting a good reply from your side.
Thanks & Regards,
Rispondi
Can anyone help me with grouping columns using UltraWinGrid. - UltraWinGrid allows the user to drag and drop groups and columns. It would be great if you could provide sample code.
Thanks
Deepti
Rispondi
RE: Infragistics NetAdvantage uday.bca [India] 28-May-2007 06:19:25
I am applying for new user id
Rispondi
I want to loop through all the rows of the current band of the current active row do you have any sample code for that This is for the Ultragrid product.
Rispondi
RE: Infragistics NetAdvantage geetha [India] 28-Feb-2008 07:50:59
hi,
How can we retreive row values from ultrawebgrid when mouse over on it using javascript
Rispondi
Hi,
I am trying to have column resizing on Infragistics grid. It is working fine on my local machine which has windows XP pro, but when I push the code to the server running windows 2003 server, it is not working well. On the server, when I try to drag the columns holding the header, only the data columns are resizing, but not the header portion. Does anyone have a solution for this?
Rispondi
plseae send the sample Rowedit template using infragistics 6.2 with asp.net 2.0
its very urgent
Rispondi
RE: Infragistics NetAdvantage nsriram55 [USA] 03-May-2007 19:06:44
Hi,
I am trying to have column resizing on Infragistics grid. It is working fine on my local machine which has windows XP pro, but when I push the code to the server running windows 2003 server, it is not working well. On the server, when I try to drag the columns holding the header, only the data columns are resizing, but not the header portion. Does anyone have a solution for this?
Rispondi
I have proble in Ultrawebgriding.
Can anybody tell me how to update database through RowEditTemplate.
Rispondi
RE: Infragistics NetAdvantage pk_friends2001 [India] 15-Mar-2007 06:41:19
Hi
i am alos having the same problem if got answer plz forward me its urgent
RispondiRE: Infragistics NetAdvantage malik.prerna [India] 07-May-2007 08:31:05
hi
i am also have the same problem. if u got solution plz forward me.
Rispondi
Hello All;
We are using NetAdvantage on a project and are seeking a solution for resizing. The app has an explorer-like appearance with an UltraWebTree on the left and an UltraGrid on the right. Interest would be to allow the user to dynamically move the vertical devider back and forth between these two controls. Using ASP.net
Thanks in advance,
Rispondi
Hi Nice People,
I have a table with a <td> of rows of number links and another <td> of Infragistic UltraWebTab control. How can I add html kind of anchor links in Infragistic UltraWebTab? i.e. I click the number links in my first <td> and the responsive anchor in the Infragistic UltraWebTab in my another <td> will be jumped to.
Thanks much!
Rispondi
RE: Infragistics NetAdvantage freebsbd [China] 19-Oct-2006 10:32:13
123
RispondiRE: RE: Infragistics NetAdvantage daravindareddy [India] 19-Dec-2006 07:06:23
Can anyone help how to add different display buttons like editor button , dropdown ect to each column in ultra grid
RispondiRE: RE: RE: Infragistics NetAdva... davesphone00 [USA] 19-Dec-2006 14:59:22
ultraGrid1.DisplayLayout.Bands[0].Columns[0].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton;
ultraGrid1.DisplayLayout.Bands[0].Columns[1].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
RispondiRE: RE: RE: RE: Infragistic... pankaj.gharge [India] 13-Feb-2007 13:07:19
RE: RE: RE: Infragistics NetAdva... siva.prasad [United Kingdom] 02-May-2007 12:50:37
ultraGrid1.DisplayLayout.Bands[0].Columns[0].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.EditButton;
ultraGrid1.DisplayLayout.Bands[0].Columns[1].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList
Rispondi
i am exporting my data to excel sheet using Infragistics.WebUI.UltraWebGrid.ExcelExport.UltraWebGridExcelExporter utility.
i need to show 41 ABS Credit IG (Rated AAA to BBB) bonds Collateral Curve Volatility
41 ABS Credit IG (Rated AAA to BBB) bonds Commodity / Commodity
41 ABS Credit IG (Rated AAA to BBB) bonds Commodity Volatility
41 ABS Credit IG (Rated AAA to BBB) bonds Credit Curve
41 ABS Credit IG (Rated AAA to BBB) bonds Credit-Commodity
378 ARMS IG (Rated AAA to BBB) bonds Bond Index Volatility
378 ARMS IG (Rated AAA to BBB) bonds Borrowing Costs
378 ARMS IG (Rated AAA to BBB) bonds CMT Volatility Leverage Factor
378 ARMS IG (Rated AAA to BBB) bonds CMT-CMS Spread
data as:
41 ABS Credit IG (Rated AAA to BBB) bonds Collateral Curve Volatility Commodity / Commodity Commodity Volatility Credit Curve Credit-Commodity
378 ARMS IG (Rated AAA to BBB) bonds Bond Index Volatility Borrowing Costs CMT Volatility Leverage Factor CMT-CMS Spread
on excel sheet
I have ExcelExporter_RowExporting vent there i can work with cell but can no set unset the column index.
Can any one help with chanding column transformation to row.
Thanks
Rispondi
Hi!!!!
Can anybody tell me how to drag and drop a node from one tree to another tree in windows form using infragistic. I had seen the sample given in the net advantage. But they had droped the node within the same tree. But i want to drag and drop a node from one tree to another tree in windows form. This is an urgent issue, plz help me out to solve this....
If possible send me the sample code.............
Thanks
Rispondi
Is there an equivalent event in ultragrid for CellClick.
Datagridview has a cell click and i need an exactly same event in the ultra grid too.
I noticed that there is a celldoubleclick event but no cellclick event.
Please help with an equivalent event in ultragrid,
Rispondi
RE: Infragistics NetAdvantage (UltraGrid) svasthare1 [USA] 18-Nov-2006 13:58:57
Datagridview has a cell click and i need an exactly same event in the ultra grid too.
I noticed that there is a celldoubleclick event but no cellclick event.
Please help with an equivalent event in ultragrid,
Rispondi
hi,
i am working with infragistics ultragrid control with c#.NET.
while printing the ultragrid information i need to club the two pages information into single page.
Please help me.
Thanks & Regards,
Rajendra.
Rispondi
hi
I am Using UltraWebGrid Control and I want to show header images at each row.
I need help..please reply
Thanks & Regards,
Ni3
Rispondi
Hi,
I wish to use the DataKey property of the UltraWebTree in a .NET 1.1 app. I have inherited a custom descenadnt with some minimal behaviour in it, om which is involved in populating the
nodes. I need to use Tag on the server side to hold an object so I wan to use DataKey as a means of getting a custom value through to the client side, which of course implies that I need to set DataKeyOnClient.
In a test with a raw tree, it works fine. I can successfully get a simple Tag and DataKey value sent through to the client. In my descendant class, I set the properties on the nodes, and only the Tag comes through in a test. I cannot find a way of making the DataKey go through.
It seems that maybe the DataKeyOnClient viewstate info might be getting lost somewhere along the line, but I don't fully understand the logic flow
Any thoughts from anyone, or should I resort to a custiom attribute?
Thanks
- Brian
Rispondi
I need help on Infragistic Ultragrid:
--> We have requirement to display each row with edit button and on click of edit all columns of the row become editable & display respective controls i.e. Textbox, Combo Box, check Box etc. and the edit button replaced by Save button.
On click on Save, data post-back, get saved and grid repopulated.
Can anyone provide, how can i achieve this functionality.
Thanks & Regards,
JIGAR MEHTA
Rispondi
I need help on Infragistic Ultragrid:
--> We have requirement to display each row with edit button and on click of edit all columns of the row become editable & display respective controls i.e. Textbox, Combo Box, check Box etc. and the edit button replaced by Save button.
On click on Save, data post-back, get saved and grid repopulated.
Can anyone provide, how can i achieve this functionality.
Thanks & Regards,
JIGAR MEHTA
Rispondi
To Be Deleted
Rispondi
delete delete 20-Jul-2006 22:11:10
delete
Rispondi
Hello I am using Infragistics 2005 Volume -2 .
in my application i have used custom filtering.
But whenever i want to filter , a dialog box appears with two combo boxes.
the first combo box contains the "operator" and the second combo box is the "operand".
The first combo box contents are getting populated correctly but the second combo box contains
all the data of the column for which we have applied filtering along with all the columns in the table.
So can anybody suggest me how i can suppres the contents of the "operand" combo box so that it should display only the contents of that column which have been selected for filtering.
Rispondi
RE: Infragistics NetAdvantage 2006 mohd12khan [Pakistan] 29-May-2006 06:41:33
hi
Rispondi
RE: Infragistics NetAdvantage 2006 yuekegoodboy [China] 14-Mar-2008 06:22:24
I face the same problem. And I did not findany way to solve this. the Operator and Operand are two columns in a UltraGrid and they are NON PUBLIC. so, no way...
Rispondi
2006-05-11
I ´m installing NetAdvantage 2006 VOL 1CLR 2.0 ON WINDOWS 2003 STANDARD EDITION SP1.
Error message: Error 1609. An error occurred while applying security settings. ASPNET is not a valid user group. This could be a problem with the package, or a problem connecting to a domain controller on the network. Check your network connection and click Retry o Cancel to end the install.
I use VS 2005 Developer Edition.
I know that on Windows 2003 there is not an ASPNET account, because ASPNET run over Network Services.
Can you help me?
Rispondi
RE: Infragistics NetAdvantage 2006 Error 1609 devhi0000 [Peru] 11-May-2006 15:34:46
Other question: where can I find the files of the instalation that failed?
Thanks, again.
RispondiASP .NET Group Juan Carlos Chavez Trinidad [Mexico] 07-Jul-2006 03:19:30
Hello I am from mexico
The only that you need to do is create a new user with the name "ASP.NET"
And ready The installation program will continue
bay
Rispondi
I have added an UltraToolBarsManager with one toolbar to a usercontrol. As soon as I add the usercontrol to a form the Toolbar is no longer visible - at both design time and run time. I have experimented with various settings and combinations of parent controls but I cannot get it to display. Can anyone provide me with a sample or explanation of how to use an UltraToolBar in a windows user control?
Rispondi
Error 1609: ASPNET is not a Valid user or group
Rispondi
RE: Infragistics NetAdvantage 2006 liangouyang [China] 26-Apr-2006 02:54:52
asdf
RispondiRE: RE: Infragistics NetAdvantage 2006 devhi0000 [Peru] 11-May-2006 06:21:52
2006-05-11
I ´m installing NetAdvantage 2006 VOL 1CLR 2.0 ON WINDOWS 2003 STANDARD EDITION SP1.
Error message: Error 1609. An error occurred while applying security settings. ASPNET is not a valid user group. This could be a problem with the package, or a problem connecting to a domain controller on the network. Check your network connection and click Retry o Cancel to end the install.
I use VS 2005 Developer Edition.
I know that on Windows 2003 there is not an ASPNET account, because ASPNET run over Network Services.
Can you help me?
RispondiRE: RE: RE: Infragistics NetAdvantage 2006 shunnoo [Saudi Arabia] 29-Jan-2007 07:49:41
Add a new user in windows called aspnet i.e control panel - user account
Rispondi
I am working on Infragistics Components 2004 Vol3 and i just want to the list of
Browsers where these components work.Please state clearly whether
these components work in Browsers other than Internet Explorer or not.
Rispondi
RE: Infragistics NetAdvantage 2004 alaa [Egypt] 23-Feb-2006 04:50:14
saadsadasdsad
RispondiRE: RE: Infragistics NetAdvantage 2004 phuclong146 [Viet Nam] 02-Apr-2006 03:12:25
awa
Rispondi
RE: Infragistics NetAdvantage 2004 alaa [Egypt] 23-Feb-2006 04:52:07
asdsad
Rispondi
RE: Infragistics NetAdvantage 2004 alaa [Egypt] 23-Feb-2006 05:11:44
retetret
Rispondi
How can i take the index of the selected row in a ultrawingrid?
Rispondi
RE: Infragistics NetAdvantage 2005 jhanavnit_2001 [India] 10-Oct-2008 12:11:37
yes you can. by usign collection class.
Rispondi
NetAdvantage 2005 is already fully support VS 2005 Profession?
Did installing OK on .net frame work 2.0 without CLR 1.1 ?
Rispondi
I want download help documents of this control.
Can you help me ?
Send link for me : anhmmoj@yahoo.com
Thank a lot !!!
Rispondi
Actualmente estamos trabajando con Visual Studio v.6.0, pero, en un 1 año apróximadamente nos moveremos hacia .NET, la versión que compre ahora es plug an play con .NET?
gracias
Rispondi
RE: Infragistics NetAdvantage 2005 EIDEM2006 [Mexico] 07-Jul-2006 03:28:25
Si Amigo, es "Plug and play" Tanto con la versión 1.1 y 2.0 del .NET FrameWork
Rispondi
We are looking for an experienced web-based application developer/team with expertise using Infragistics Web Tools. If interested, please email: micahperlin@hotmail.com.
Rispondi
So whats the status on supporting:
Visual Studio 2005 (were running beta now)
SQL Server 2005
Will they work? Will there be an update?
thanks in advance,
Rispondi
RE: Infragistics NetAdvantage 2005 : VS 20... cmainoo [United Kingdom] 12-Jul-2005 11:46:12
Will .Net V2.0 support be covered by the subscription?
RispondiRE: RE: Infragistics NetAdvantage 2005 : V... alaa [Egypt] 23-Feb-2006 04:54:59
swfdskfhdskjfhdksjfhksdjfhksdjfhksdjfhsdkjfhdksjhfsdkhfskhdgfksdlfgsdkfgsklhf
sdiuyfksudhgfklsdghfklsdg
ldshfdksjhfkdsf\doshfykdsjfhksdjlf
Rispondi
i have develope a web application using infragistics controls, But when deploying the project i found out that INFRAGISTICS must be installed into the server .
but is not legal,So
i need the solution
thanks
Rispondi
Product was worth the upgrade, accept for 30 days tech support.
Support is almost non-existant. Attempted to get support a week ago - good luck.
You'd be lucky if they answer you!
NewsGroups appears to be better support - if anyone has the answer for you.
However, as in my case - no one appears to be responding to my question.
To be fair and clear, my question should have been included in the help file for UltraGrid 2. All I want to know - is how to control the Print Preview Dialog. Currently, the vb example doesn't show how to make the Print Preview Dialog (maximize to screen), which the Maximize button is greyed out (which means it can be done). In fact, the exe of one of the examples (pre-compiled), shows the Maximize Button working correctly - however, the example/demo doesn't follow it exactly, show how this was done.
As I stated - the product is worth the (upgrade - onsale price) - but documentation needs much improvement for someone to use the controls to your advantage.
Rispondi
RE: Infragistics NetAdvantage Suite productmanager [USA] 27-Jun-2004 00:00:00
The 30 days tech support is for phone support only. Free e-mail support is available via the web support form. All issues are responded to. If you do not recieve a response e-mail me at productmanager@infragistics.com and I will find out why you did not recieve a response. Often we have found that customers do not have a vaild return e-mail address in their member profile and our responses are bouncing.
Documentation is continuing to be updated.
The Knowledgebase available to all via the infragistics web site contains new articles that are added weekly.
Rispondi
i have an application written in vb which has certain views and screens to show the data produced from sql queries on its db. i now want to use it as a web service on an intranet running win2000 sever.
does this product allow me to migrate to the web so that the user experience is the same?
cheers
mac
Rispondi
RE: Infragistics NetAdvantage Suite smatzen [USA] 27-Jun-2004 00:00:00
The WinForms and WebForms controls work very differently from each other.
The direct answer to your question is: No, the user experience of a WebForms environment will be quite different than that of the WinForms environment. But the Infragistics NetAdvantage Suite provides you with some of the best tools available.
After working in both environments for the past year, I have found many features of the WebForms environment far advanced compared to the WinForms environment. The styles properties of the WebForms controls are extremely advanced.
Another option is to use "no touch deployment" and run your WinForms application on the client computer. Of course this may not be a good solution for anonymous users.
There is a really nice reference application which you can link to from the infragistics.com web site that illustrates the use of the NetAdvantage Suite WebForms controls.
Sam Matzen
Rispondi
Which version of Browser/OS does the ASP.Net component that do you support?
for example, do you support Netscape, or Mac?
Rispondi
Using VB.NET
Every time i try to run my ASP.NET application i get this error - Is this because I am using a newly downloaded trial version ?
Compiler Error Message: BC30009: Reference required to assembly 'Infragistics.Shared' containing the implemented interface 'Infragistics.Shared.IUltraLicensedComponent'. Add one to your project.
Regards
Rispondi
RE: Infragistics NetAdvantage Suite smatzen [USA] 27-Jun-2004 00:00:00
When using the NetAdvantageSuite controls, you need to add a reference to Infragistics.Win and Infragistics.Shared. There are 80+ in-depth tutorials in the help manual. Take a look at the Getting Started tutorial, it walks you through the steps required to add these references. You can also view/download the tutorials from the smatzen.com web site.
Sam Matzen
Rispondi
RE: Infragistics NetAdvantage Suite sunil kukreja [USA] 21-Nov-2006 08:59:33
In my case this error was gone when I did the following (as per getting started manual)
--------------------------------------------------------------------------------------------
In order to run applications that use NetAdvantage ASP.NET controls/components, the CopyLocal property of the Infragistics.WebUI.Shared assembly must be set to True. This allows the .NET Framework to know the location of the Infragistics.WebUI.Shared assembly
--------------------------------------------------------------------------------------------
Rispondi
E.G)
sales 1991 1992 1993 1994
jan feb mar
rudy 400 200 100
jake
teddy
rose
something like this...
Rispondi
I am using the ultrawebgrid1 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.
When I am on a client PC with an eariler verson of IE. 5.5 6.0 the combo box is displayed and works fine.
When I am on a client PC with IE6 sp1 (the same as the SeverPC) the combo box is not displayed.
What am I doing wrong?
Rispondi
Can UltraWinGrid remember the Column sorting, Column size and row size when my Application i closed, and open again?
Is it possible to store these values in a xml file, so every user can define these settings.
Rispondi
We are evaluating the trial version of your control suite, which I may say right away, is very good. However, there is a question about a functionality that shall be very important for our customers. Is there an "Access like" way to filter and find data within the results present in the grid, i. e., filter by selection or specifying criteria, etc.
This would help us very much, since our customers are very much acustomed to use these tools in Access.
Thanks in advance for your help.
Best Regards,
Antonio Pinho
Rispondi
Is there any right to left support in these components?
Rispondi
I checked the .Net Menu and I found it slow and imature.
Rispondi
RE: Infragistics NetAdvantage Suite smatzen [USA] 27-Jun-2004 00:00:00
Your posting is rather short, so I don't know exactly what you found to be an issue with the ".Net Menu".
The UltraToolbarsManager provides ultimate flexibility for the creation and interaction with menus and toolbars of all kinds. The object model is quite different than that of the Microsoft menu and toolbar, so some users find there it takes a little while to get familiar with all of the options. But, the capability to place a single tool on multiple menus and toolbars with a single event is really nice.
If you have any questions regarding these controls, the newsgroups (news.shersoft.com) provide a wealth of information, and Infragistics e-mail support will be glad to provide you with answers to your questions.
Sam Matzen
Rispondi
Autore
Categoria primaria
Prodotti correlati
Categorie correlate