Data Grid Not Populating from a Data Flow

Data Grid Not Populating from a Data Flow

Comments

  • Hello,

    Ive got a data grid thats being populated dynamically from a data flow, and its not working correctly. Is there anything I should check on? There arent any exception messages.

  • Double-check the mappings for your data grids inputs and outputs. Do they have separate data-names? Do the mappings for these inputs and outputs from both the data grid and your data flow all have matching types? Does the output list from your data flow have the same type as the data grids input type? Is your data flow triggered by the right components? Is your data flows output list configured to update the data grid youre referring to?

  • Oh, it looks like my data flows list output wasnt the same type as the input type of my data grid and the data grids input data name had the same name as its selected item data name. Thanks!

Sign In or Register to comment.