Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
93 views
Our app is use in low bandwidth areas of the world. The Load on demand helped solve the issue of slow page loads. However, if the users is tabbing through the page and tabs into a load on demand dropdown, it fires the action. We would like for this not to happen as they may be tabbing to another control. We want the load on demand to fire when the user clicks in field or clicks dropdown arrow, but not when they tab into control. Thank you.
Yana
Telerik team
 answered on 29 Jul 2008
5 answers
150 views

I have a code which is selecting the checkbox and working very well in the internet explore 7. But could not selecting the checkbox in Internet Explorer 6.0

Can any one tell me why this is not working in the IE 6.0. Here is source code

<

telerik:RadComboBox ID="combobox1" runat="server" HighlightTemplatedItems="true"

Height="120px" Skin="Default" DataTextField="CityName" DataValueField="CityNameid"

Text="City" AutoPostBack="true">

<CollapseAnimation Duration="300" Type="OutQuint" />

<HeaderTemplate>

<asp:Label ID="lblCity" Height="20px" Text="City" runat="server"></asp:Label>

</HeaderTemplate>

<ItemTemplate>

<asp:CheckBox AutoPostBack="true" runat="server" ID="chkbxCity" OnCheckedChanged="getSelectedCity" /> <%#DataBinder.Eval(Container.DataItem, "CityName")%> 
</ItemTemplate>

<CollapseAnimation Duration="300" Type="OutQuint" />

</telerik:RadComboBox>

I have checked in debug mode when I ran it in the IE 7 it goes to the function 
OnCheckedChanged="getSelectedCity"

but when I ran it in the IE 6 It does not go in the above stated function

any help

Feejaz

Simon
Telerik team
 answered on 29 Jul 2008
1 answer
106 views
Hi,
How to add more then one handler to OnValueChanged client event?
Missing User
 answered on 29 Jul 2008
7 answers
219 views
Hi

As part of our content editing we are looking at adding a custom button to the radeditor toolbar that allows a user to choose a document to add to the page.  These documents would be stored in a Sharepoint Document library, possibly in a different site collection so that the documents can be held centrally.

Is it possible to add a custom button to the toolbar that can then read a sharepoint list/document library to display the options available? 

If so how would be go about doing this? 

We are currently using version 4.5.2 of the editor but are looking at upgrading once we have looked into the differences and checked that the customisation we have already done continues to work.

Thanks
Peter
Peter Livsey
Top achievements
Rank 1
 answered on 29 Jul 2008
1 answer
100 views
Hi all,

i would like to create a radcombobox wit treeview from the codbehind. Can anybody help me?
Alex
Top achievements
Rank 1
 answered on 29 Jul 2008
1 answer
139 views
How can I place the 'Group' name among each footer total?

For example, I have a group defined:  GridGroupByField FieldName="GroupRegion".  The group will be text such as "East Coast", "West Coast", etc. 

I want to use that group value in each Footer total. i.e.  "East Coast Total = 99", West Coast Total = 101".

I thought maybe something I could add via code in the ItemDataBound event?:

If (TypeOf e.Item Is GridFooterItem) Then
   Dim footerItem As GridFooterItem = CType(e.Item, GridFooterItem)
   footerItem("SumOfRegion").Text = ??
End If

But, I don't know how to get the current group value / name the footer total is working with...?

Thanks.
Veli
Telerik team
 answered on 29 Jul 2008
4 answers
235 views
I have a situation that I don't know how to resolve. Based on a dropdownlist, I want to:
1. Make 1 of two items invisible
2. Rebuild the toolbar with only the items I want to see

My tool bar would have with a dropdownlist and a combobox or a dropdownlist with a text box, (depending on the selected value of the dropdownlist)

Now I've noticed that I can build a toolbar on the fly. But no mention on templated items

Making each item visible/invisible on the client side isn't an option, as the screen starts to look odd after a few times of making the two items invisible & invisible..

I wrote some C# code to handle making it visible on the server side, but failed:

protected void OnSelectedIndexChanged_ddUserSearchContext(object sender, EventArgs e)

{

RadComboBox MakerRadCombo = (RadComboBox)RadToolbar1.FindControl("MakerRadCombo");

DropDownList ddUserChoce = (DropDownList)RadToolbar1.FindControl("ddUserSearchContext");

TextBox tbSearchContractNo = (TextBox) RadToolbar1.FindControl("tbSearchContractNo");

if (ddUserChoce.SelectedValue == "Contract")

{

MakerRadCombo.Visible =

false;

tbSearchContractNo.Visible =

true;

}

else if (ddUserChoce.SelectedValue == "Maker")

{

MakerRadCombo.Visible =

true;

tbSearchContractNo.Visible =

false; ;

}

}

It fails because tbSearchContractNo  = null (it's invisible in the beginning)

Any insight would be helpful.

Thanks in advance,
Al Gorup

Peter
Telerik team
 answered on 29 Jul 2008
1 answer
108 views
Hi,

I have a bunch of code in my application that is supposed to show tooltips on focus of a text box. I just upgraded to the July update of ASP.net RAD AJAX controls and now the tooltips have issues. When you click directly on the textbox the tooltip will show then disappear right away. When you tab to the textbox the tooltip will show but the arrow pointing to the box no longer shows. Am I missing something with the update? Below is the code I use for this feature. 

<telerik:RadToolTipManager runat="server" ID="RadTipPW" ShowEvent="OnFocus" Skin="Default2006" ShowDelay="0" AutoCloseDelay="4000" Font-Size="Smaller" Width="150px" Position="MiddleRight" RelativeTo="Element">

<TargetControls>

<telerik:ToolTipTargetControl TargetControlID="txtPassword" IsClientID="False" />

</TargetControls>

</telerik:RadToolTipManager>



Please let me know what is going on. I'm about ready to roll back to that last realse of the controls. Thanks.

Alex



Svetlina Anati
Telerik team
 answered on 29 Jul 2008
3 answers
103 views
Hello,

I have a multi-columns combo in my website.
At the openning of the page, The combo have the focus but when I write a letter it don't seek

Do you have a solution for me?

Thank
Rosi
Telerik team
 answered on 29 Jul 2008
1 answer
184 views
I'm using the RadControls for ASPNET Ajax Q1 2008.

In the 'GridColumn Collection Editor' there is no 'GridClientSelectColumn' when clicking on 'Add' below the 'Members' list.

Am I missing something ? Is there an alternative?
Veli
Telerik team
 answered on 29 Jul 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?