J
Jeff M
Is there any way to not show an column in a datagrid
instead of removing the row in the dataset ?
_myds = customerRequestsLite.Fill("*");
RemoveColumns(_myds.Tables["CustomerRequest"],"Location");
RemoveColumns(_myds.Tables["CustomerRequest"],"Customer");
RemoveColumns(_myds.Tables["CustomerRequest"],"TimeCreated")
instead of removing the row in the dataset ?
_myds = customerRequestsLite.Fill("*");
RemoveColumns(_myds.Tables["CustomerRequest"],"Location");
RemoveColumns(_myds.Tables["CustomerRequest"],"Customer");
RemoveColumns(_myds.Tables["CustomerRequest"],"TimeCreated")