Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Inplaceedit & Grid.HeadersHook (Read 4321 times)
Amosius
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 75
Joined: Sep 2nd, 2010
Inplaceedit & Grid.HeadersHook
Sep 27th, 2011 at 10:19am
Print Post  
Hello,

I would like when changing node.Text in Inplaceedit mode, that:

1) node.Text ist already selected so it is possible to overwrite complete Text (something like node.Text.SelectAll())

2) I would like to change text size of Inplaceedit according to text size of node.

3) I read in your documentation about Grid.HeadersHook but i can't find this property. I would like to freeze my headers, so that users always can see them. I tried diagram.LaneGrid.HeadersHook but this property does not exist.

Thx in advance,
Amosius
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Inplaceedit & Grid.HeadersHook
Reply #1 - Sep 27th, 2011 at 10:30am
Print Post  
Hi,

1 and 2 you can do from the EnterInplaceEditMode event handler.

3) This is not available in the WPF version of the control yet.

Stoyan
  
Back to top
 
IP Logged
 
Amosius
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 75
Joined: Sep 2nd, 2010
Re: Inplaceedit & Grid.HeadersHook
Reply #2 - Sep 27th, 2011 at 12:09pm
Print Post  
Thx, EnterInplaceEditMode was what i am looking for.

I spoke with several users and they would like to freeze headers like they do in MS Excel. So would it be possible to convert this control to WPF version?

Best regards,
Amosius
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Inplaceedit & Grid.HeadersHook
Reply #3 - Sep 28th, 2011 at 8:40am
Print Post  
We'll try to implement it for the next release.

Best regards,
Stoyan
  
Back to top
 
IP Logged
 
Amosius
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 75
Joined: Sep 2nd, 2010
Re: Inplaceedit & Grid.HeadersHook
Reply #4 - Sep 28th, 2011 at 1:53pm
Print Post  
That would be very cool! Almost every user was asking this feature Smiley

Amosius

  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Inplaceedit & Grid.HeadersHook
Reply #5 - Nov 2nd, 2011 at 1:02pm
Print Post  
Please check the LaneGrid.HookHeaders property in this build:
https://www.mindfusion.eu/_beta/wpfdiag_hookheaders.zip

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Amosius
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 75
Joined: Sep 2nd, 2010
Re: Inplaceedit & Grid.HeadersHook
Reply #6 - Nov 10th, 2011 at 5:40pm
Print Post  
Hello Stoyan,

yes, it looks good.

I recognized one problem:
I had so far "HeadersOnTop = false". With this property i could do an inplace edit.

Now i switched to "HeadersOnTop = true" (it looks much better for the user) but my inplace edit possibility was gone...

Beside of this, it is good Smiley

Amosius
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Inplaceedit & Grid.HeadersHook
Reply #7 - Nov 22nd, 2011 at 4:06pm
Print Post  
Hi Amosius,

With HeadersOnTop enabled, the textbox was in a layer behind the one that renders headers, so edit kind of worked but you wouldn't see the new header labels being typed Smiley This version should fix that:

https://mindfusion.eu/_beta/wpfdiag_editontop.zip

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint