C# WinForms: Syncfusion Grid
Budget: $10 – $50 USD
I have a form in WIN FORMS C#
Contains a GRID sfDataGris named OrderItemsGrid SYNCFUSION grid
The grid contains 4 columns
1.Item type- of type Combo - associated with the Item type class
2.Manufacturer - of type Combo - associated with the Manufacturer class
3.Item name- of type Combo - associated with the Items class
4.Quantity- of type Number
The form data of items for order in the OrderItemsGrid grid
I need the "Items" combo to display only the items that belong to
the selected manufacturer and item type
When updating or adding the GRID, the item combo will display only the items that meet the Item Type and Manufacturer criteria
In no way will selecting data from one row affect the other rows in the grid
The project is attached
Contains a GRID sfDataGris named OrderItemsGrid SYNCFUSION grid
The grid contains 4 columns
1.Item type- of type Combo - associated with the Item type class
2.Manufacturer - of type Combo - associated with the Manufacturer class
3.Item name- of type Combo - associated with the Items class
4.Quantity- of type Number
The form data of items for order in the OrderItemsGrid grid
I need the "Items" combo to display only the items that belong to
the selected manufacturer and item type
When updating or adding the GRID, the item combo will display only the items that meet the Item Type and Manufacturer criteria
In no way will selecting data from one row affect the other rows in the grid
The project is attached