Hi ,
I want to ask about the following RadGrid problem : when I resize the Gridcolumn usinig in my application I get the one of the following errors
Error: 'this.ColGroup.Cols' is null or not an object
offten with this , the lines of the resized column border are staing and displayed in old place in grid, the grid is binded with ajax.
Part of ClientSettings bibded with resize look like this
<
ClientSettings
EnablePostBackOnRowClick
=
"True"
>
<
Resizing
AllowColumnResize
=
"True"
/>
Hi ,
I want to ask about the following RadGrid problem : when I resize the column using mouse in my application I get the one of the following errors
Error: 'this.ColGroup.Cols' is null or not an object
offten with this , the old lines of column border are staing and displayed in grid, the grid is binded with ajax.
Part of ClientSettings bibded with resize look like this
<
ClientSettings
EnablePostBackOnRowClick
=
"True"
>
<
Resizing
AllowColumnResize
=
"True"
/>
Regards,
Tomek