Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Disable Default Rendering (Read 3335 times)
Achim
Junior Member
**
Offline


MindFusion rocks!

Posts: 70
Location: Bayreuth, Germany
Joined: Jun 28th, 2012
Disable Default Rendering
Apr 4th, 2014 at 7:25am
Print Post  
Hi there,

I know we had a discussion about this topic over a year ago. When I want to custom draw Items in the resource view I can make use of the ItemDrawing event. A handler of this event can set args.Handled = true to disable the default rendering logic.

Now I want to be able to skip the default rendering for other parts (like ResourceRowHeaders) too. Is there already a way to skip certain elements?

Best regards
Achim
  
Back to top
WWW  
IP Logged
 
Meppy
God Member
*****
Offline


MindFusion support

Posts: 1783
Joined: Jul 20th, 2005
Re: Disable Default Rendering
Reply #1 - Apr 4th, 2014 at 8:20am
Print Post  
Hi,

I don't believe there is currently a way to skip the rendering of elements other than items. Do you need this in order to improve performance? If this is the case, I doubt there will be a noticeable difference with and without the default rendering. In any case we will see if we can extend the control to support this.

Regards,
Meppy
  
Back to top
 
IP Logged
 
Achim
Junior Member
**
Offline


MindFusion rocks!

Posts: 70
Location: Bayreuth, Germany
Joined: Jun 28th, 2012
Re: Disable Default Rendering
Reply #2 - Apr 4th, 2014 at 9:07am
Print Post  
Hi Meppy,

I agree with you regarding performance. This is more a suggestion to make the API and the behavior a bit cleaner for developers who intensively use custom drawing.

Achim
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint