Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
323 views
I've been trying to figure out if there's a way to tootipify each cell in the RadScheduler.  Since the cells don't have Client IDs, I'm having a hard time figuring out if there's any way to wire-up the RadToolTipManager to those cells.

Is there any way that I can manually create/show/wire-up a tooltip on the client side, maybe?  I have jQuery on the site, so it's pretty easy to select all of the table cells of the calendar, but then I still don't know how to get a tooltip to show up on them.

Has anyone tried to do this before?  Anything I'm missing?

Thanks for the help!
Svetlina Anati
Telerik team
 answered on 27 Jul 2009
2 answers
128 views
Hi

This is the problem where I have already spend more time but still finding final  solution.

I am working on grid having 3 hierarchy - table inside table. Master table has 13 columns and inner once are 12, 11 and and 10 columns; and I have to fit those in 950px width. Child tables also needs to be align to parent table base on view selected. When I am viewing master table, i can see perfect view everything align but child table are not getting align to its parent table.

One more major problem while assigning the width to the columns is, my application takes care of different languages. So for different languages i have different column heading and number formating.

Please suggest me the best to achieve this, as I had already spend too much time on this.

Thanks and Regards,
Pradip
pradip
Top achievements
Rank 1
 answered on 27 Jul 2009
1 answer
236 views
I have a RadTreeView inside of a RadPageView.  I use javascript to adjust the height of the RadPageView when the browser window is resized.  I want to also adjust the height of the RadTreeView to match the height of the RadPageView and also so that its contents are scrollable when overflow occurrs.  Is this possible? 

I know it's possible to enable scrolling for the RadPageView but this doesn't work well for my situation.  I need to enable scrolling on the tree view instead.

Thanks
Yana
Telerik team
 answered on 27 Jul 2009
4 answers
163 views
Hi,
I found a bug in RadMenu  scrolling. It reproduces only in IE 6.0.
If you push and hold on a mouse button on scroll bar in radMenu  and moving its, menu items and scroll bar go up and vanish.
This bug reproduce on ALL versions of AS.NET Ajax Controls.  (((

Thanks.
Vakhtang.
Ron
Top achievements
Rank 1
 answered on 27 Jul 2009
3 answers
114 views
Hello,

I am trying to override the cursor when AllRowsDragDrop is set to true on the grid. I want to show the user the default cursor but the grid seems to want to override this with the standard drag and drop cursor. I tried the following but it didn't work:

function onRowMouseOver(sender, args) { 
       //gets the grid to be dragged from 
       grid = sender; 
       // overrides the cursor 
       document.body.style.cursor = "default"
   } 

Any ideas?

Thanks,

Michael
Michael Dunbar
Top achievements
Rank 2
 answered on 27 Jul 2009
2 answers
119 views
Hi there.
Unsure if I'm missing something here.

I have a RadDatePicker on my form.
The user enters a date (e.g. 6th June 2009)

When I attempt to get the date from this combox box in Javascript, (using get_selectedDate()) I'm returned a DateTime of... 5th June 2009 11:00pm

Given we'e in Daylight Savings at the moment, I can see what's happening: It's applying the local TimezoneOffset to the date in the control to convert to GMT (if i do get_selectedDate().getTimezoneOffset() I get -60)

So why is this happening, and what can I do to stop it?

If a user chooses 6th June 2009 in the date picker, then I expect to get 6th June 2009 when i get the selected date in Javascript!

ASPX code for control is here:

<telerik:RadDatePicker
            ID="txtDate"
            runat="server"
            TabIndex="2"
            AccessKey="t"
            Width="220px"
            MaxLength="10"
            ToolTip="Enter a Date"
            Skin="Default"
            ClientEvents-OnDateSelected="txtDate_OnDateSelected" />

Thanks!

Daniel.
Martin
Telerik team
 answered on 27 Jul 2009
2 answers
725 views
Hi,

I thought AppendDataBoundItems does add items from databinding to the existing "markup items".
So a grid defined like this:
<telerik:RadComboBox Width="200px" ID="cbJugendlicherZiel" runat="server" DataSourceID="ldsJugendlicheZiel" SelecetedValue="-1" AppendDataBoundItems="true" DataTextField="Kennung" DataValueField="JugendlicherID" AutoPostBack="true">  
            <Items> 
                <telerik:RadComboBoxItem Text="auswählen..." Value="-1" /> 
            </Items> 
    </telerik:RadComboBox> 
offers the "auswählen..." item plus the items from databinding.

This seems to be incorrect - instead AppendDataBoundItems adds new databound items to the existing ones - no matter where the come from.
In other words - if I "autobind" (datasource filtered via Control Parameter) every binding adds it's items to the one in the combobox.
Example: I have a radiobutton array - when I select something there it works as parameter for the datasource of the combobox.
At startup the combo has only the value "select something...". Than I check one of the radiobuttons - and the datasource give "One, Two, Three" - wich results in the following Combobox items:
"select something..."
One
Two
Three
--So far it works as I expected.
Now I check a different radiobutton - my datasource gives "Four, Five" for this selection:
The combo now has:
"select something..."
One
Two
Three
Four
Five

Instead of
"select something..."
Four
Five
--As I would expect.

Is this like it should be?
If so I have to rethink the use of AppenDataboundItems - and go back to datasources with a "dummy record".

Regards

Manfred
ManniAT
Top achievements
Rank 2
 answered on 27 Jul 2009
3 answers
231 views
Hi,

I am binding radtreeview to a sitemap file. Is it possible to hide specific nodes at runtime - how should I go about this?
Atanas Korchev
Telerik team
 answered on 27 Jul 2009
1 answer
71 views

I would like to know which method (WebService or WCF) is recommended to use with the RadComboBox with LoadOnDemand and why ?

Atanas Korchev
Telerik team
 answered on 27 Jul 2009
1 answer
334 views
One of the vulnerabilities I noticed recently with the RAD Editor is the ability to inject javascript on the page. Allowing users into the "HTML" view of the page is a little dangerous. Luckily it's not on this page, or all users would be going to my site :). What is the best way to deal with this problem? Not enable HTML view for users?

Thanks,
Sam

Rumen
Telerik team
 answered on 27 Jul 2009
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?