hi. please tell me how to get and bind data to UltraGrid dynamically on each BeforeRowExpanded event. i have large amount of data which i have to show on each row expanded event. please tell me any useful article/link.
this data is in hierarchical form.
...
I am developing a Windows Forms Application in which UltraWinGrid plays a vital role. Now the requirement is that I need to provide a dashboard feel which should contain Charts, Indicators, Grids, Reports,etc of the same data in a single view. We can create a user control which consists of navigation bar, explorer bar, charts,etc and use...
Hi We have to bind the data in web infragistics hiergrical control. so we need some code snipet
...
I want to explain this as best as I can. I have a Webgrid with a certain amount of columns. What I want is for the columns to adjust to the size of the largest string within each column, where the total of all width of columns does not exceed the width of the webgrid. At the same time however if the width of all columns is less than the ...
Is there any way of converting the rich text data in the ultraformattedtexteditor from infragistics tools of C# to RTF format
...
Hi,
I have a infragistics WebHierarchicalDataGrid. It contains two hierarchical bands. I want to add a javascript double click event whenever the row of the second band is clicked. I tried the following. It does not seem to be working.
Protected Sub whdg1_RowIslandDataBound(ByVal sender As Object, ByVal e As Infragistics.Web.UI.GridCon...
Hi-
I have a website created in VS 2008 using asp.net v3.5.
My requirement is to add both Routing and Infragistics controls the website. But noticed, I can have only one of these working - not both. My infragistics control works if I remove the following from web.config
But by removing it- routing would not work.
Is there a way I...
i am planning to use infragistics datagrid for my application to be written in asp.net & c#?
can any one provide me a sample code for to use.and the site to download the infragistics tools
...
In past, I am using Listview and using below code can show a particular image for particular memId. But now I need to replace listview with Infragistics.Win.UltraWinGrid
problem arise how i show image for ultragrid.
For Each LItem As ListViewItem In Me.dvParticipants.Items
If CInt(LItem.SubItems(2).Text) = memid Then
...
I've been using the Infragistics UltraWinGrid for a while in a C# project, and while it's very spiffy, it is sometimes a bit heavy to run (and editing it in Visual Studio can be hazardous).
I'm looking for a lighter alternative. Looks (always a big plus with Infragistics) are not as important as functionality. Namely, I'm looking for a ...
I am working with Infragistics35.WebUI.WebSchedule.v8.2. I am not seeing any good documentation on this on the Infragistics Web site. Does anyone have any sample code I could see? I am trying to create a week view of the calendar. One that "Admins" can edit and the rest of the users can only view. I would love to have a different db...
So, i have ultragrid. It stores multilevel list. i need to get type of each list in datasorce.
How can i do it?
...
I have an UltraWebMenu that is attached to a SiteMap file.
One of the menu items is a solitary item with child items that I do not want to show. How do I go about hiding that submenu for that parent item on hover?
...
Hi im using infragistic ultrawebmenu, when i scroll down on my page and click the menu item my sub menu being displayed not at the right position. it leaves some places in between which is equal to sroll bar legth i used... could providesome solution
...
Hi
I am using infragistic version 8.1 in my project .. I heard that now the latest version availble is 2010.. i just want to know that if i use infragistic 2010 in my project will it be compatible, because in my project im using .net 2.0..if i upgrade what will be the compatibility..
thank you
...
I'm developing a web site, and i'm using infragistics for web, but I want to use in some pages silverlight controls (Infragistics too). Is there a way to access a silverlight control's properties and methods from an aspx page?
Thanks in advance for the help.
...
Is Infragistics.Excel V 10.1(Latest) compatible with Visual studio 2005 and .net clr 2.0?
Is there any service pack associated with Infragistics.Excel V 10.1 for fixes associated with excel macro?
If so how to get that?
Please help :-(
...
Hi,
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 hyperlink column "View" that will redirect me to a popup.
I need to pass some values from ...
Currently have an UltraToolBar displaying within a MDI child window currently all the buttons on the bar function but they do not show their tooltips when hovered over. I was wondering if anyone else may have dealt with this problem before and what they did.
...
I have the following idea: when the user clicks on the more... button of a grid row, the row must expand into a detailed state that shows additional details for the current entry. I know that xamwebgrid provides an expand command, but isn't it just for hierarchical data purposes? How can I display some movie screenshots let's say, only i...