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

[Solved] Ajax popup extender not working inside radgrid

1 Answer 97 Views
Grid
This is a migrated thread and some comments may be shown as answers.
jeevitha
Top achievements
Rank 1
jeevitha asked on 30 Nov 2009, 01:37 PM
Hi,
I am using the 2009 version of telerik dll.. i am trying to bind Ajax PopupControlExtender inside each row of the rad grid. but it does not seems to be working. i embed the grid with Telerik rad ajax panel first. THen I removed and tried updatepanel alone. But nothing works for me. In the previous version of telerik control it worked like a charm... I could not figure out the issue .... here is my code .The imgPopUp control pop ups and hiding immediately. Pls help me

 <telerik:RadGrid ID="gridViewPograms" EnableEmbeddedSkins="false" Skin="Web20" Width="700px"
                AutoGenerateColumns="False" OnNeedDataSource="gridViewAccount_NeedDataSource"
                EnableAjaxSkinRendering="true" DataSourceID="" 
                MasterTableView-RetrieveAllDataFields="true" EnableAJAX="true" EnableAJAXLoadingTemplate="true"
                runat="server" AllowSorting="true" PageSize="10" AllowPaging="true">
                <MasterTableView>
                    <PagerStyle Mode="NumericPages" CssClass="pager" ShowPagerText="false" />
                    <Columns>
                        <telerik:GridTemplateColumn HeaderText="" HeaderStyle-Width="30px" ItemStyle-HorizontalAlign="Center"
                            ItemStyle-VerticalAlign="Middle">
                            <ItemTemplate>
                                <asp:Image ID="imgPopUp" ImageUrl="~/Images/icon_Grey.PNG" runat="server" />
                                <ajaxToolkit:PopupControlExtender ID="PopupControlExtender1" runat="server"  TargetControlID="pnlPopUp"
                                    PopupControlID="imgPopUp" Position="Right" />
                                <asp:Panel ID="pnlPopUp" CssClass="grdviewitemOpacity" runat="server">

                                </asp:Panel>
                            </ItemTemplate>
                            <ItemStyle HorizontalAlign="Left" VerticalAlign="Middle" BorderColor="#8AB3C9" BorderWidth="1px">
                            </ItemStyle>
                        </telerik:GridTemplateColumn>

1 Answer, 1 is accepted

Sort by
0
jeevitha
Top achievements
Rank 1
answered on 30 Nov 2009, 01:41 PM
Sorry.. its my mistake only. its working fine
Tags
Grid
Asked by
jeevitha
Top achievements
Rank 1
Answers by
jeevitha
Top achievements
Rank 1
Share this question
or