Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
69 views
Hello, I have the following scenario:

A grid contains multiple columns. One of the columns has a custom cell template that hosts a UserControl (ascx). In this user control, there are multiple RadComboBox controls (each row needs to be able to set multiple values) and these are contained in UpdatePanels (so each UserControl can update it's content independently). Everything works fine on the initial page load, but as soon as we use the pager to go to another page, the RadComboBox's SelectedIndexChanged events are fired (debugging on the server shows that they are well received and executed), but the result is never updating in the grid proper. Firebug and Fiddler indicate that the request is working correctly, but that the result of the request is simply never being applied to the page properly.

As I stated earlier, this ONLY happens after using the pager (first / prev / next / last or directly clicking a value).

Any thoughts?
Christian
Top achievements
Rank 1
 answered on 01 Dec 2010
1 answer
60 views
Hi,

I want to provide the sharepoint css theme to the telerik controls which i have added in my sharepoint web part. If i change the theme in my site, then telerik controls theme/css should also chang.

How can i achieve this? Please provide me an solution.

Thanks in advance.
shobha
Rumen
Telerik team
 answered on 01 Dec 2010
6 answers
137 views
Hi,

I am trying to troubleshoot some suspected memory leaks in an asp.net page that uses a lot of telerik rad ajax controls.  In doing this, I am using the Drip IE leak detector available at http://outofhanwell.com/ieleak/index.php?title=Main_Page

I was getting too many leaks to make sense of so tried something simple.  Firstly I created a page with just a standard asp listbox:

<asp:DropDownList ID="DropDownList1" runat="server">
   <asp:ListItem Value="1" Text="2"></asp:ListItem>
   <asp:ListItem Value="3" Text="4"></asp:ListItem>
</asp:DropDownList>

I then set this page to auto-refresh in Drip.  The memory usage stayed constant.

I then added a RadScriptManager:

<telerik:RadScriptManager ID="RadScriptManager1" runat="server" AjaxFrameworkMode="Enabled">
</telerik:RadScriptManager>
<asp:DropDownList ID="DropDownList1" runat="server">
  <asp:ListItem Value="1" Text="2"></asp:ListItem>
  <asp:ListItem Value="3" Text="4"></asp:ListItem>
</asp:DropDownList>

I set this running in Drip, and the memory usage increased by 500Kb per refresh!

So, is there some kind of huge memory leak in RadScriptManager?  I am using 2010.3.1109.40

Thanks,

Craig
Georgi Tunev
Telerik team
 answered on 01 Dec 2010
1 answer
44 views
How to add checkboxcolumn or command button to select a row in radgrid programmatically
Pavlina
Telerik team
 answered on 01 Dec 2010
3 answers
136 views

I'm using a FormTemplate for editing, and if I set the PopUpSettings-Modal="true", the entire browser is disabled and nothing can be done.

On you demo page, can the second example work the same way as the first example modal popup?
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/popupeditform/defaultcs.aspx

Right now in the second example I can click on stuff on the parent page which is not what i was expecting.

thanks
Veli
Telerik team
 answered on 01 Dec 2010
1 answer
105 views
Hi

Please provide an Sample code how to use

Ajax ModalPopupExtender with Rad dock client command click
On clicking the raddock i lkie to have a Modalpopup filled with some controls.

Pero
Telerik team
 answered on 01 Dec 2010
3 answers
106 views

Hello,

 

I’m having an issue in my application with the Captcha audio.  When you first navigate to the page with the Captcha and you click on the “Get Audio Code” link, the audio doesn’t work. 

 

However, when you click the “Generate New Image” link and then click “Get Audio Code” link it works.

Thanks

Pero
Telerik team
 answered on 01 Dec 2010
1 answer
52 views
Why is the 'Enable RadCaptcha Http Handler' link not in the RadCaptcha Smart Tag?

Forgive me if there is a very obvious answer to this question.

Regards,
Anthony.

UPDATE: There is indeed a very obvious answer to this... the Http Handler has already been registered in the web.config of my project!!
Pero
Telerik team
 answered on 01 Dec 2010
4 answers
1.2K+ views

Hi,

I have this column in my grid:

<Telerik:GridBoundColumn UniqueName="OrderDate" DataField="OrderDate" DataFormatString="{0:g}" DataType=System.DateTime" />

According to http://msdn.microsoft.com/en-us/library/az4se3k1.aspx the "g" standard format specifier represents a combination of the short date ("d") and short time ("t") patterns, separated by a space. It should render (in my locale) as "yyyy-MM-dd hh:mm", but the column wrongfully includes the seconds in the rendered text (it is rendered like this: "yyyy-MM-dd hh:mm:ss)". What am I doing wrong?

TIA.

Veli
Telerik team
 answered on 01 Dec 2010
1 answer
76 views
I'd LOVE to be able to handle a paste event where a user pastes in some Word Content I could have a popup or a jQuery element notify them that word formatting has been stripped...does that functionality at all exist?

It's a massive pain in the ass right now in a university as EVERYONE uses word, and we get at least one "Does this not allow word documents?" question a week.

Regards,
Steve
Dobromir
Telerik team
 answered on 01 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?