ultrawingrid
Showing copied data in Infragistics wingrid
I\'m using Infragi开发者_如何转开发stics wingrid in my C# winforms app. I need to be able to copy column values from an excel sheet and paste it in this datagrid.The grid should show these new values[详细]
2023-04-09 08:51 分类:问答Infragistics Ultragrid - Combobox as column
I have a problem with the UltraGrid control from Infragistics. I have created a ultracombobox with a few values in it:[详细]
2023-04-02 05:35 分类:问答How to handle exception from underlying dataset of an Ultrawingrid (winforms)
I have an UltraWinGrid with a dataset behind it.In the datatable\'s Row_Changing event handler, I do some checking of the data and throw an exception if it is invalid.I want to display a message for t[详细]
2023-03-30 19:47 分类:问答How can I delete a row by index in an Infragistics UltraGrid control for Winforms?
I have a Windows Forms and inside I have an UltraGrid component. I\'d like to delete开发者_开发知识库 a row by using it\'s numerical index, how can I achieve this? The documentation for Infragistics[详细]
2023-03-24 07:10 分类:问答Infragistics UltraGrid not functioning
I\'m trying to use Infragistics\' UltraGrid control. When I drag the control on the form it shows at the bottom(where controls with no l开发者_如何学编程ook appear). And it is not visible in on the fo[详细]
2023-03-24 03:16 分类:问答Infragistics WinGrid: How to make a CheckBox column initially checked
I have an Infragistics WinGrid (UltraGrid, UltraWinGrid, whatever...) with an unbound column. It has Style = Checkbox and DataType = System.Boolean. I have set DefaultCellValue to true, but every开发者[详细]
2023-03-23 08:56 分类:问答How can I change the background color of the Infragistics' UltraGrid filter row?
Currently this is what it looks like: I\'d like to change that blue color, but I don\'t know what property to change.[详细]
2023-03-22 04:09 分类:问答Hide UltragridRow that has no visible child rows after applying RowFilter
So, I am setting the DataSource of my BindingSource to the DefaultViewManager of a DataSet that has a DataRelation.I then set my BindingSource as the UltraGrid\'s DataSource before applying a RowFilte[详细]
2023-03-20 21:44 分类:问答Reading master and child tables from a combined table
Am using Infragistics UltraWinGrid.UltraGrid control to show hierarchical data in my .Net 3.5 winforms app.[详细]
2023-03-17 11:17 分类:问答Adding Row Specific context menu to an UltraWinGrid
I\'m a newbie using Infragistics. I\'m trying to add context menu to a specific row/column in UltraWinGrid, which I\'m not able to.开发者_StackOverflow中文版 Looks like adding context menu to the grid[详细]
2023-02-28 13:25 分类:问答