Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
595
webdatagrid 10.3 column resize doesn't work
posted

Hi,

Here's my code, some combination is stopping the resizing as I have had it working before. Can you tell me what it is?

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

<

 

 

 

ig:WebDataGrid ID="WebDataGrid1" runat="server" DataKeyFields="Row_No" AutoGenerateColumns

="False"

 

 

 

Width="99.8%" Height="56%" StyleSetName="Office2007Blue" EnableAjax="False" EnableDataViewState

="True">

 

 

 

<Behaviors

>

 

 

 

<ig:Activation

>

 

 

 

</ig:Activation

>

 

 

 

<ig:EditingCore AutoCRUD

="false">

 

 

 

<Behaviors

>

 

 

 

<ig:CellEditing

>

 

 

 

<EditModeActions MouseClick="None" EnableOnKeyPress="True"

/>

 

 

 

</ig:CellEditing

>

 

 

 

</Behaviors

>

 

 

 

</ig:EditingCore

>

 

 

 

<ig:Selection

>

 

 

 

</ig:Selection

>

 

 

 

<ig:VirtualScrolling

>

 

 

 

</ig:VirtualScrolling

>

 

 

 

<ig:ColumnResizing Enabled

="True">

 

 

 

</ig:ColumnResizing

>

 

 

 

<ig:ColumnMoving DragMarkupCssClass

="">

 

 

 

</ig:ColumnMoving

>

 

 

 

</Behaviors

>

 

 

 

</ig:WebDataGrid

>

Parents
No Data
Reply
  • 49378
    posted

    Hi netdocs,

    It has been some time since your post, however in case you still need help with this matter I am happy to assist you.

    I have tested the code you have provided with the latest service build for 10.3 - 2217. Therefore upgrading your product to the last service release may resolve the matter. In order to investigate this further I would need to know precicely what version and build of .NetAdvantage you are using in this implementation. A sample illustrating the issue would be greatly appreciated.

    Please do not hesitate to contact me if you have anyq questions.

    Best Regards,

    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://www.infragistics.com/support

Children
No Data