Hi
I hoping that someone in here can help with with my problem.
I have a grid which are grouped and by default they should all be collapsed.
Then if i expand one group i get the items associated with that group. Thats fine.
Each item is editable and it uses a usercontrol to handle the editing.
BUT, when i press edit on an item (Im using code behind, so it makes postback) all group are now again collapsed.
I can make the clicked item appear in its group but not the whole group or nor the usercontrol to edit the clicked item in.
Any way to make this happen?
Thanks in advance
I hoping that someone in here can help with with my problem.
I have a grid which are grouped and by default they should all be collapsed.
Then if i expand one group i get the items associated with that group. Thats fine.
Each item is editable and it uses a usercontrol to handle the editing.
BUT, when i press edit on an item (Im using code behind, so it makes postback) all group are now again collapsed.
I can make the clicked item appear in its group but not the whole group or nor the usercontrol to edit the clicked item in.
Any way to make this happen?
Thanks in advance