Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
141 views
Hey, I'm working on building a treeview dynamically based onClicked event for a menu item.
'
function onClicked(sender, eventArgs) {
 
var treeView = $find("<%= RadTreeView1.ClientID %>");
 
var selectedNode = treeView.get_selectedNode();        
 
var node = new Telerik.Web.UI.RadTreeNode();
 
var parent = treeView.get_selectedNode();
 node
.Image= "~/Images/Folder-Add-icon.png";
 parent
.get_nodes().add(node);
 treeView
.commitChanges();
}

But, the problem is I'm not getting the image next to the node when I try to add it, what's the problem?'
Kate
Telerik team
 answered on 20 Apr 2011
2 answers
60 views
I have a page with multiple TimePickers in a databound grid. They all share a TimeView to cut down on the HTML, but I need a button I've placed in the header template of the shared TimeView to 'clear' the value of the time picker I've clicked on (because a blank time has meaning for my application).

The template is fine, I have my control in the header, but I'm not sure how to get access to the TimePicker that has been clicked in client side script to be able to set_selectedTime('');

Any ideas?

<edit>
This page has exactly what I need - with the 'Clear' button in the footer - but the example code isn't for that image!

http://www.telerik.com/help/aspnet-ajax/calendar-time-view.html
Andrew
Top achievements
Rank 1
 answered on 20 Apr 2011
1 answer
67 views

I have a grid with 19 columns of varying widths, but most of which are formatted to 42px. When I enter InPlace edit mode, the columns width grows to over 150px which is far wider than the screen.

I have AutoGenerateColumns set to False and in my GridNumericColumnEditor the NumericTextBox-Width is set to 38px.

Can anyone give me some guidance on how to format my page when in edit mode?

Thanks in advance!

Pavlina
Telerik team
 answered on 20 Apr 2011
8 answers
135 views
I am using VS2010, latest Telerik controls and ASP.NET 4.

I have a very large business intelligence application that I would like to remove all update panels and replace with Telerik AJAX controls.  My application contains tons of user controls and lots of unnecessary update panels all over the place with triggers.

Based on the Telerik documentation, it seems that I would be able to do the following:
Place a Telerik AJAX manager on the Master Page
Place a Telerik AJAX Manager Proxy on all user controls that use Update Panels
Replace all update panels with telerik AJAX panels

Is that correct?

Do I need to set triggers?

Thanks in advance,
--Jeff
Sebastian
Telerik team
 answered on 20 Apr 2011
1 answer
53 views
I'm looking at the controls used in the forum, for log in, etc and they don't appear to match any of the skins that ship with the latest version of Telerik (ASP.NET AJAX specifically)? Is it a custom skin? Did you start with a standard skin and just enhance it with some CSS? I'm interested in learning how I can achieve a similar look and feel.  Thanks!
Iana Tsolova
Telerik team
 answered on 20 Apr 2011
1 answer
107 views
Hello,

By Looking here:  http://demos.telerik.com/aspnet-ajax/calendar/examples/datetimepicker/customcollection/defaultcs.aspx
I can see that I can bind RadTimePicker control to custom collections of DateTime objects. In the example you bind it to List, ArrayList, DateTime array and Object array.

I want to bind it to Dictionary<DateTime, string> and have something similar like you have in comboBox:
ComboBox.DataTextField = "Key";
ComboBox.DataValueField = "Value";


Is it possible to do in DatePicker?

Thanks,
Nick
Tsvetina
Telerik team
 answered on 20 Apr 2011
3 answers
177 views
Hello,

I have a raddatepicker which is not working in google-chrome. on click to the icon nothing is displayed.

 <telerik:RadDatePicker ID="GMDatePicker1" runat="server"   CssClass="RadCalendarPopup"
                            Font-Size="10px" Skin="Default2006">
                            <DateInput ReadOnly="true" DateFormat="dd-MM-yyyy" ID="DI_TargetDt" runat="server"
                                DisplayDateFormat="dd-MM-yyyy" LabelCssClass="radLabelCss_Default2006" Skin="Default2006"/>
                            <Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" runat="server"
                                ViewSelectorText="x" Skin="Default2006" >
                            </Calendar>
                            <DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>
                        </telerik:RadDatePicker>
Pavlina
Telerik team
 answered on 20 Apr 2011
1 answer
61 views
Hello,i'm student,i have a small problem with raddatetimepicker
i getting data from sql server (birthday) , i don't know use  datetimepicker of telerik so how to add birthday to raddatetimepicker 
plz help me
THANK !
Iana Tsolova
Telerik team
 answered on 20 Apr 2011
1 answer
72 views
What is the best way to control a RadGrids CRUD behavior depending on the users Role? I already have a grid built with all of the updating and deleting functionality built in. Now I want to allow only certain users the ability to update and delete.
 


Shinu
Top achievements
Rank 2
 answered on 20 Apr 2011
2 answers
125 views
hi

what is the best way to do a fixed header & a srollable content in masterpage? Thanks
Marin Bratanov
Telerik team
 answered on 20 Apr 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?