Hi All,
I have UltraWebGrid, in where I have multiple bands to show hierarchical data.
On each band the column moving is allowed.
My problem is when I try to rearrang the columns from BAND-1, it resets the BAND -0 columns to its default arragement (if i have already rearraged the BAND 0).
Why this is happening?
I am using latest version of toolkit 10.1.
Thanks.
its urgent can some one plz reply.
Hello Afshin,
Can you please tell me if you have set AllowColumnMovingDefault="OnServer"?
It thus are you moving columns manually in your code on the server side?
Then you do this you should check if is PostBack :
if (!IsPostBack) {
// your code here
}
Feel free to ask if you have further question in this matter.