Hello all,
Where can I find information about the UltraGridColumn class? Thanks in advance for any ideas and/or suggestions!
The documentation is here (current up to version 2008.2). The title of this post implies that you need information about the class' constructor, but I'm not clear on what kind of ideas and/or suggestions you are looking for, so if there is a specific task you need to accomplish, please repost with additional details about that and we can try to help.
The link does not work. Any update?
Thanks,
--Willy
Hi Willy,
There is no point in calling the constructor for an UltraGridColumn. All of the constructors are used by the grid for deserialization. The only way to properly add columns into a grid band is to bind the grid to a datasource (in which case the grid will create the columns for you automatically). You can also use the band.Columns.Add method to add unbound columns, but you must have a datasource first for this to work.
Thanks. But I still could not find the descriptions about the constructors. E.g.
public UltraGridColumn(string key, int unboundRelativePosition);
What is the argument unboundRelativePosition? When would you use that?
Hello Willy,
Could you please try these links:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/HTML/Win_NetAdvantage_Win_Client_Windows_Forms.html
http://help.infragistics.com/Help/NetAdvantage/WinForms/2012.1/CLR2.0/html/WinGrid.html
Let me know if you have any questions.