Proplem with EditItemTemplate in a DataGrid
Hello
I'm using windows and c#
My Application needs some Parameters and they are saved in my DB.
But that u still can Manage them i made a secial page wher u can manage those, (Insert, Update, Delete)
I know this could be done directly througe the DataGrid using the TemplateItems
This all works pretty fine, but there's a Problem i could not solve.
And that's, if I update a Param(this changes the selected row to the EditItemTemplate as in Editable TextBoxes and stuff) I can do so and it will get updatet in my DB but after the Update was made it doesn't switch back to the standard ItemTemplate, so I still see all the Editable TexBoxes and stuff!
any Ideas about that?
THX for any help...
ShadowMoon
|