-
Folks, For only one grid in our application, assigning the valuelist to a column fires the InitializeRow event for the grid. We are adding the valuelist in the InitializeLayout event of the grid. Moreover, it only fires the InitializeRow event after refreshing the data in the grid. Any ideas why assigning...
-
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 mike, Thanks for your reply.I am binding the list of data to ultragridview.The grid is in hierarchcial structure such as parent,child and grand child in a multiband format.I expanded a parent of the grid.Then i inserted or modified some data to the child item to the parent which i expanded.I am reseting...
-
Hello, i want to bind the row from a datasource to a UltraCombo control to select the current element. It's not possible for me to bind only a column of a row to the control, because i would get the typical 'ForeignKeyReferenceAlreadyHasValueException' from LINQ. With the standard ComboBox...
-
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...