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

Drag and drop unchecks the checked node

8 Answers 29 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Telerikuser
Top achievements
Rank 1
Telerikuser asked on 07 Aug 2009, 09:17 PM
When I drag and drop a checked node (check box is checked) it unchecks the check box. This is not invoking the

OnClientNodeChecking

handler.

Any help to avoid this is appreciated.

Thanks

8 Answers, 1 is accepted

Sort by
0
Telerikuser
Top achievements
Rank 1
answered on 11 Aug 2009, 01:40 PM
Is this a BUG?
0
Yana
Telerik team
answered on 12 Aug 2009, 02:45 PM
Hello,

This is expected as the node is removed from its parent and added to a different node. You should check it again after it's dropped and added to the new parent node.

All the best,
Yana
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
Telerikuser
Top achievements
Rank 1
answered on 12 Aug 2009, 03:19 PM
Thanks for the reply.

In that case can I know why the "OnClientNodeChecking" event handler is not called?

0
Yana
Telerik team
answered on 13 Aug 2009, 12:19 PM
Hello again,

OnClientNodeChecking client-side event occurs when the user selects a checkbox using mouse or keyboard.

Best regards,
Yana
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
Telerikuser
Top achievements
Rank 1
answered on 13 Aug 2009, 01:12 PM
Right now the node I am moving has always checked feature and I handle it that way through the OnClientNodeChecking handler.

How would I handle this while I drag and drop? I dont want the node to be unchecked.

Thanks
0
Yana
Telerik team
answered on 14 Aug 2009, 12:40 PM
Hello,

I tested this issue again and actually  it's a bug which is already fixed in our latest internal build. I am so sorry for the caused inconvenience.

Greetings,
Yana
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
Telerikuser
Top achievements
Rank 1
answered on 14 Aug 2009, 01:09 PM
When is this fix available to the public?
0
Yana
Telerik team
answered on 14 Aug 2009, 01:16 PM
Hi again,

The internal builds are available for our customers in their Client.Net accounts. The official service pack release containing this fix is planned for the end of August.

Regards,
Yana
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
TreeView
Asked by
Telerikuser
Top achievements
Rank 1
Answers by
Telerikuser
Top achievements
Rank 1
Yana
Telerik team
Share this question
or