Skip to content

Infragistics Community Forum / Desktop / Ultimate UI for Windows Forms / Bound and unbound column in ultragrid

Bound and unbound column in ultragrid

New Discussion
Rithu Thomson
Rithu Thomson asked on Dec 19, 2019 2:40 PM

What is the actual ifference between bound and unbound column in ultragrid ?

Sign In to post a reply

Replies

  • 0
    Teodosia Hristodorova
    Teodosia Hristodorova answered on Dec 18, 2019 1:14 PM

    Hello,

    I have been looking into your question.
    Bound columns represent the data from UltraGrid's DataSource.
    Unbound columns allows us to define columns that are not directly bound to a field in the underlying data source.

    • Unbound columns are added to the ColumnsCollection returned by Columns property of the UltraGridband.
    • Unbound columns are used for displaying a custom content. Such custom content can be buttons which are not directly related to the underlying data, textbox for adding comments, images etc. More information about Unbound columns and the ways, they could be added to UltraGrid, is avaliable here.

    Following is an example of bound and unbound columns usage.

    Data source is bound to the grid in the designer, by using the ultradatasource component and it is populated with some records. These records will appear in the UltraWinGrid Designer in "Band and Column Settings" and they won't be removable from there because they are bound. These columns  can only be removed in code or by accessing your data source again. However, if they were unbound removing would have been possible.

    IsBound property indicates whether a column is a bound column or an unbound column. 

    Please let me know if you have any additional questions regarding this matter.

    Sincerely,
    Teodosia Hristodorova
    Associate Software Developer

    • 0
      Rithu Thomson
      Rithu Thomson answered on Dec 19, 2019 12:39 PM

      Thanks a lot for this delightful explanation.

      Thank you [emoticon:fbd079a1c4f748c5a234faee215de9cc]  

      • 0
        Teodosia Hristodorova
        Teodosia Hristodorova answered on Dec 19, 2019 2:40 PM
        Hello,

        I am glad that you find my explanation helpful.

        Thank you for using Infragistics components.


        Sincerely,
        Teodosia Hristodorova
        Associate Software Developer
  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Rithu Thomson
Favorites
0
Replies
3
Created On
Dec 19, 2019
Last Post
6 years, 3 months ago

Suggested Discussions

Created by

Created on

Dec 19, 2019 2:40 PM

Last activity on

Feb 23, 2026 8:00 AM