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

Client RadDock object is missing get_tag() method

1 Answer 38 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Yevgeniya
Top achievements
Rank 2
Yevgeniya asked on 31 Jul 2008, 06:01 PM
Hi,

I utilize Tag property of the RadDock control for adding controls inside dynamically added docks. Everything works great server side, but when I tried to access dock's tag value client side, I found that it does not have get_tag() method. I'm relying on Tag value to know which controls live inside the dock and it's also a part of the DockState that gets saved to the database.

Is there any other way to get a value of the Tag property client side?

Thanks,

Yevgeniya

1 Answer, 1 is accepted

Sort by
0
Sophy
Telerik team
answered on 01 Aug 2008, 11:23 AM
Hello Yevgeniya,

Currently it is not possible to get the tag property value on the client. It is only a server-side property. As a workaround you can use an invisible label or a hidden field to set all the needed dock parameters with a separator symbol between each one server-side and then retrieve them client-side splitting the whole string by the separator symbol to get all substring values in an array and use them.

If you have other questions, do contact us again.

Best regards,
Sophy
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Dock
Asked by
Yevgeniya
Top achievements
Rank 2
Answers by
Sophy
Telerik team
Share this question
or