Question: How can I bind a DataSource to a GridControl in SalesLogix so that the data is displayed in the GridControl?
Answer:
Grid.DataSource = yourDataSource;Grid.DataBind();