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
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.
Hi (i'm french, so sorry for my english),
1- I have my stock structure on sql server database (other difficulty, some bins need Merged cells because they are larger then small bins).
2- I need to show the struture of my stock in grid with images. I need Grid to know witch one is click, and i need to put informations about my item in.
3- Then, if a reference changed place, I must be able to click on its image, slide it in its new place and updating automatically the database.
4- For example, if i want to use an empty location on shelf, i would do a right click , open a context menu, and use function to add a new item,
globally, manage my stock on shelfs with bins with a ultragrid control and images.
Do you have an example to help me ?
thank you very much for your help.