DataSet ds = new DataSet(); int x = ddlSelectedValue.IndexOf(\'-\'); if (x > -1) ds = Selections.GetUnlinkedAccounts(clientID, AccountNo);
I\'m struggling with the databind behaviour of the Infragistics WinGrid. It\'s possible to manually define a data schema (which I\'m doing) and it\'s also possible to tell the grid when binding that I
Say we have an UltraGrid. How can I sor开发者_StackOverflow社区t it programmatically first by column A, then B, then C.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I am trying to get an UltraGrid to use a custom editor set via the Editor Attribute. However it seems to ignore the setting and just use its internal editor. Here is my code:
I need to Enable/Disable the ButtonTool. Before using Infragistics I used an ordinaly WinForms ToolbarButton, that have a property \"Enabled\".
I\'m trying to understand a legacy VB6 application. It seems that some of the GUI toolbars are defined by a binary file with the suffix \"atb\". I think开发者_JAVA技巧 (but I\'m not 100% sure) that th
I am looking for old .net third parties libraries. The situation I am in is that we need to work with an old source base for a client that has the code sources but not the third parties libraries.
We have a screen that shows a grid inside a tab control. There\'s one grid instance, and it needs to always be visible, regardless of which tab you\'re on. (We repopulate its content when you switch t
In the past, I\'ve suffered from a freezing issue that was the result of a Control being used to marshall calls on the UI thread before a handle has been created for that control. (See Kim Greenlee\'s