This is a migrated thread and some comments may be shown as answers.

Hide header with group view problems

14 Answers 106 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
SolutionStream
Top achievements
Rank 1
SolutionStream asked on 26 May 2009, 09:54 PM
I've noticed today that I can't hide headers by setting ShowHeaders="False" if I have defined a <DayView GroupBy="Consultant"/> in my schedule control.  If I take out the DayView tag, I can no longer view my schedule with resource grouping.

Can you think of something I might have done to cause this?

14 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 27 May 2009, 11:26 AM
Hi Kier,

Thank you for reporting this problem. This is a glitch with RadScheduler, which we will resolve shortly.


All the best,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
SolutionStream
Top achievements
Rank 1
answered on 27 May 2009, 05:43 PM
Looks like it is fixed in 2009.1.527.
0
SolutionStream
Top achievements
Rank 1
answered on 27 May 2009, 10:16 PM
Scratch that, I was looking at a schedule that did not have GroupBy set to anything.  With ShowHeader="False" and GroupBy="something", the header always comes back.
0
Peter
Telerik team
answered on 28 May 2009, 01:10 PM
Hi Kier,

Thank you for your effort to test the latest build. This is a recently discovered bug, so we still haven't had a chance to fix it.


All the best,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ron Hary
Top achievements
Rank 2
answered on 08 Jun 2009, 12:40 PM
There are news about this bug?


0
Peter
Telerik team
answered on 09 Jun 2009, 11:00 AM
Hello Ron,

We will fix this bug for Q2 2009. Please, excuse us for any problems it might have caused you.


Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Accepted
Peter
Telerik team
answered on 15 Jun 2009, 01:05 PM
Hello guys,

We managed to fix the bug earlier than planned. You can try with tomorrow's internal build and let us know how it goes.

http://www.telerik.com/account/latest-internal-builds.aspx




Kind regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
SolutionStream
Top achievements
Rank 1
answered on 16 Jun 2009, 02:07 PM
It works great!

With that out of the way, my next thing is removing the resource header as we are rendering these oursellves.  When I set the 'ShowResourceHeaders' = 'False', I get this error:

  _119[0].rows[1] is undefined
     .each(_119[0].rows[1].cells,function(){
var _118=this._model.get_columnHeaderDateFormat(); 
var _119=$("div.rsTopWrap table.rsHorizontalHeaderTable",this._ownerElement); 
var _11a=this._model.get_numberOfDays(); 
var _11b=this._model.get_visibleRangeStart(); 
var _11c=_11b; 
if(_119.length>0){ 
var _11d=0; 
$.each(_119[0].rows[1].cells,function(){ 
this.innerHTML=_11c.localeFormat(_118); 
_11c=_3.DateTime.add(_11c,_8); 
if(_11d++==_11a-1){ 
_11c=_11b; 
_11d=0; 
}); 
}}; 
_4.ResourceGroupedWeekViewRenderer.registerClass("Telerik.Web.UI.Scheduler.Rendering.ResourceGroupedWeekViewRenderer",_4.WeekViewRenderer); 
_4.ResourceGroupedDayViewRenderer=function(_11e){ 
_4.ResourceGroupedDayViewRenderer.initializeBase(this,[_11e]); 
}; 

0
SolutionStream
Top achievements
Rank 1
answered on 25 Jun 2009, 03:24 PM
Any news on this issue?
0
Peter
Telerik team
answered on 26 Jun 2009, 05:14 PM
Hello Kier,

What is the exact version that you use. If you rollo back to the current official version (2009.1.527) do you still experience this problem? If yes, can you open a suppor ticket and send us a simple demo for testing?

Best wishes,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
SolutionStream
Top achievements
Rank 1
answered on 29 Jun 2009, 04:33 PM
We are currently using 2009.1.615 and we see the crash that I posted about on June 16th.  Rolling back to 527 no longer has the crash and also no longer has the functionality that we were looking for.

Do you still need the ticket?

I get it with this setup:
<telerik:RadScheduler ID="RadScheduler1" runat="server" Skin="WebBlue" Height="650px"  
                                    EnableEmbeddedSkins="true" AllowDelete="false" 
                                    DisplayDeleteConfirmation="False" MinutesPerRow="15" 
                                    ShowAllDayRow="False" ShowFullTime="False" HoursPanelTimeFormat="h:mm tt" 
                                    ShowFooter="false" ShowHeader="False" TimeLabelRowSpan="1" 
ShowResourceHeaders="false"
                                    <WebServiceSettings Path"~/WebServices/ConsultantDayViewScheduler.asmx"  ResourcePopulationMode="ServerSide"/>                         
                                </telerik:RadScheduler>      

0
Peter
Telerik team
answered on 01 Jul 2009, 08:48 AM
Hello Kier,

We tested these settings with version 2009.1.615, but still no problems occured on our end. I can send you a demo project if you think this might help. Or, you can open a support ticket and send us a demo yourself.


Sincerely yours,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
SolutionStream
Top achievements
Rank 1
answered on 01 Jul 2009, 10:34 PM
So if I understand you correctly you have the following working?

A scheduler running:
  • As a WebService
  • With three or more resources defined
  • In WeekView
  • With ShowHeaders = False
  • With ShowResources = False

If you have all that and you don't see the error that I am seeing, can you look at the code I posted and give me a guess why I am not working?  Or maybe I need to open a ticket?

0
Peter
Telerik team
answered on 03 Jul 2009, 12:39 PM
Hi Kier,

I used the attached demo to test for this problem with version 2009.1.615, but still there were no errors at my side. Can you try upgrading to Q2 2009 and check if this helps?


Kind regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
SolutionStream
Top achievements
Rank 1
Answers by
Peter
Telerik team
SolutionStream
Top achievements
Rank 1
Ron Hary
Top achievements
Rank 2
Share this question
or