|
Browse by Tags
All Tags » UltraGrid » UltraWinGrid ( RSS)
-
hi, having a really strange problem...not seen this problem before..and ive used winultra grids for awhile now. I have a main form set with a ultragrid displayed on it...when i call a dataset from a storeprocedure and ask the datagridview to display the data, it works perfect. However...when i click...
-
Hi, I use Infragistincs Net Advantage for Windows Forms version 8.2. In my application I enabled users to set conditional formatting for an UltraWinGrid instance using ConditionValueAppearanceForm. A column is currently set to display -ve values in red foreground color and +ve values in blue foreground...
-
Hi All, I have used the sample code provided by infragistics to draw borders in the header of an ultragrid. Code: Public Class x Implements IUIElementDrawFilter Public Function DrawElement( ByVal drawPhase As Infragistics.Win.DrawPhase, ByRef drawParams As Infragistics.Win.UIElementDrawParams) As Boolean...
-
I am having an issue with Ulta Combos that are bound to a binding source that uses a Data Member. When I set the data source of the Ultra Combo to be the Binding Source that I want, Visual Studio (2005) hangs and sometimes takes up to 5 minutes before focus returns. Upon investigation, it seems that...
-
I need to create a custom grid control that would inherit from ultragrid win control. I am using 8.1 CLR 2x. Does any one have a simple example or a sample solution? thanks in advance
-
HI, I have a grid I'm using to display a collection. Each row in the collection is of type Product. There's a property call RelatedProducts which which is a collection of Products. This seems to cause the WinUltraGrid problems.. it tries to discover band information,stops at 100,and no longer...
-
Okay, I'm having a problem where code concerning a Grid is running much more slowly than I find reasonable. I have a grid with two bands: band[0] rows MAY have a child record, and if they do then a (Band[0]) checkbox must be checked to signify that. When saving, I must verify that any row with the...
-
I am having a ultraWinGrid and having 10 columns in that. One of the column having Image. I am also having Sort Indicator on every column.This sort Indicator is not working for the Image Grid Column and rest of the columns are sorting fine. Any help much appriciated.Is there any way that i can sort Images...
-
Hi guys, i'm using a ultragrid, and an event launches when the users changes row in the datagrid. all works fine.. but what my request is..is it possible to change key to "return" instead of tab?i wish for the user to press return > then moves to enxt row thus firing up the event. any...
-
I am creating a User control containing a toolbar, an UltraWinGrid and some buttons. I would like to add the options to display the Designer and layout wizard to the control's Smart tag items. Like: items.Add( New DesignerActionHeaderItem( "Data Grid" )) items.Add( New DesignerActionMethodItem...
|
|