goodmorningsky Posted December 6, 2003 Posted December 6, 2003 I want to populate DataTable containing 6 columns with only 3 columns out those into DataGrid. How can I do it using DataBinding? I found only Row filtering from DataView not column filtering as I call it. Thank you.. Quote Sun Certified Web component Developer, Microsoft Certified Solution Developer .NET, Software Engineer
donnacha Posted June 14, 2005 Posted June 14, 2005 You have to use DataGridTableStyle to customise the columns that you want to display in the datagrid from the dataset. :) Quote Hamlet
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.