Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
93 views
in my radcombobox i setup

EnableAutomaticLoadOnDemand = true

By default when i click on the radcombobox it populates the whole list when i click on the dropdown arrow.

What I want to do is: enter some random text, click on the dropdown arrow, the radcombobox then populates the list filtered by the custom text.

is this possible?

thanks in advance
Kalina
Telerik team
 answered on 22 Sep 2010
1 answer
104 views
Here i attached two files one is widgets showing as well in the first file
First row takes two widgets and second row takes three widgets , this is correct.
but in the scond file  second row takes only two wdgets this is happening while resize the browser
i need three widgets should get take in the second row

Please help me.
Pero
Telerik team
 answered on 22 Sep 2010
1 answer
84 views
hi,

like i posted before, i have a nodetemplate with three images and one label. if the image changes, the binding event in the nodetemplate fires and the new imageurl is set, but it's not visualized. after pressing f5 it changes! where is my mistake? what can i do?

thank you for your help!!!
Nikolay Tsenkov
Telerik team
 answered on 22 Sep 2010
8 answers
218 views
Hi,

how to add water mark  text to the rad editor control

regards
priya
Rumen
Telerik team
 answered on 22 Sep 2010
1 answer
67 views
I have created a userControl which holds the grid.  On page load a dropDownList is shown along with a button.  Upon selecting an item and clicking search the grid will then display the data.  The problem I am having is on page load the grid visible is set to false.  Upon the search button being clicked the visibility is then set to true.  The grid displays correctly, however the headerContextMenu does not display.  However if I do not hide the grid on page load, i.e. it is visible before a user clicks search, then the HeaderContextMenu will then work.

Any help with this would be much appreciated, I can create a work around by hiding the grid via css, however I would like to avoid this.
mabs
Top achievements
Rank 1
 answered on 22 Sep 2010
3 answers
408 views
Title says it all....the amount of asmx files I'm accumulating becasue I use (overuse? :) the RadXmlHttpPanel is getting a little crazy.

Can I do a quick one or two in the page with a WebMethod? 
Pero
Telerik team
 answered on 22 Sep 2010
1 answer
91 views
Hi,

We have a page with a RadTextBox:

<telerik:RadTextBox ID='txtSearch' runat='server' Skin='Office2007'></telerik:RadTextBox>

a RadTreeView:
<telerik:RadTreeView ID='rtvCategories' runat='server' ShowLineImages="false"
                Skin="Outlook" DataFieldID="ID" OnClientNodeClicking="NodeClicking" OnClientMouseOver="NodeHover"
                DataFieldParentID="ParentID" DataTextField="Name" DataValueField="ID">
                <CollapseAnimation Type="None" />
                <ExpandAnimation Type="None" />
</telerik:RadTreeView>

and a RadToolTipManager:

<telerik:RadToolTipManager ID='rttmManager' runat='server'
            Skin="Office2007" Width='250px' Sticky="true" ShowDelay="1000" OnAjaxUpdate="rttmManager_AjaxUpdate">
</telerik:RadToolTipManager>


Basically, when you hover over a leaf node in the tree, a javascript method creates a new tooltip for the node and call the "show" method for that tooltip. The tooltip manager's "rttmManager_AjaxUpdate" function is called in the CodeBehind, making a database call to populate the tooltip with the proper content:

e.UpdatePanel.ContentTemplateContainer.Controls.Add(new LiteralControl(content));

We have a problem in that whenever the ToolTips load, the RadTextBox (txtSearch) gains focus and the page scrolls up to it. So you could be viewing the tree all the way at the bottom, scrolled down quite far; if you hover over a node and the tooltip loads it will scroll you back to the top of the page. Here is our Page_Load method:

        protected void Page_Load(object sender, EventArgs e)
        {
            if (!IsPostBack)
            {
                /*Snip some business logic*/

                if (!String.IsNullOrEmpty(Request.QueryString["search"]))
                {
                    txtSearch.Text = Request.QueryString["search"];
                    RadScriptManager.RegisterClientScriptBlock(Page, Page.GetType(), "_categoriesSearchOnLoad_", "Search();", true);
                }

                txtSearch.Focus();
            }
        }

Can you think of any reason why we would be experiencing this behaviour?
Dimo
Telerik team
 answered on 22 Sep 2010
5 answers
149 views
Hello,

I was wondering if anyone has used the RadScheduler or the RadUpload control in an MVC application?  Any points/advice you can give me?

I am using the Q2 release, but could upgrade to the Q3 release if need be.

Thanks.
Mihai
Top achievements
Rank 1
 answered on 22 Sep 2010
5 answers
151 views
When using InititalItemIndex = "-1", I have to have enough items in the list to completely fill the size of the rotator or it wont display at all.

For example if you have one item in the rotator and you have it 500px high by 300px wide and you are going to scroll the text "blah blah" it will not show up.

you add a couple more items to the list and make it shorter the items will then show and scroll appropiately.

You can also set it to InitialItemIndex = "0" and the records will show correctly and not scroll.

This was tested under IE 8
Fiko
Telerik team
 answered on 22 Sep 2010
10 answers
1.4K+ views
Hi!
I'm testing my site until I received the following error:
"Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0"

The error started to appear when I put my RadGrid(sortable) inside a Radpanel and put a Radloading panel. The error appears whenever I try to click any navigation button while the RadLoading panel is loading.
Can anyone tell what does this error means, what its cause, and how to fix it?

Thanks!


Pavlina
Telerik team
 answered on 22 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?