infragistics
Infragistics -- UltraWebGrid, data binding
DataSet ds = new DataSet(); int x = ddlSelectedValue.IndexOf(\'-\'); if (x > -1) ds = Selections.GetUnlinkedAccounts(clientID, AccountNo);[详细]
2023-02-11 19:11 分类:问答Browseable attribute and Infragistics WinGrid
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[详细]
2023-02-10 11:29 分类:问答How to sort an UltraGrid by multiple columns programmatically?
Say we have an UltraGrid. How can I sor开发者_StackOverflow社区t it programmatically first by column A, then B, then C.[详细]
2023-02-09 02:48 分类:问答what's the fastest winforms datagrid? [closed]
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[详细]
2023-02-08 02:55 分类:问答UltraGrid how to set a custom editor via EditorAttribute
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:[详细]
2023-02-06 16:59 分类:问答Disable Infragistics Toolbar Button (ButtonTool)
I need to Enable/Disable the ButtonTool. Before using Infragistics I used an ordinaly WinForms ToolbarButton, that have a property \"Enabled\".[详细]
2023-02-05 07:50 分类:问答What is an ATB file?
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[详细]
2023-02-03 08:38 分类:问答Searching for old .Net librairies
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.[详细]
2023-01-30 19:27 分类:问答Showing Infragistics UltraTabControl's shared content even with no tabs
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[详细]
2023-01-29 23:41 分类:问答What are the side-affects of ensuring every control created has a handle in .NET?
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[详细]
2023-01-29 01:08 分类:问答