Advertisement

1 - 10 of 31 containing alltags:("ultragrid") (0 seconds)
My .rs is filled via sql and TitleList.rs.AbsolutePosition always returns -1. i tried manually filling the .rs with textboxes using .addnew (without the sqk or databases) just to see if AbsolutePos...
Zones: Visual BasicDate Answered: 02/15/2003 Grade: A Views: 4
I use a third party grid (Infragistics Ultragrid)  I use the follow code to retrieve the recordset but it is recognized by the grid as read only.  I need read / write.  When I plug the sql into the...
Zones: VB DBDate Answered: 07/15/2004 Grade: A Views: 0
I have the following table USE [RG10_Study] GO /****** Object:  Table [dbo].[Report]    Script Date: 10/16/2006 07:45:53 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TA...
Zones: C#Date Answered: 10/16/2006 Grade: A Views: 10
I have inherited a VB.Net 2005 project that utilizes a Infragistics Ultra Grid.  There are several editable cells on the grid.  As it stands now, editing the values in these cells is a bit of a pai...
Zones: Programming, Languages, Visual BasicDate Answered: 05/03/2007 Grade: A Views: 126
How can I add the items in the dropdownlist column in ultragrid Can someone please provide me the sample code also how to fetch the selected item value from the dropdownlist column Thanks
Zones: Infragistics, .NET, MS Visual BasicDate Answered: 06/04/2007 Grade: B Views: 182
I am working on ultragrid in VB.net but I dont know how can I add the multiple table to single dataset, while those table dont have any relationship between them and also they have different no.s o...
Zones: Infragistics, MS Visual Basic, .Net Editor...Date Answered: 07/27/2007 Grade: C Views: 4
Kind all , I am using the Infragistics UltraGrid OCX...I would need to set as not visible some columns depending on the name that appears on their related headers. For ex: I have a columns whos...
Zones: Visual BasicDate Answered: 07/21/2002 Grade: B Views: 5
OK, here is the situation.  We have a stored proc that goes and collects a list of column names that the user has saved off as a personal view, then, it constructs a SQL statement to select those c...
Zones: Visual Basic, XHTMLDate Answered: 07/16/2002 Grade: A Views: 4
Hi, I am using Infragistics ultragrid controls in vb.net, after assigning the datasource to the grid it displays all the value as expected. using the code how to move to the next row in the ...
Zones: ProgrammingDate Answered: 05/14/2004 Grade: A Views: 56
How do I force entry in an Infragistics UltraGrid column to uppercase? So far I have declared an UltraTextEditor, set its charactercasing property to "Upper" and assigned it as the column's Edit...
Zones: .NETDate Answered: 02/16/2005 Grade: A Views: 33