GroupView InplaceRenameItem

Hi,

I'm currently working with Syncfusion 6.1.0.34 and using a GroupView object. I have set it's FlowView property to true but when I call the InplaceRenameItem(...) method, the GroupView switches back to a non FlowView mode (ie. sets the FlowView property to false). However, after the user enters a new name the GroupView switches back to my original FlowView mode (FlowView property gets toggled back to true). This is extremely annoying. Is there any way to prevent this behavior? I'd like to call the InplaceRenameItem method w/ the control ever toggling the FlowView property.

Thanks!


1 Reply

AD Administrator Syncfusion Team December 18, 2008 07:11 AM UTC

Hi Brian,

Thank you for using Syncfusion products.

GroupViewItem renaming in FlowView mode.

Your requirement can be achieved by creating Custom TextBox in editmode and setting the bounds equal to the groupviewitem in FlowView mode.

Please refer the below sample and let me know if this helps you.

http://websamples.syncfusion.com/samples/Tools.Windows/F78486/GroupView_Rename.zip

Regards,
Jaya


Loader.
Up arrow icon