Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
95 views
I have a unique situation. We are developing a Timecard Entry system with "Time In" and "Time Out" pickers for each day of the week. I have attached a screenshot for reference. When a blank timecard initially loads, the time pickers should have an empty message of "Time In" and "Time Out" accordingly. I do this by settings the DateInput.EmptyMessage property. When a user selects the Time In/Out values, the DATE portion of the time picker needs to be the date corresponding to the day of the week. Instead, each time picker's date is always defaulted to TODAY's date. The only way I know to change this default behavior is to manually set the "SelectedDate" property on each time picker for each day of the week but then I lose my EmptyMessage of "Time In" or "Time Out".  My question is, is there a way to set the SelectedDate property but not have it actually be visually "selected" per se? I need the time pickers to display the EmptyMessage when the page loads. But I still need to have full control over which date the control uses when something is selected.
Vasil
Telerik team
 answered on 24 Dec 2012
2 answers
74 views
Hi,

Could you, please, suggest how to change the original code from this article:

Grid's context menu

in case we have multiple grids?

Thank you in advance.

Goran
Eyup
Telerik team
 answered on 24 Dec 2012
1 answer
71 views

Bullet list and chrome problem.

Screen shots proccess:
1.

http://i48.tinypic.com/zivms1.jpg
2.
http://i46.tinypic.com/9htavd.jpg
3.
http://i47.tinypic.com/2ezjsed.jpg
4.
http://i46.tinypic.com/a5lxf.jpg


How to prevent editor to add "font-size:0px" ?

Misho
Telerik team
 answered on 24 Dec 2012
1 answer
207 views
Hello Team,
I have a web form with a button control.
On click of a button, I start a sql job. The job takes almost 20 min to complete.
I want to check the progress of the job like out of 100, how many percent has completed.
I want to show a progress bar on the page showing how many percent the job has completed.
As the job takes 20 min to complete, I should be able to navigate to other pages and do the other tasks/transactions. Whenever I return to my JOB page, the progress bar should show me the percent completed.
 
Any help appreciated.
 
Thanks,
Lok..
Princy
Top achievements
Rank 2
 answered on 24 Dec 2012
1 answer
178 views
When ExportToExcel is called, and OnBiffExporting is triggerred.  But we don't enable ajax on the post back using this ClientEvents-OnRequestStart for the RadAjaxPanel:

function onRequestStart(sender, args)
{
  if (args.get_eventTarget() == "btnExport") {
    args.set_enableAjax(false);
  }
  else {
    document.body.style.cursor = "wait";
  }

  return true;
}

Is there anyway to detect when the file has been generated so we could manually put up a wait state and then turn off the wait state when the file has been presented to the user?

Thanks
Daniel
Telerik team
 answered on 24 Dec 2012
1 answer
65 views
You can't link an IMAGE now in the latest RadEditor internal build 1218, I had to downgrade to 1212 for linking images to work again.
Misho
Telerik team
 answered on 24 Dec 2012
1 answer
88 views

Hi have an updated control (cboplayer - native asp control) as follows;

<

 

 

telerik:AjaxUpdatedControl ControlID="cboplayer" />

I popup a Radwindow, the user can add an item then closes the window. When the rebind event fires it repopulates the control.

However, I have the control to autopost back when an item is selected and it does not work. If i change it so its not an updated control the autopost back works again.

Any idea what I am doing wrong?

 

Pavlina
Telerik team
 answered on 24 Dec 2012
1 answer
112 views
Hi,

I am looking for some information on the best way to implement telerik controls using master pages. I have a basic understanding using the RadAjaxManagerProxy but I can't seem the to get an event to fire on the child page. Is this possible?

Is it true that if I use the AjaxManager on the masterpage all the events from all the child pages fire the Request on the master? Does this mean I need to have all the ajax_request scenarios in the sinlge event on the master.


Thanks,

Kim
Pavlina
Telerik team
 answered on 24 Dec 2012
1 answer
52 views
I am really struggling here.

I have a master page with a Radajaxmanager. On my child form I pop up a Radform. The user enters some data. When they close it the Radajaxmanager ajax_request event fires on the master. How do i update the controls on the child form in code behind withou a full page post back?

What i was hoping to to is have the ajax_request event fire in the child form so i can update the controls without a postback.

I tried to capture the event but it is ignored.

 

 


Dim manager As RadAjaxManager = RadAjaxManager.GetCurrent(Page)

 

AddHandler manager.AjaxRequest, AddressOf Local_AjaxRequest

 


Thanks.
Pavlina
Telerik team
 answered on 24 Dec 2012
4 answers
87 views
Hello,
I have two questions 
1.How to display group by field,header title and footer in Excel while exporting from Radgrid. 
2.How to apply styles for the exported above fields.

Please help me to solve these issues.
Radha
Top achievements
Rank 1
 answered on 24 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?