Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
187 views
Hi

In  our  project  we are dymanically generating menu using radpanel. but we are not able to open new tab by using   right click option .
Right click option working only when we click left  to text.but if click on the text or right to the text it is working as static image .

In IE7, right-click - 'Open a new tab' is working anywhere in the RadMenu Control. But in IE8, it is not working on the text. It works only in the left side of the menu (Please see the screenshot attached)

Help us how to achieve this

Thanks
Raj
Kate
Telerik team
 answered on 14 Feb 2011
1 answer
118 views
hello everyone
 how can i get an element id(in this case a div tag) inside a NodeTemplate.
my aproach doesnt work , what should i do?

<
telerik:RadTreeView runat="server" ID="RadTreeView1" Skin="Vista">
    <NodeTemplate>
            
<div runat="server" onclick="ExpandDiv('<%=div_expand.CliendID %>')">
                <div runat="server" id="div_expand">
                </div>
            
</div>
    </NodeTemplate>        
    <
Nodes>
            ..... from database
    </Nodes>
</telerik:RadTreeView>

in js:
function ExpandDiv(id) {
    var div = document.getElementById(id);
}

 

Princy
Top achievements
Rank 2
 answered on 14 Feb 2011
3 answers
111 views
Hi!

I need to add some simple controllers to appointment part like textboxes and some drops. How to do? Can I add these like resources or do I add these in a advance template.
I like Teleriks appointment and just want to modified it with some.

I found some example of advanced templates with user controls, but it to advance for me. Keep it simple!

May be I can add a placeholder with my controllers in the template...

Please help :)

/Thanks
Peter
Telerik team
 answered on 14 Feb 2011
6 answers
137 views
Hi,

I am working on upgrading an existing application to the latest and greatest controls.  I noticed that the look of my application is now different from the old version currently in production.  It is as if I've lost the skin I was using.  I am even missing some of the icons ("Refresh", for example) and some of the text started to wrap - it doesn't in the old version. 

I've tried to follow this:  http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/all-radcontrols-q3-2008-skins-are-now-compatible-with-the-q1-2009-release.aspx

But I am still relatively new to ASP.NET and I got stuck on Step 3.  Is there more detailed instructions somewhere?

Thanks,
Olga 
Nikita Gourme
Top achievements
Rank 1
 answered on 14 Feb 2011
1 answer
77 views
We bought a developer license, I logged into the website.
I couldn't find instructions anywhere what to do next.
Do I download a trial version and start from there. If so, is there anything I should do in the trial version to change it to "not trial"?
How do I proceed from here?
Emilia
Telerik team
 answered on 14 Feb 2011
7 answers
124 views
We have a module in an application that is based around the RadScheduler.

The module allows a person to create an event and to invite a number of people (1 to 100s) to it.

I've been giving some thought to what we can do with the upgrade to the version of the control that we are using for this module. Currently based on Q1 2009, the RadScheduler has a number of enhancements that I'd like to take advantage of, the first of these for consideration is Reminders.

I'd like to voice a couple of assumptions about how these work and would appreciate a comment on them from someone at telerik towers on whether or not I've got it right.

  1. I assume that the reminder will popup for the creator of the event if that user is inside RadScheduler at or after the time the reminder is due.
  2. I assume that if (1) above is true it is simply the fact that an appointment with a reminder set is loaded in to the RadScheduler that is enough for it to display the reminder.
  3. I assume that if (2) above is true then if the same appointment is loaded in the the RadScheduler of any number of other users at or after the time the reminder was due, that the popup would appear for them too.
  4. I assume from my reading of the docs on the subject that Browser Cookies need to be enabled for the snooze operation to work and not for reminders in general.

In addition to the above, could you tell me whether or not there is any likelyhood of the Reminder popup form being made available for customization.

-- 
Stuart
Mouse
Top achievements
Rank 1
 answered on 14 Feb 2011
6 answers
201 views
In Q2 2010 release, there is a known issue in IE6 and IE7 concerning the decoration of input elements (button and textbox).

To avoid the alignment problem, put the following CSS code in the head section of your page:

<style type="text/css">
    *html .rfdDecorated,
    *html a.rfdSkinnedButton,
    {
        vertical-align: top!important;
    }
      
    *+html .rfdDecorated,
    *+html a.rfdSkinnedButton
      
    {
        vertical-align: top!important;
    }
</style>


This problem will not exist in Q2 2010 SP1.

We apologize for the inconvenience.
Bozhidar
Telerik team
 answered on 14 Feb 2011
2 answers
109 views
Hi everybody,
I'm having trouble with the RadGrid displaying the items from its associated data source. My scenario is as follows:
a user clicks a save-button outside the RadGrid (which itself is in a user control). A modal RadWindow pops up and asks the user for a name to save and then certain database insert-operations take place. After that is successfully done the DataSource of the grid is set to null and the Rebind() is called on the grid. There is a NeedDataSource handler which populates a DataTable and binds it to the DataSource of the RadGrid.
When I check the number of items in the itemcollection I can see that the number has correctly been increased by 1, however that added item
does not display in the grid: I have to click on some button and only then it shows up.

On the other hand if a delete is being done (using a delete button inside the RadGrid) everything works fine, the particular item is immediately removed from the grid. The RadGrid is added to the RadAjaxManager and I'm using Q3 2010. So is there some way to update that view on the itemcollection after an insert ? Any suggestions are highly appreciated.

Thanks, Wolfgang
Wolfgang Sigel
Top achievements
Rank 1
 answered on 14 Feb 2011
1 answer
168 views
Hi everyone,

I did not find any forum posts for this though I would think that someone else would have discovered/had an issue with this by now.  It appears to me that the ConfirmButtonExtender does not work with the RadButton control.  Upon canceling the confirm the Click event code is still called.  Is this expected behavior or a legitimate issue?  I am using the latest SP for Q3 2010 ASP.NET controls (2010.3.1317.35).

Thanks,

Adam.g
Pero
Telerik team
 answered on 14 Feb 2011
2 answers
171 views
Hi,
I am new to Telerik controls so don't understand all of the consepts yet. I have been playing with the Scheduler since it is the first component I need to implement.
I have a SQL Server and I used the datasource wizzard to connect. Things are working just fine. But my real life application needs to connect to many different databases with the exact same structure at run time depending on logged in user (I have several users and each of them have their own database on the same server).

So my question is how can I override the connectionstring (or some other method) in code behind to change the database name just before the Scheduler loads?

Atle

Michael
Top achievements
Rank 1
 answered on 14 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?