CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fajarjalal

Search: Search took 0.04 seconds.

  1. Re: How to Wrap Cell Content in Datagrid?

    Thanks a lot. It really helpful. =)
  2. Re: How to Wrap Cell Content in Datagrid?

    And then, how can I put the rest of the content under the upper content in the same cell?
  3. [RESOLVED] How to Wrap Cell Content in Datagrid?

    Since some of the cells have long contents, I want to wrap the cell content. As a result, the content of the cell will be displayed in two layers form. So, user doesn't have to scroll horizontally....
  4. Replies
    5
    Views
    11,879

    Re: Datagrid Horizontal Scrollbar is Unusable

    oh really? well, I'm handling a simple alteration on an existing system. Since I'm new, so, I also don't know why they use datagrid. Anyway, thanks for your information. =)
  5. Replies
    5
    Views
    11,879

    Re: Datagrid Horizontal Scrollbar is Unusable

    I already tried to enlarge the column width. But the horizontal scroll bar is still unusable.
    I even made the column width larger than the datagrid width, but still the same.
  6. Replies
    5
    Views
    11,879

    Datagrid Horizontal Scrollbar is Unusable

    Hye. I have a datagrid which retrieves values from database. The datagrid contains only 1 column. Since some of the values in cells are long, we can only see half of the value. So, I enabled both of...
  7. Re: Add ToolTips to Individual Cells in DataGrid

    Is it possible? But what if the data in the table changes? The tooltip will remain displaying the same value right? I mean it displays the value before changes on the database are made.

    Sorry for...
  8. Re: Add ToolTips to Individual Cells in DataGrid

    Owh really? I saw the tooltip feature in the datagrid properties, so thought i can add tooltip on the datagrid.

    by the way, thank you for your suggestion. I will think of it.
  9. Add ToolTips to Individual Cells in DataGrid

    Hye. I have this form that has datagrid in it. The datagrid's values are retrieved from a database. Since the value for certain cells are too long, so, we can only see half of the full cell value.
    ...
  10. The multi-part identifier could not be bound

    I tried to execute this coding but an error appeared.


    SELECT CMS_INDIVIDUAL.FULL_NAME AS DirectorName, CMS_MASTER_SETUP1.DESCRIPTION AS Suffix,...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured