Completed
Last Updated: 20 Sep 2016 06:53 by ADMIN
Completed
Last Updated: 20 Sep 2016 06:53 by ADMIN
Completed
Last Updated: 20 Sep 2016 06:53 by Sunil Sutar
Created by: Sunil Sutar
Comments: 0
Category: Grid
Type: Feature Request
5
Hi,

RadWindow has a property as "KeepInScreenBounds", on setting of which the radwindow can not be moved out of screen area.


Lets have the similar or kind of property on Edit Popup of RadGrid with Editmode=Popup?


The expectation is, edit popup of radgrid should not be moved outside of screen area that is visible to the user. This is perfectly achieved by for radwindows with "KeepInScreenBounds" property.

Ticket url: http://www.telerik.com/account/support-tickets/view-ticket.aspx?threadid=953219

Thanks,
Sunil
Completed
Last Updated: 20 Sep 2016 06:53 by ADMIN
ADMIN
Created by: Viktor Tachev
Comments: 0
Category: Grid
Type: Feature Request
2

			
Completed
Last Updated: 20 Sep 2016 06:44 by ADMIN
Completed
Last Updated: 20 Sep 2016 06:44 by ADMIN
Completed
Last Updated: 20 Sep 2016 06:43 by ADMIN
Completed
Last Updated: 20 Sep 2016 06:43 by ADMIN
Declined
Last Updated: 20 Sep 2016 06:42 by ADMIN
Completed
Last Updated: 20 Sep 2016 06:41 by Arnstein
For the time being the following workaround can be used:

CSS:

    <style>
        .RadGrid_Default .RadButton_Simple input {
            border: 0 none;
        }
    </style>

ASPX:

        <telerik:RadGrid ID="RadGrid1" runat="server">
            <MasterTableView>
                <Columns>
                    <telerik:GridTemplateColumn UniqueName="EditColumn" AllowFiltering="false">
                        <HeaderStyle Width="70px" />
                        <ItemTemplate>
                            <telerik:RadButton ID="rbEdit" runat="server" Text="Select" Skin="Simple"
                                AutoPostBack="false">
                            </telerik:RadButton>
                        </ItemTemplate>
                    </telerik:GridTemplateColumn>
                </Columns>
            </MasterTableView>
        </telerik:RadGrid>

where Simple is the name of the used Skin.











Completed
Last Updated: 20 Sep 2016 06:40 by ADMIN
Unplanned
Last Updated: 20 Sep 2016 06:39 by ADMIN
In case the RadGrid has several popup forms they are hidden behind the modal background.