Problem: I am adding nodes to a TreeView via web service call. I click the + sign and the nodes are loaded with amazing speed. Now when each of these node is clicked I need to raise the usual NodeClick event on the server side, to access the node value and do redirection, but unfortunately it is not raised. Also there is context menu item added to each of node. This menu was added on the page PreRender. Since the options of this menu remain same for each of the node so I did it on the PreRender. All nodes show context menu. But When I click any of the item of this context menu the server click event for context menu is raised. But again there I have no value for the e.node.value.
So, does it mean that if we add nodes through web service, we can't access/find the values of the nodes. Does it has some thing to do with view state.
Hi all,
I have some problems in disabling the paste from word option.
I am using the RadHtmlField inside my page layouts. I have seen that there is the possibility to disable it in RadEditor (through StripFormattingOnPaste property), but it doesn't work on radhtmlfield. I want to disable it also because I don't want to see anymore the AskWordCleaning popup message.
Thank you and Regards,
Cinghios
I would like to append the id property to navigate url property. the id property should be dynamic. how can i do this.
navigateurl = "http://www.telerik.com?id=1? something like this.
I am trying to append the id property like this...but it doesnt work.
navigateurl = http://www.telerik.com? & "<% id %>". id property is declared on the server side.
I have a CSV export ability in many of my RadGrids. When I export I notice that template columns with images in them get included in the export - they are displayed as empty columns. How do I hide the columns? I've tried setting visible = false to the column before the export and then re-enabling after the export is called.
When we have several pages, the printed pages become condensed in one page, generating texts that are too small. But this problem could not be reproduced in your demo. I did not find any documentation in the release history about this problem; do I need to specify a parameter in order to format the printed area correctly?
I have a specific need, and i wanted to know if some telerik solution exist.
I have a search page on my application, and i need a checkbox with 3 options :
_ Checked
_ Unchecked
_ Not modified
With a pratical example :
My user need to search on the nationality of a person :
I have an "american" checkbox
If the checkbox is checked , i need all the american and only them
if the checkbox is unchecked, i need ALL exept american
and i need another state (the "not modified" option) , to not filter on this criteria and have american AND non american.
with a radio button my need would be :
O American (Checkbox cheked) O Non American (Checkbox unchecked)
I would like to append the id property to navigate url property. the id property should be dynamic. how can i do this.
navigateurl = "http://www.telerik.com?id=1? something like this.
I am trying to append the id property like this...but it doesnt work.
navigateurl = http://www.telerik.com? & "<% id %>". id property is declared on the server side.
ive copied the code directly into my app and have it working except for the image upload function. In the online demo, clicking the upload button brings up another window that allows images to be uploaded to the specified directory. Using the exact same code in my app, clicking the upload button does nothing, the upload screen does not appera. Is there something else im missing ?