I have a datagrid (c # windows forms) that I need to use for editing and I'm populating with information coming from the database of a table called "costs"
TheChartofaccountsandCostCenterfieldsarepopulatedwithinformationstoredinthe"costs" table. I have two other tables (PlanoConta and Centro Custo). My idea is to click on the account plan or cost center and bring the data from the respective tables. I set the field as shown:
ButwhenclickingonthefielditdoesnotbringmethedatafromthePlanoContastable. Thanks for the help!