Results 1 to 3 of 3

Thread: Add Subrow to an MSHFlexGrid

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    Add Subrow to an MSHFlexGrid

    I have a heirarchial flex grid which I've added a bunch of data to using some custom functions. It works fine as a grid, but now I want to get it to expand a subrow for some of the rows to display additional information. The grid isn't bound to a recordset and I'm filling it manually but I can't seem to find a way to manually add a subrow without having the grid be databound and using the SHAPE command.

    Does anyone know a way to do this?
    (VB/C#) is clearly superior to (C#/VB) because it (has/doesn't have) <insert trivial difference here>.

  2. #2
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Add Subrow to an MSHFlexGrid

    I remember other threads with this same problem, and i also remember bands cannot be used without having the grid databounded + Shape. Maybe you can find a different way to do what you want, maybe using other controls in the same Form to display this extra item info or using another Form, for example: the user double clicks the item (or presses a button after selecting an item) and a new Form opens showing that info, something like that.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    May 2006
    Location
    Toronto, ON
    Posts
    1,093

    Re: Add Subrow to an MSHFlexGrid

    Ya, it looks like I'm stuck with something like that.
    (VB/C#) is clearly superior to (C#/VB) because it (has/doesn't have) <insert trivial difference here>.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width