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
245
how to prevent xamDataGrid jumping up while clicking on grid
posted

<ScrollViewer >

    <Grid>

        <Grid.ColumnDefinitions>

            <ColumnDefinition Width="*"/>

        </Grid.ColumnDefinitions>

        <Grid.RowDefinitions>

            <RowDefinition Height="300" />

            <RowDefinition Height="Auto" />

            <RowDefinition Height="*" />

        </Grid.RowDefinitions>

        <!-- Some controls are here in first row of grid --!>

        <!-- second row is having one Grid splitter -->

        <!-- third row is having one xamDataGrid -->

    </Grid>

</ScrollViewer>

xamDataGrid is having more than 300 records.

My problem is that when i do mouse doubleClick on xamDataGrid. DataGrid jumps up and whole area above xamDataGrid also jumps up which look bad for client.

How can i prevent it from jumping up.????????????

it has become a critical issue for my client.

Please help me.

  • 9694
    posted

    Hello,

    I apologize that no one has yet answered this post. We were inundated with more posts than we had resources to cover. Since that time we have been adding people to the task of making sure every post gets a reply from an Infragistics employee.

    Next time if you have an urgent matter, please complete a developer support case request. This would ensure you get an answer immediately.

    You can submit support cases at the following website:
    http://ko.infragistics.com/support/submitrequest.aspx

    By the way, did you solve this issue. I'm not sure what you mean exactly by the XamDataGrid jumping up. I assume you mean the grid scroll position changes on a mouse down. Please let us know if you need further assistance.

    Thank you!