Everyone keeps telling me to ask this question in a differeent forum hope this time I have the right one.....!!!!!!!
I've created a small database to bind to my datagrid...*.sdf..
When I edit it all it gives me option's is to change column headings, I need to add 30 rows and don't know how!!!!!!!!!!!
The datagrid will be initialized in my form load sub. It will contain some static data (the user will not change anything just select)the user selectred a number from within the data grid that is then used later for a computation. Ideally I would like to not bind any database to this but initialize the entire grid within the form load procedure!!!!!!!!!!!! MSFlexGrid was much easier in this respect..........
No matter what i do it seems i can only add a header row to the database and I need to add 25 more rows How do I do that?
Mitch
Mitch5713 wrote: Everyone keeps telling me to ask this question in a differeent forum hope this time I have the right one.....!!!!!!!
I've created a small database to bind to my datagrid...*.sdf..
When I edit it all it gives me option's is to change column headings, I need to add 30 rows and don't know how!!!!!!!!!!!
The datagrid will be initialized in my form load sub. It will contain some static data (the user will not change anything just select)the user selectred a number from within the data grid that is then used later for a computation. Ideally I would like to not bind any database to this but initialize the entire grid within the form load procedure!!!!!!!!!!!! MSFlexGrid was much easier in this respect..........
No matter what i do it seems i can only add a header row to the database and I need to add 25 more rows How do I do that?
Mitch
No, completely the wrong forum I'm afraid.
Correct me if I'm wrong but a DataGrid is a .Net control to be used in an ASP.net page or WinForms app, right? That has nothing to do with SSIS I'm afraid.
-Jamie
No comments:
Post a Comment