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

Control Disappears after Ajax invocation...

2 Answers 55 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Yusuf AKDAG
Top achievements
Rank 2
Yusuf AKDAG asked on 04 Dec 2009, 02:47 AM
Hello Telerik people...

I'm working in a project and it has multilanguage option by resources.

And because of control behaviour we needed implement the link buttons like this :

<asp:LinkButton CssClass=button ID="lbtn_showUserForm" runat="server" onclick="lbtnEdit_Click" CausesValidation="False" Enabled="False"
<span class=edit><asp:Literal runat=server Text="<%$ Resource:btn_showuserform%>"/></span> 
</asp:LinkButton> 


But I have a prolem with ajaxified controls. After ajax invocation (like select a person form grid) this button enables, but meanwhile its text also disappears.

Is this cause of nested control issue or is my implementation?

Does anyone have any thoughts?

Thanks..

Y.

2 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 07 Dec 2009, 09:06 AM
Hi Yusuf, 

Could you please verify if this control can work normally with plain UpdatePanel?

Kind regards,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Yusuf AKDAG
Top achievements
Rank 2
answered on 10 Dec 2009, 02:57 AM
Hello Pavlina,
I think our implementation have some logic issues. Controls disappears even not ajaxified page..

We're going to change this controls. Please ignore this thread.
Tags
Ajax
Asked by
Yusuf AKDAG
Top achievements
Rank 2
Answers by
Pavlina
Telerik team
Yusuf AKDAG
Top achievements
Rank 2
Share this question
or