I'm using Windows Forms , GridControl DevExpress , SQL Server 2008 .
I try to load a GridControl data using a DataTable . The code is as follows:
var dtDatos = GetAll("SELECT EmployeeID, FirstName, LastName, Address FROM Employees");...
asked by
08.11.2016 / 00:03