PROKA Posted May 7, 2005 Posted May 7, 2005 I dragged a table from server explorer into my page . It automatically generated the data adapter and the connection. I selected "Generate Dataset" From the dataadapter ... dragged a datagrid and did the bindings. Everything is nice. But I don't want to show all the columns, but only some of them . How do I do that ? Quote Development & Research Department @ Elven Soft
Moderators Robby Posted May 7, 2005 Moderators Posted May 7, 2005 right-click the datagrid, select Property Builder, click Columns (left panel), you see a Visible checkbox for each each column. Quote Visit...Bassic Software
PROKA Posted May 9, 2005 Author Posted May 9, 2005 ok . Now I am using a dataset that I generated through code, with a specific select ... etc how do I set custom columns for the datagrid, from code ? Quote Development & Research Department @ Elven Soft
PROKA Posted May 9, 2005 Author Posted May 9, 2005 OK I got it all by myself ... I had to add 2 'Bound columns' and then edit some of their props thanks Robby Quote Development & Research Department @ Elven Soft
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.