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>
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>