Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
207 views
I am trying to use the example here - http://demos.telerik.com/aspnet-ajax/scheduler/examples/radtooltip/defaultcs.aspx - to add a a tooltip to each apointment but get a build error "
The type or namespace name 'AppointmentToolTip' could not be found (are you missing a using directive or an assembly reference?)"

Ideas?



Neil
Top achievements
Rank 1
 answered on 15 Sep 2010
0 answers
109 views
hi,

it's me again ;)

is it possible to refresh a single node? i have a nodetemplate which consits of three images and a label, a timer triggers a method called reloadtreeview. in that method i look if there are new images for the nodes. if there is a new image for one node i don't want to rebuild the whole treeview! is there a possibility?

thanx,
ingemar
Ingemar
Top achievements
Rank 1
 asked on 15 Sep 2010
4 answers
252 views
I'm migrating form 2007 Q2 release to 2008 Q3 release.

I have an scenario with different RadToolBarButtons that I control what of them I want to show and what of them I want to hide, depending of some parameter values.

In the previous version I could refer the buttons using myToolBar.Items.GetButtonByCommandName("myCommandName"). What I have to do right now?
Peter
Telerik team
 answered on 15 Sep 2010
2 answers
109 views
Hi,

I'm using the latest version of the controls (2010.2.826.35).

I know I can set the Appointment's onmouseover attribute in client-side code (by using app.get_element().onmouseover), but I really want to do it in server-side code.

In the server-side AppointmentCreated event I've tried the following, but it does nothing:

 

  Dim jscript As String = "javascript:alert('hello');"

 

  e.Appointment.Attributes.Add(

"OnMouseOver", jscript)

Also, when I view the page's source, there are no OnMouseOver attributes.

Can I set an Appointment's OnMouseOver attribute from server-side code?

Thanks,
Michael

 

Peter
Telerik team
 answered on 15 Sep 2010
1 answer
107 views
Are the attached chart types possible?

If they are could you please provide me with some sample code on how to create these types of charts.

Thanks in advance
Fernando
Vladimir Milev
Telerik team
 answered on 15 Sep 2010
3 answers
167 views
I'm upgrading my ASP grid to a RadGrid and I have an issue with one of the columns.

On my web page, the user inputs a field for the title of their link, "sTitle" and the link itself, "sLink". When they press add, it inputs it to the grid.

This is the was the way the field worked before in ASP:

<asp:TemplateField HeaderText="Link" SortExpression="sLink">
    <ItemTemplate>
        <asp:HyperLink ID="HyperLink1" runat="server" 
            NavigateUrl='<%# Eval("sLink") %>' Target="_blank" 
            Text='<%# Eval("sTitle") %>'></asp:HyperLink>
    </ItemTemplate>
</asp:TemplateField>

When you click the link of the title it will open a new page of whatever link the user put into the field for sLink.

I have tried to get this to work using Radgrid:

<telerik:GridTemplateColumn 
   DataField="sLink" 
   HeaderText="Link" 
   UniqueName="sLink">
<ItemTemplate>
<asp:LinkButton id="sLink" runat="server" text='<%# Eval("sTitle") %>' CssClass="NoUnderLine"></asp:LinkButton>
</ItemTemplate>
</telerik:GridTemplateColumn>


What do I need to do to get this working?
Princy
Top achievements
Rank 2
 answered on 15 Sep 2010
1 answer
86 views

Our users have a question:
Is there an option that makes combobox  compatible for mobile applications?
I really appreciate if someone can send me a link to resources or answer to that question.
Thanks

Simon
Telerik team
 answered on 15 Sep 2010
2 answers
164 views
I have set a asp:TextBox with unique ID and put the ID into the ValidatedTextBoxID field of the RadCaptcha.
Also, I set the TextBox's property "AutoPostBack" to "True, when Text changed, returning the IsValid result of the RadCaptcha.
My problem is, it will only show false...may you please give me some help? Thanks!
Pero
Telerik team
 answered on 15 Sep 2010
1 answer
178 views
Hello,

we're programming a functionality to our RadGrids to be able to save current Filter settings to database for each user and to load up those settings again on page re-visit.
We're accessing CurrentFilterFunction/Value of RadGrid.MasterTableView to get the function and value of the filter to save in the database.
And Page_Load we read those functions and values from the database, set the CurrentFilterFunction/Value and compile a FilterExpression. Which all works fine, but when a user changes a filter, let's say in ColumnA from EqualTo to Contains, the CurrentFilterFunction will still hold "EqualTo" when saving, so I'm guessing that those values aren't getting reset on FilterCommand. If I catch the FilterCommand in RadGrids ItemCommand and reset it manually to "" the filtering stops working overall.

Regards
Aleš
Top achievements
Rank 1
 answered on 15 Sep 2010
3 answers
292 views
I have a radgrid, bound to a datasource, and AllowAutomaticInserts=True

I have the following in the code behind:

Protected Sub RadGrid1_InsertCommand(ByVal source As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles RadGrid1.InsertCommand<br>
        If e.CommandName = RadGrid.InitInsertCommandName Then<br>
            e.Canceled = True<br>
        End If<br>
    End Sub


Here's the problem: I still get the edit form after hitting the InsertButton.

(NOTE: Of course this isn't what I want it to ultimately do...but I do need to supress the form for the time being, intending to call InsertItem() later...but I can't ever get to that point because the edit form can't be supressed!)

Thank you,

Steven
Steven
Top achievements
Rank 1
 answered on 15 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?