| <telerik:RadGrid ClientSettings-Resizing-AllowColumnResize="true" ClientSettings-Resizing-EnableRealTimeResize="true" | |
| AllowMultiRowSelection="false" ID="GrdProjectAudit" Width="100%" runat="server" | |
| OnItemCreated="GrdProjectAudit_ItemCreated" AllowPaging="True" AllowSorting="True" | |
| PageSize="8" AutoGenerateColumns="false" AlternatingItemStyle-Width="10%" GridLines="Vertical" | |
| Skin="ePASVista" EnableEmbeddedSkins="false" ItemStyle-Wrap="false" HeaderStyle-Wrap="true" | |
| OnNeedDataSource="GrdProjectAudit_NeedSource"> | |
| <PagerStyle Mode="NumericPages" /> | |
| <ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True"> | |
| <Resizing AllowColumnResize="true" ClipCellContentOnResize="true" EnableRealTimeResize="true" | |
| ResizeGridOnColumnResize="true" /> | |
| <Selecting AllowRowSelect="True" /> | |
| </ClientSettings> | |
| <ExportSettings IgnorePaging="true" FileName="Project_History" Excel-Format="ExcelML" | |
| OpenInNewWindow="true" ExportOnlyData="true"> | |
| </ExportSettings> | |
| <MasterTableView GroupLoadMode="Client" CommandItemDisplay="Top" TableLayout="Fixed" | |
| Width="100%"> | |
| <NoRecordsTemplate> | |
| <asp:Label ID="lblNRF" runat="server" Text="No Projects to display"></asp:Label> | |
| </NoRecordsTemplate> | |
| <Columns> | |
| <telerik:GridBoundColumn HeaderText="Old Status" DataField="Old Status" Display="true"> | |
| <HeaderStyle HorizontalAlign="Center" /> | |
| </telerik:GridBoundColumn> | |
| <telerik:GridBoundColumn HeaderText="New Status" DataField="New Status" Display="true"> | |
| <HeaderStyle HorizontalAlign="Center" /> | |
| </telerik:GridBoundColumn> | |
| <telerik:GridTemplateColumn> | |
| <HeaderStyle Width="18%" HorizontalAlign="Center" /> | |
| <HeaderTemplate> | |
| <table style="color: Black;" border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td align="center"> | |
| Customer Incentive | |
| <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td style="border-top: solid 1px gray;"> | |
| Old | |
| </td> | |
| <td style="border-top: solid 1px gray;"> | |
| New | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </HeaderTemplate> | |
| <ItemTemplate> | |
| <table style="color: Black;" border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td style="vertical-align: middle;"> | |
| <asp:Label ID="lblcustomer" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "Old Customer Incentive") %>'></asp:Label> | |
| | |
| </td> | |
| <td style="vertical-align: middle;"> | |
| <asp:Label ID="lblcustnew" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "New Customer Incentive") %>'></asp:Label> | |
| </td> | |
| </tr> | |
| </table> | |
| </ItemTemplate> | |
| </telerik:GridTemplateColumn> | |
| <telerik:GridTemplateColumn> | |
| <HeaderStyle Width="17%" HorizontalAlign="Center" /> | |
| <HeaderTemplate> | |
| <table style="color: Black;" border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td align="center"> | |
| SP Incentive | |
| <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td style="border-top: solid 1px gray;"> | |
| Old | |
| </td> | |
| <td style="border-top: solid 1px gray;"> | |
| New | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </HeaderTemplate> | |
| <ItemTemplate> | |
| <table style="color: Black;" border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td style="vertical-align: middle;"> | |
| <asp:Label ID="lblSp" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "Old SP Incentive") %>'></asp:Label> | |
| | |
| </td> | |
| <td style="vertical-align: middle;"> | |
| <asp:Label ID="lblSpnew" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "New SP Incentive") %>'></asp:Label> | |
| </td> | |
| </tr> | |
| </table> | |
| </ItemTemplate> | |
| </telerik:GridTemplateColumn> | |
| <telerik:GridTemplateColumn> | |
| <HeaderStyle Width="18%" HorizontalAlign="Center" /> | |
| <HeaderTemplate> | |
| <table style="color: Black;" border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td align="center"> | |
| Third Party Incentive | |
| <table border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td style="border-top: solid 1px gray;"> | |
| Old | |
| </td> | |
| <td style="border-top: solid 1px gray;"> | |
| New | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </HeaderTemplate> | |
| <ItemTemplate> | |
| <table style="color: Black;" border="0" cellpadding="0" cellspacing="0" width="100%"> | |
| <tr> | |
| <td style="vertical-align: middle;"> | |
| <asp:Label ID="lblSp" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "Old Third Party Incentive") %>'></asp:Label> | |
| | |
| </td> | |
| <td style="vertical-align: middle;"> | |
| <asp:Label ID="lblSpnew" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "New Third Party Incentive") %>'></asp:Label> | |
| </td> | |
| </tr> | |
| </table> | |
| </ItemTemplate> | |
| </telerik:GridTemplateColumn> | |
| <telerik:GridTemplateColumn HeaderText="Updated By" HeaderStyle-ForeColor="Black" | |
| ItemStyle-HorizontalAlign="Center" HeaderStyle-HorizontalAlign="Center"> | |
| <ItemTemplate> | |
| <div style="overflow: hidden; text-overflow: ellipsis; white-space: nowrap;"> | |
| <asp:Label ID="lblCreatedBy" runat="server" Text='<%# DataBinder.Eval(Container.DataItem, "Created By") %>' ToolTip='<%# DataBinder.Eval(Container.DataItem, "Created By") %>' /> | |
| </div> | |
| </ItemTemplate> | |
| </telerik:GridTemplateColumn> | |
| <telerik:GridBoundColumn HeaderText="Updated On" DataField="Created On" Display="true"> | |
| <HeaderStyle HorizontalAlign="Center" /> | |
| </telerik:GridBoundColumn> | |
| </Columns> | |
| <CommandItemTemplate> | |
| <div> | |
| <table width="100%" border="0" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td align="right"> | |
| <asp:Image ID="Imgexcel" Height="14" Width="14" ImageUrl="~/App_Themes/images/Excel-16.gif" | |
| runat="server"></asp:Image> <asp:LinkButton Text="Export" ToolTip="Export" CausesValidation="false" | |
| OnClick="LnkBtnExcelImport_Click" ID="LnkBtnExcelImport" ForeColor="black" runat="server"></asp:LinkButton> | |
| <%--<asp:Image ImageUrl="~/App_Themes/images/Refresh.gif" runat="server" ID="imgRefresh" /> | |
| <asp:LinkButton CommandName="Refresh" ToolTip="Refresh" ID="lnkRefresh" Text="Refresh" | |
| runat="server" ForeColor="Black"></asp:LinkButton>--%> | |
| </td> | |
| </tr> | |
| </table> | |
| </div> | |
| </CommandItemTemplate> | |
| </MasterTableView> | |
| </telerik:RadGrid> |
Hi
Is there a solution to this problem.
In this Telerik link:
http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx
If you make the window smaller so it gets the scrollbars and then scroll the window just so you still can click on the imagemanager button. Then click one of the files for a preview, instantly the parent window scrolls.
Our problem is that we got a page with editable content all over the page, that opens an radwindow with the editor inside via a contextmenu. It centers the radwindow in the center of the scrolled parent page, however when using any of the filemanagers and clicking a file/folder the parentwindow (not the opened radwindow) jumps up so the filemanagers clicked file/folder displays just above the bottom of the page.
See these screenshots:
http://www.timelab.se/bug/
/Peter
Hi,
I have Main window with grid , when i click edit popup window comming with edit mode. After edit data and click save, popup window should close and main windows should change with new data.
How can i show main window with newly edited data?
lakmal

Hi,
When i use ajax following code not working. When i remove ajax from page, its working fine.
Why this?
Path = "DocumentInfo.aspx?DocNo=" + lbId.Text;
Response.Write("<script language = Javascript>var
win=window.open('" + Path +
"',null,'width=910,height=455,top=150,left=150','true');</script>");
lakmal
