Hi,
I never used and not familiar with UltraWinGrid, but i have an idea to do the overcome above problem.
Problem and Solution:
1. Refresh the grid.
Rebind grid again
2. Maintain expand state during refresh the grid.
you need to assign a javascript function to each row during row data bound.
something like:
image img = (image)e.row.findcontrol("expandcollapseiconID");
img.Attributes.Add("onclick","maintainState(this);");
Thanks,
Imdadhusen