Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
133 views
I have a RadToolBar inside of a frame.  The frame is essentially the same size as the toolbar and it is the only control contained inside the frame.  I would like to add a RadToolBarDropDown to the toolbar, however when it drops down, the drop down items do not appear because they are cut off by the frame. Is there a way to have the drop down items appear on top of the frame below it?
Thanks!
Peter
Telerik team
 answered on 25 Jun 2008
1 answer
103 views
Hi there!
Is it possible to change language of the pager without using the PagerTemplate in RadGrid?!

-= Ti =- 
Princy
Top achievements
Rank 2
 answered on 25 Jun 2008
3 answers
200 views
Hi,

I am using RadChart.Net2 dll and I have used following properties to show legend at the bottom of chart:

RadChartGraph.Legend.HAlignment = ChartHAlignment.Center

RadChartGraph.Legend.VAlignment = ChartVAlignment.Bottom

RadChartGraph.Legend.Location = ChartLocation.OutsidePlotArea

RadChartGraph.Legend.LegendStyle = LegendItemsPositionType.Row

but its not working please let me know the solution of this problem.

Giuseppe
Telerik team
 answered on 25 Jun 2008
7 answers
333 views
Hi,

I have a radcombobox that changes its width on ajax postbacks. I've tried the workarounds given in  the KB but none of them work.

For the "FixUp" workaround, I get a runtime error saying that "Object does not support this property or method" for FixUp.

Setting the width in CSS doesn't help either.

The comboboxes are placed within a rad tabstrip. Three tabs - each having a combo that requires a postback (Country dropdown that populates State dropdown). On selecting a value in the Country dropdown, all the combos change their widths on postback.

HELP!

Thanks,
Nikhil
Helen
Telerik team
 answered on 25 Jun 2008
2 answers
143 views
Hi,

I'm using RadToolTipManager to load tooltips on-demand. I defined my RadToolTipManager without specifying the width or the height and expected the tooltip to adjust to the size of the content. It does work in terms of width, but not in terms of height. If the content is longer than one line, the entire bottom border of the tooltip is missing and scroll bars do not appear even though they are set to "Auto".

Is this a bug? Is there a workaround?

<telerik:RadToolTipManager
    ID="RadToolTipManager1"
    runat="server"
    Animation="Resize"
    ManualClose="true"
    ShowCallout="true"
    ShowEvent="OnClick"
    RelativeTo="Element" 
    Position="MiddleRight"
    onajaxupdate="RadToolTipManager1_AjaxUpdate"  ContentScrolling="Auto" >
</telerik:RadToolTipManager>


Thank you,

Yevgeniya
Martin
Telerik team
 answered on 25 Jun 2008
1 answer
123 views
Hi,
How to get the parent node of clicked node in 

OnClientNodeClicking of Telerik Treeview?

Please help.

Thanks

Atanas Korchev
Telerik team
 answered on 25 Jun 2008
1 answer
201 views
I am having a problem with getting the items I have selected on the grid to write to the database when I click the add button on my form. I have posted a snippet of my code below...right now I am getting an Invalid Cast error because the sender object is being cast as a button control and the sender object that the code calls is a Checkbox.

Protected Sub cmdAddNAICS_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdAddNAICS.Click

CType(CType(sender, CheckBox).Parent.Parent, GridItem).Selected = CType(sender, CheckBox).Checked

Dim pvChk As Boolean

'Dim dataItem As Telerik.WebControls.GridDataItem

Dim cCoC As New cContractorClassification

If (CType(sender, CheckBox)).Checked Then

For Each dataItem As GridDataItem In gvSelectList.MasterTableView.Items

CType(dataItem.FindControl("chkSelect"), CheckBox).Checked = True

dataItem.Selected =

True

pvChk = dataItem.Selected

'If pvChk = True Then

cCoC.CONTRACTOR_SID = Session.Item(

"ContractorSID")

cCoC.MERCHANT_XREF_SID =

CInt(dataItem.Item("MERCHANT_XREF_SID").Text)

cCoC.CONTRACTOR_CLASSIFICATION_ACTIVE =

True

'cCoC.Update()

Next

Else

For Each dataItem As GridDataItem In gvSelectList.MasterTableView.Items

CType(dataItem.FindControl("chkSelect"), CheckBox).Checked = False

dataItem.Selected =

False

Next

End If

 

End Sub

Shinu
Top achievements
Rank 2
 answered on 25 Jun 2008
3 answers
269 views

I try to use Items from RadComboBox as input for a ControlParameter in a ObjectDataSource (or SqlDataSource). But I get an error: 

Type 'Telerik.Web.UI.RadComboBoxItemCollection' in Assembly 'Telerik.Web.UI, Version=2008.1.619.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' is not marked as serializable. 

Why I do that? I have expanded the ComboBox in a ItemTemplate with checkboxes and I need to find out which boxes are checked. Normally I loop over the collection and check the checkboxes. 

But where to do that when the ComboBox is bound to a ObjectDataSource or SqlDataSource? 

Overriding the control and add a new property? Is there any event to use?

Telerik: Is it possible to make Items serializable?

Thanks for any suggestions

Eric

Rosi
Telerik team
 answered on 25 Jun 2008
6 answers
354 views
I needed to have custom insert and edit buttons for my grid so I replaced them in the Office2007 folder, then set

Skin

="Office2007"

ImagesPath="~/Skins/Office2007/Grid"

EnableEmbeddedSkins="true"

This works great and shows the correct images except for my 

telerik

:GridDropDownColumn

It does not see the stylesheet or images for it. What do I need to do?

Nancy

Sebastian
Telerik team
 answered on 25 Jun 2008
1 answer
87 views
I want to populate a rad grid based on the columns selected by the user. I'm planning to have a check box control and populate it with database columns. Based on the columns selected by the user, I want to populate the grid with the selected columns. Is it possible and if so are there any ideas/demos?
Shinu
Top achievements
Rank 2
 answered on 25 Jun 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?