CompletIT Community Server

Welcome to CompletIT Community Server Sign in | Join | Help
in Search

DGVE problems with displaying data

Last post 02-13-2008, 9:23 AM by iiordanov. 4 replies.
Sort Posts: Previous Next
  •  02-12-2008, 3:26 AM 2447

    DGVE problems with displaying data


    Hey guys:

    thanks a lot for a terrific DGV extender. I have a question though.

    Does the extender work with the DGV which is populated programmatically
    rather that through data binding?

    For example, this did not work in my case:
    DataGridViewRow item = new DataGridViewRow();
    item.CreateCells(dataGridView1);
    item.Cells[0].Value = "HELLO";
    dataGridView1.Rows.Add(item);

    Once I set the data behind the DGV in the manner shown above and extended
    the DGV with your extender, no data was displayed. Hardly had I disabled the
    extended, than the data was displayed.

    Am I missing something?

    Best regards,
    Andrey Yemelyanov.

  •  02-13-2008, 1:27 AM 2470 in reply to 2447

    Re: DGVE problems with displaying data

    Hi Andrey,

    Thank you very much for the kind words about DataGridView Extension and also for the valuable feedback.

    Yes! You are absolutely right about this problem; we have managed to reproduce it with unbound grid view control. If this is not your case please provide us more information about the exact useage of the extension.

    We are working to fix it as soon as possible.

    Sincerely yours,
    Support Team  

  •  02-13-2008, 7:30 AM 2481 in reply to 2470

    Re: DGVE problems with displaying data

    Hello again,

     Yes indeed. That is exactly my problem. Only bound DGVs display data, unbound display nothing.

     Best regards,

    Andrey

  •  02-13-2008, 7:44 AM 2482 in reply to 2481

    Re: DGVE problems with displaying data

    Hi Andrey,

    We have found the problem and also its solution ;).

    Within next 3 hours we will publish in this post the solution and you will be able to download the new dlls from here.
    It also possible to send you the new dlls via mail if you wish please write us at office[at]completit.com.

    Sincerely yours,
    Support Team

  •  02-13-2008, 9:23 AM 2486 in reply to 2481

    Re: DGVE problems with displaying data

    Hi again Andrey,

    You can download the latest version of the DataGridView Extension 1.1 from here.
    This version contains the fix to the problem you described and also some small changes (i.e. Xml persistence namespace was changed).

    Thank you very much and enjoy it!

    If you have any questions do not hesitate to contact us.

    Sincerely yours,
    Support Team

    Filed under: , ,
View as RSS news feed in XML
Powered by Community Server (Personal Edition), by Telligent Systems