Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
522 views
Hi,

I downloaded a copy of Telerik's ASP.NET AJAX trial for the company I work for to see if we should buy it.

One of the 'nice to haves' we want is the autocomplete multicolumn combobox. I see the demo examples you give and it's for the radcombobox. That's hard to work with because I can't see how to add data from the database in codebehind. I tried google and I notice you have the radmulticolumncombox not available in the ajax trial. Why is that? How do I add it to the trial download because we need to see how it works for our clients ASAP.

Please respond.
Kalina
Telerik team
 answered on 25 Jan 2010
2 answers
215 views
Hello Sir,

I have a minor browser issue while editing in the radeditor with Inter Explorer but this issue not coming in Chrome.

I have the following paragraph in the window.

Here I want paragraph 1 to be left aligned, paragraph 2 to be center aligned and paragraph 3 to be right aligned. But while doing this scenario with Internet Explore all of three option set to left / center / right at same position.

Please suggest in this

paragraph 1 
 
 
pragraph 2 
 
 
paragraph 3 

George
Top achievements
Rank 1
 answered on 25 Jan 2010
2 answers
213 views
Hello,

I currently have this problem: After a postback, I want to display/update additional information about the currently selected node.
The problem is the order of the scripts that are generated. At server side I use this call to render the script that should be executed after the postback:

ScriptManager.RegisterStartupScript(_updatePanel, _updatePanel.GetType(), "UpdateDetails""var treeView = $find('" + _navigationTree.ClientID + "'); UpdateDetailDisplay();"true); 

On Client side, this script gets rendered and executed:

var treeView = $find('ctl00_controlArea_ctl01_ctl04_ctl02'); 
UpdateDetailDisplay(); // internally uses treeView.get_selectedNode(); to read data... 
Telerik.Web.UI.RadTreeView._preInitialize("ctl00_controlArea_ctl01_ctl04_ctl02","0"); 

As you can see, the _preInitialize gets executed *AFTER* my script - which is - of course - totally wrong order. I need the treeview client side object initialized before my call gets executed, because the $find() call returns null in this case.

How can I achieve this?

Using setTimeout is no option. This would a) delay the user interface update and b) I still can't be sure that the TreeView object is fully initialized when the timeout triggers.

Is there a event that is triggered after a postback where I can be sure that the treeview client side object is fully initialized?

Regards,

   Sebastian
Sebastian
Top achievements
Rank 2
 answered on 25 Jan 2010
6 answers
400 views
Hi Guys !

I have a look at your new controls named RadSiteMap Control. I wonder if I can implement the BREADCRUMBS using the RadSiteMap Control just like I did it for ASP.NET SiteMap Control.

It would be great  if you guys plz let me know  I can use it or not ?

If not why ?


Ajay
Simon
Telerik team
 answered on 25 Jan 2010
2 answers
88 views
hi

i have a tree in combo box.i need right to left support for tree inside a combo box.example when i click on english button tree view nodes should display in left to right inside a tree,when i clcik on arabic button the same tree nodes should display in right to left.any help please.

thanks
usman
Usman
Top achievements
Rank 1
 answered on 25 Jan 2010
5 answers
342 views
Hi,

We are using RadDock and RadPanelbar inside the RadDock. We have issue with RadPanelbar. The expand and collapse arrow/Image is not working properly.
Here is the code.

<%

@ Page Language="C#" AutoEventWireup="true" CodeFile="Default3.aspx.cs" Inherits="Default3" %>

 

<%

@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

 

<!

 

DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

 

<

 

html xmlns="http://www.w3.org/1999/xhtml">

 

<

 

head runat="server">

 

 

<title>Untitled Page</title>

 

 

<link rel="stylesheet" href="Styles/UDStyles.css" />

 

</

 

head>

 

<

 

body>

 

 

 

<form id="form1" runat="server">

 

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">

 

 

</telerik:RadScriptManager>

 

 

<telerik:RadDockLayout ID="RadDockLayout1" runat="server">

 

 

<telerik:RadDockZone ID="RadDockZone1" runat="server" Height="300px" Width="300px">

 

 

<telerik:RadDock ID="RadDock1" Skin="Web20" runat="server" Width="300px">

 

 

<TitlebarTemplate>

 

 

<table class="TitleBar">

 

 

<tr>

 

 

<td width="17%">

 

Dipen

 

</td>

 

 

<td width="83%">

 

Shah

 

</td>

 

 

</tr>

 

 

</table>

 

 

</TitlebarTemplate>

 

 

<ContentTemplate>

 

 

<telerik:RadPanelBar ID="RadPanelBar1" Skin="Default" runat="server">

 

 

<Items>

 

 

<telerik:RadPanelItem runat="server" Text="Dipen's Team" Expanded="true">

 

 

<Items>

 

 

<telerik:RadPanelItem runat="server">

 

 

<ItemTemplate>

 

 

<table border="1" width="100" >

 

 

<tr>

 

 

<td>Dipen</td>

 

 

<td>Shah</td>

 

 

</tr>

 

 

<tr>

 

 

<td>ABC</td>

 

 

<td>DEF</td>

 

 

</tr>

 

 

<tr>

 

 

<td>HIJ</td>

 

 

<td>LMN</td>

 

 

</tr>

 

 

<tr>

 

 

<td>OPQ</td>

 

 

<td>RST</td>

 

 

</tr>

 

 

</table>

 

 

</ItemTemplate>

 

 

</telerik:RadPanelItem>

 

 

</Items>

 

 

</telerik:RadPanelItem>

 

 

</Items>

 

 

</telerik:RadPanelBar>

 

 

</ContentTemplate>

 

 

</telerik:RadDock>

 

 

</telerik:RadDockZone>

 

 

</telerik:RadDockLayout>

 

 

</form>

 

</

 

body>

 

</

 

html>

 


I attached 2 screen shot. Issue is Very first time load icon is in expanded mode. when we collapse it it should change. But this is not happenning. Please take a look of first image. Then collapse rad panel. See the screen 2.

Please help me to resolve this issue.



Thanks,
Dipen Shah
Yana
Telerik team
 answered on 25 Jan 2010
1 answer
83 views
Hi

I have a very irritating problem.  I have a MasterPage and a Content Page.  The content page is opening a Radwindow where the user is entering info.  When the user closes the RadWindow I call the PostBack Function of a Linkbutton called Test.  This works perfectly and the postback happens every time the RadWindow is closed to update the interface on the Content Page to reflect the changes made in the RadWindow.  Only problem is, I have created a AjaxUpdatePanel and AjaxUpdateProgress in the area where the Linkbutton Test is.  When I click the "Test" linkbutton on the Content Page I see the update panel showing the ajax indicator.  But when I call the function to call the Postback event of "Test" on RadWindow Close, I don't get the Ajax Updating Indicator.

Here's my code on the Master Page for the postback:

<

 

script type="text/javascript">

 

//<![CDATA[

var

 

theForm = document.forms['aspnetForm'];

 

if

 

(!theForm) {

 

theForm = document.aspnetForm;

}

function

 

doPostBack2() {

 

 

if (!theForm.onsubmit || (theForm.onsubmit() != false)) {

 

theForm.__EVENTTARGET.value =

'ctl00$ContentPlaceHolder1$Test';

 

theForm.__EVENTARGUMENT.value =

'';

 

theForm.submit();

}

}

//]]>

</

 

script>

And here's my code on the Content Page to open the Radwindow:

 

 

<telerik:RadWindow

 

 

 

 

 

id="RadWindow1"

 

 

runat="server"

 

 

 

 

 

showcontentduringload="False"

 

 

 

 

 

width="900px"

 

 

 

 

 

height="520px"

 

 

 

 

 

 

onclientclose="doPostBack2"

 

 

 

 

 

title="My Professional Profile - Please be patient while loading..." Modal="true" VisibleStatusbar="false" Skin="Black" style="z-index: 1; display:none;" InitialBehavior="None" Left="" NavigateUrl="" Top="">

 

 

 

 

 

</telerik:RadWindow>

 



And here's my VB code that posts back for the "Test" linkbutton:

 

Protected Sub Test_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Test.Click

 

 

Call GetPPStatus()

 

 

End Sub

So as I said before, everything works fine when I physicallly click the "Test" linkbutton (it posts back and shows the Ajax Update Indicator). And when I close the RadWindow it actually posts back and does everything that I want it to do in the GetPPStatus() sub except it's not showing the ajax indicator. 

Any help would be appreciated!

 

Georgi Tunev
Telerik team
 answered on 25 Jan 2010
1 answer
106 views
Hi,

I use the latest version (1314). In my app, all Combos renders different as before. The button looks displaced. (see attachement)
What has changed?

Regards,
Andreas
Kamen Bundev
Telerik team
 answered on 25 Jan 2010
1 answer
105 views
Hi,

I've a radprompt and when the text area comes, how do I limi trhe user to type only 200 characters.(this is my maximum limit I need to limit the user). where do I set this??
Georgi Tunev
Telerik team
 answered on 25 Jan 2010
2 answers
102 views
Hi

I'm testing scheduler's component for ASP and some questions.

1. Is it possible to set different styles for resource's rows, not for appointments? I'm trying to do this, but didn't succed.

2. Are there any descriptions of ALL control's  features? RAD control's documentation provides not much  information, only names, without descriptions.  :(

Best regards, John.


John John
Top achievements
Rank 1
 answered on 25 Jan 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?