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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20515384.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_21058409.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22025616.html
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...
http://www.experts-exchange.com/Programming/Misc/Q_22548330.html
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
http://www.experts-exchange.com/Programming/Editors_IDEs/Infragistics/Q_22607444.html
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...
http://www.experts-exchange.com/Programming/Editors_IDEs/Infragistics/Q_22709230.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20182428.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20322344.html
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 ...
http://www.experts-exchange.com/Programming/Misc/Q_20932923.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21312621.html
Zones:
.NETDate Answered: 02/16/2005 Grade: A Views: 33