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

Hi all,

Please provide a way to add underline to all Column header in my RadGrid.I have more than 10 columns.

Thanks

Shinu
Top achievements
Rank 2
 answered on 05 Nov 2012
1 answer
111 views

Hi,

My RadGrid has a linkButton in the GridTemplateColumn. I would like to highlight a the row when the LinkButton is Clicked. Please provide a answer soon.

Shinu
Top achievements
Rank 2
 answered on 05 Nov 2012
1 answer
83 views
hii,
how can i bind radgrid based on the selected radtree node ?
thanks
Princy
Top achievements
Rank 2
 answered on 05 Nov 2012
1 answer
65 views
hii,
how can i change the time to hours and minuts instead of showing only the hours in raddatetime picker?
Princy
Top achievements
Rank 2
 answered on 05 Nov 2012
1 answer
98 views

i try to set the file filtering like here :
http://www.telerik.com/help/aspnet-ajax/asyncupload-file-filtering.html
i try in to way :
this.FileFilters.Add(new FileFilter("Tous les documents accepté", typeDocumentCtrl.getExtensionAllowed().ToArray()));
typeDocumentCtrl.getExtensionAllowed()
    .ForEach(delegate(string extension)
        {
            this.FileFilters.Add(new FileFilter(extension, new string[] {extension}));
        }
    );
this.AllowedFileExtensions = typeDocumentCtrl.getExtensionAllowed().ToArray();
both or not working 
i just need it for chrome other browser would be nice but not mandatory 
i also try :
Telerik.Web.UI.RadAsyncUpload.Modules.Flash.isAvailable = function () { return false; };
Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function() { return false; };
but that's change nothing 

the last test was quick maybe i can test further, but i don't know how to test in a usefull way :-)

thank to help me :-)


Plamen
Telerik team
 answered on 05 Nov 2012
1 answer
85 views
Hi,

I can see that multiple <div> are used to render round corners uniformly on every browsers.
I am refering to rrbContentWrapOut, rrbContentWrapMid and rrbContentWrapIn elements.

How can we disable the round corners rendering in the ASP.NET Ajax RadRibbonBar?

Regards
Kate
Telerik team
 answered on 05 Nov 2012
1 answer
116 views
I installed the Q3 release through the control panel, and have patch manually with some internal builds.

My control panel just patched and now it shows the option of "change" for my installed software.

I have seen "update" as an option before, but what does "change" mean? Does this revert back to the original release and throw away the internal build patch?
Chavdar Dimitrov
Telerik team
 answered on 05 Nov 2012
1 answer
71 views
hii,
how can i open a radwindow onclick of  a specific radmenu item?

thanks
Kate
Telerik team
 answered on 05 Nov 2012
3 answers
236 views
Hello,

Can I get selected date/time on doubleclick in radscheduler (on oppening edit/insert appointment )

Thanks.
Plamen
Telerik team
 answered on 05 Nov 2012
14 answers
218 views
Hi,

I am trying to use the new feature in 2010.3 where a slot is marked, then using a context menu to add a new event.

Everything appears to work OK, except I am having trouble getting the slot end time.

At the moment adding an appointment calls javascript to perform a hand coded insert using RadWindow:
function AppointmentInserting(sender, eventArgs) {
    stopTimer();
    var d = eventArgs.get_startTime();
    var eventDate = displayDate(d);
    var timeSlot = eventArgs.get_targetSlot();
    var start = formatDate(eventArgs.get_startTime());
    var duration = timeSlot.get_durationInMinutes();
    var end = formatDate(timeSlot.get_endTime());
    var isAllDay = eventArgs.get_isAllDay();
    var ow = window.radopen("EditEvent.aspx?Mode=Insert&Start=" + start + "&IsAllDay=" + isAllDay, "AdvancedForm");
    ow.set_title(eventDate);
    ow.Maximize();
    eventArgs.set_cancel(true);
    return false;
}

get_startTime() works OK (and always has), but attempts to get the endTime always return the default end time, and get_duration seems to return a null. 

Any help on the correct code would be greatly appreciated.

David Penny
Plamen
Telerik team
 answered on 05 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?