I basically copied from the following demo,
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Dock/Examples/SetDragHandleClientSide/DefaultCS.aspx
the part that changes the drag handle using javascript
It seems that $find function does ,in fact, exist. However, unlike the demo, the returned object dockObj is NULL!
Any clue why this happens?
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Dock/Examples/SetDragHandleClientSide/DefaultCS.aspx
the part that changes the drag handle using javascript
| function changeRadDockHandle(dockID,handleID){ |
| var dockObj = $find(dockID); |
| dockObj.set_handle(document.getElementById(handleID)); |
| } |
It seems that $find function does ,in fact, exist. However, unlike the demo, the returned object dockObj is NULL!
Any clue why this happens?