Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
678
use Grid to manage a little warehouse by images.
posted

Hello (i'm french, so sorry for my english),

I develope with VB.NET and infragistics for Winform.

I would like to use grid to display a stock, as you can see on picture.

" width="1" border="0" />Why grid ? Because i need informations for all localizations (qty, item code,designation, etc...)

But, i want also move (drag and drop) item from localization A to B.
I need to manage my stock like that.

Can you give help and tell me where to find answer and try to make my goal.

Thank you very much.

 Laurent

 

Parents
  • 469350
    Offline posted

    Hi Laurent,

    I'm not sure what your question is. Which part of this are you having trouble with? 

    Setting up a grid like this should not be very difficult. You will need some kind of data source with the structure you want and then you simply use the SetDataBinding method of the grid to bind it. 

    The gragging and dropping is a little more work. How you do it depends what you want to drag and drop, though. So it's hard to point you in the right direction without more information about what you need to do. 

Reply Children