Hello,
I am trying to create a textbox that has a discrete set of possible values. I've kind of got it working with a textbox/treeview combo where the treeview is updated via AJAX callback when the text is changed. However, the AJAX callback is just not going to be happening fast enough in our production environment for this to be practical.
Is there a control that Tekerik has that can do this type of functionality? Alternatively, is there a way I can show/hide nodes in a radTreeView via javascript so I don't have to postback to the server at all? I can't just delete the node from the treeview because I may have to show it again later if the user changes what's in the textbox.
thanks!
I am trying to create a textbox that has a discrete set of possible values. I've kind of got it working with a textbox/treeview combo where the treeview is updated via AJAX callback when the text is changed. However, the AJAX callback is just not going to be happening fast enough in our production environment for this to be practical.
Is there a control that Tekerik has that can do this type of functionality? Alternatively, is there a way I can show/hide nodes in a radTreeView via javascript so I don't have to postback to the server at all? I can't just delete the node from the treeview because I may have to show it again later if the user changes what's in the textbox.
thanks!