Welcome Guest Search | Active Topics | Sign In | Register

Clearing nodes of a tree using client side Options
Venkat
Posted: Wednesday, December 12, 2007 11:02:24 AM
Rank: Member
Groups: Member

Joined: 9/28/2007
Posts: 20
Hi,

With your samples, we could get the nodes of a TreeView object(using eo_GetObject()). However I am unable to find method to clear node of a treeview from client side. Is there any method to clear all nodes of a treeview from client side?

Thanks
eo_support
Posted: Wednesday, December 12, 2007 11:26:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi Venkat,

You can modify individual tree node from the client side, you can not add or delete them from the client side. All changes to the tree node hierarchy itself must be done on the server.

Thanks
Venkat
Posted: Wednesday, December 12, 2007 12:58:29 PM
Rank: Member
Groups: Member

Joined: 9/28/2007
Posts: 20
Hi,

Can I have a conditional partial postback with server side radio button and server side dropdown?

For e.g. If I have 2 server side radio buttons. And on click of each, I have to get the confirmation from user. If user says "Yes", then I have to do partial postback else "no postback". Is this possible?

I did tried with sample page and it works fine when clicked "OK" on window.confirm. But when I click "cancel", it says, "Invalid Postback.....". I am returning false, when selected "Cancel" on window.confirm.

Radion buttons are server side and I have added client side method by writting ".Attributes.Add" on Page_load.

Thanks
eo_support
Posted: Wednesday, December 12, 2007 1:26:23 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi Venkat,

It is possible to have conditional partial postback. But you will have to use our client side event handler:

http://www.essentialobjects.com/Demo/Default.aspx?path=Callback\_i0\_i4

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.