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

I'm using the following client-side script as part of my treeview dragging routine.  It displays the not-allowed cursor when dragging over items that I do not want the user to drop onto.   This works well. 

However, once the user has dropped the node the html elements retain their not-allowed cursor style. I'm wondering how best to revert all of the items cursor style to pointer once the dragging/dropping routine is finished?

function ProjAppsTreeView_ClientNodeDragging(sender, args) {  
 
    //Get the target of the element the user is dragging over  
    var target = args.get_htmlElement();  
 
    //If no target variable then exit  
    if (!target) return;  
 
    //Check for the RadGrid Data area.  If found then return else  
    //Display the no drop cursor to feedback to the user that dropping  
    //here is a waste of time.  
    if (target.className == "rgDataDiv") {  
        //Do nothing  
    }  
    else {  
        target.style.cursor = "not-allowed";  
    }  

Thanks
Jase
Yana
Telerik team
 answered on 01 Feb 2010
11 answers
229 views
I'm having a strange issue where Radcomboxes in RadGrids are not being styled.  I have tried both the Default and Office2007 skins on a test page with literally no specified CSS and for some reason the Comboxes are not being styled.  The RadGrids are linked through the RadAjax manager and they have Loading Panels, but there is no dynamically inserted CSS that I am doing.

Does anyone know how to fix this, help would be very welcomes? 

I have attached an image of the issue.
Dimo
Telerik team
 answered on 01 Feb 2010
8 answers
510 views
Guys,

The declarative client databind is working fine.
My problem occurs when formatting a number ex. (DataFormatString=[0:N2])
I'm from Brazil and here the group separator is "." and decimal separator is ",".
How can I set the culture or format the data correctly on RadGrid?

Regards,

Henrique
Pavlina
Telerik team
 answered on 01 Feb 2010
9 answers
255 views
Hi,

Stupid question here, I would like to know where I can change the group header height, I just can't find it anywhere.

Thks
Pavlina
Telerik team
 answered on 01 Feb 2010
4 answers
241 views
In the demo here:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Client/VirtualScrollPaging/DefaultCS.aspx

if you grab the scrollbar thumb, and move to various pages, the Grid correctly shows the content.

But, if you click the scrollbar arrow down a couple of times, a blank area is exposed at the bottom of the grid.  If you click a few more times, the grid will render the second page.  The same happens if you're on the second page - if you click on the up arrow a few times, you get a blank area at the top of the grid, and then after a few more clicks it fetches the first page.

Is there any way to make this more smooth, so that the user doesn't get the feeling that the rows are being loaded a page at a time, and the blank areas don't appear?
Dimo
Telerik team
 answered on 01 Feb 2010
2 answers
143 views
I am having a problem with either the File Explorer or the Menus.  When I display a File Explorer window over a page that contains the Telerik Menu, the Menu still shows "over" the File Explorer window.  What do I need to do to eliminate this problem?  Please refer to the attached screen capture graphic.

Thanks in advance!
Lynn
Top achievements
Rank 2
 answered on 01 Feb 2010
1 answer
123 views
Hi,
Is it possible to set the height of the radcombobox so it looks like a listbox?

Why I need this because I want to use IsSeparator (to use like optgroup).
If radlistbox would have the property IsSeparator I used that one! :)

Regards,
Mattias
Yana
Telerik team
 answered on 01 Feb 2010
4 answers
100 views
Hi,

How can i make my calendar to behave like the calendar used in the sample from the following link.

http://demos.telerik.com/aspnet-ajax-beta/scheduler/examples/outlook2007/defaultcs.aspx

The behavior i want is when Im in month view, I can swith to day view by clicking on the day slot in the scheduler.


Thanks,
Bermo
Cheri Verdend
Top achievements
Rank 1
 answered on 01 Feb 2010
1 answer
116 views
Hi all
I want to be able to allow users to add/delete/update/select rows in a radgrid using hot keys. Some of these hot keys like Ctrl+E  (search) and Ctrl+S (save) are browser hotkeys. I use ClientSettings event OnKeyPress to define what the hot key should do using javascript. The problem is that when i use Ctrl+E or Ctrl+S or any other windows Hot keys OnKeyPress is not even called because the hot key is already taken. How can i override the default hot keys so that i can define my own on the client side


Thanks
Schlurk
Top achievements
Rank 2
 answered on 01 Feb 2010
2 answers
170 views
I am trying to use File Explorer to enable the site user to find a specific file on their local hard drive(s). I am trying to set the "ViewPaths" property to "c:\" but this does not work at all and gets a security violation type of error when the File Explorer window opens (see attached graphic).

No matter what I set "ViewPaths" to, it always seems to relate back to the server's hard drive, not the clients.  How do I address the client's hard drive in the File Explorer window?

    <telerik:RadFileExplorer runat="server" ID="FileExplorer1" Width="530" Height="500" 
        OnClientFileOpen="OnClientGridDblClick">  
        <Configuration ViewPaths="c:\" /> 
    </telerik:RadFileExplorer> 

Thanks in advance!

P.S. - If you see the "menu issue" in the attached graphic, I have already submitted a separate thread on that issue.
Lynn
Top achievements
Rank 2
 answered on 01 Feb 2010
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?