This is a migrated thread and some comments may be shown as answers.

Making the grid context menu horizontal scroll

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Robert Hammond
Top achievements
Rank 1
Robert Hammond asked on 29 Jan 2013, 05:23 PM
Hi,

  We are displaying many coulmns in the grid and we had context menu in the end of grid column because of the many columns we are dispalying the horizontall sccroll if the user wants to use the context menu he has to scroll all the way end of the grid. My question is how to make visible the context menu every time with in the grid visible posotion.

Thanks,
Vinay.

1 Answer, 1 is accepted

Sort by
0
Vargis
Top achievements
Rank 2
answered on 30 Jan 2013, 07:32 AM
Hi Boss

Try this

<ClientSettings Selecting-AllowRowSelect="true" EnablePostBackOnRowClick="True">
                        <Scrolling AllowScroll="true" UseStaticHeaders="true" />
                    </ClientSettings>


Anyway let me knoe the result ...Thanks
Tags
Grid
Asked by
Robert Hammond
Top achievements
Rank 1
Answers by
Vargis
Top achievements
Rank 2
Share this question
or