Results 1 to 40 of 1667

Thread: VBFlexGrid Control (Replacement of the MSFlexGrid control)

Hybrid View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,742

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Quote Originally Posted by Black_Storm View Post
    why datasource property designed in this grid control but i should be use like as ur class and use IVBFlexDataSource ?!!
    if this property designed for bind to any data control so how can use it ? any sample?
    do u have any simple sample to i jst set this property to a adodc1?


    i did see your topic before i ask my question here but i don't want fill my grid with coding and run query for each update or delete and like these actions,i want use like as data grid and binded automatically to adodc1

    for example can i set this grid.DataSource = adodc1 in design and then just work with adodc1 like as adodc1.recordset.addnew or update or refresh or movefirtst move last and etc automatically binded to gird ?and i did not see retrieve field on rightclick on grid or change captions or fields binded and like these options...

    so i think i can use bind between this grid and adodc or ... just with coding and do I have to do this for anything I need? .
    if u know any datagrid (not like as vhflexgrid) to support cool theme (skins) and righttoleft layout?

    i dont know yet maybe this grid support change skin or theme with coding if possible any sample code?
    i found some but they have problem with righttoleft layout (like as jgrid or something better than jgrid) or trials...
    The .DataSource property is not binding for CRUD.
    It's just reading a recordset and filling the grid.

  2. #2
    Junior Member
    Join Date
    Feb 2022
    Posts
    22

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Krool,

    Several 'Pages' ago in the thread, you spoke about altering the ClipMode options, so that Fixed Cols/Rows could be included/excluded as required. Is this something still on the cards.

    Am looking at migrating my system to use the new grid, and am slowly updating my 'helper' functions to work with the new grid. Now looking at my function to send the whole grid to excel. I'm hoping this will be a lot neater using the Clip function, but I would like the header to be copied across. I can do this in code, but if the ClipMode alterations are still on the to-do list that would make it easier/neater

    Thanks

    Lee.

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