animal415
03-20-2006, 05:47 PM
Hi,
this may not even be possible, but I need to know. I am trying to create a windows app, that would allow users to fill in some text boxes and make some selections, after they click "Add", they would then instantly populate a datagrid. After several additions (rows in the datagrid) the user could save what they've done to a file. That file could be retrieved later and loaded (into the datagrid) as a template and allow any row to be selected and edited and resaved. How can I do this? Or maybe a datagrid isn't the answer. Either way, I'm trying to create a file that can be loaded, saved and edited easily. Say I've created a template with 6 rows and saved it. Later I go back and I load it. Now I want to edit row 4 and save it again. How can I go about doing this? any ideas? Potentially, any number of templates could be created, saved and be available for a user to choose from. If Datagrid isn't the answer, maybe another road to go down??
this may not even be possible, but I need to know. I am trying to create a windows app, that would allow users to fill in some text boxes and make some selections, after they click "Add", they would then instantly populate a datagrid. After several additions (rows in the datagrid) the user could save what they've done to a file. That file could be retrieved later and loaded (into the datagrid) as a template and allow any row to be selected and edited and resaved. How can I do this? Or maybe a datagrid isn't the answer. Either way, I'm trying to create a file that can be loaded, saved and edited easily. Say I've created a template with 6 rows and saved it. Later I go back and I load it. Now I want to edit row 4 and save it again. How can I go about doing this? any ideas? Potentially, any number of templates could be created, saved and be available for a user to choose from. If Datagrid isn't the answer, maybe another road to go down??