i found a bug and i think is in all Telerik controls.
If you have a EmptyMessage and you try to edit it, it is not updated.
From client side, the property EmptyMessage is updated but the EmptyMessageTemplate is not.
I have a treeview, and node expand is handled by server side callback (on demand), which works fine. What I want to is expand the same node repeatedly with the server side callback, based on some ajax server side events from a different panel.
I have an ajax panel next to the tree view with buttons to add new things to the folders (nodes), which needs to change the contents of a node on the tree.
Seems if I could add a client side function to force a node to clear children then call server side load on demand, I could call that from ajax1.ResponseScripts.Add(...) repeatedly.
Hi,
in some pages I need to hide Tool-Buttons from a RadEditor.
So I attached an OnClientLoad function and in there wanted to remove the Tools.
But editor.getToolByName seems to always return null.
I am using a ToolBarMode of "Floating" could it be, that getToolByName only works when the Toolbar is visible?
too late recognized that my Radslider doesn't dragging in Internet Explorer.
Chrome,Opera and Firefox is o.k but in IE doesn't dragging. Is there any easy way to fix it?
.
Kindly Regards
Hi,
I want to add a tooltip to the resource header (not the appointment) in the scheduler.
Ive tried to modify the following example, but iam unsure how to proceed.
I am new to the MVC with RAZOR architecuter. how to use telrik controls into my mvc application.
how to add mvc controls into my mvc project. can you help me please with examples.
Hi ,
i am tring to do this:
İ have a radgrid with templatecolumns.
in edit mode (in different columns) i have datepickers . i want to change datepicker2 value when i changed datepicker1 value.i mean when selecteddatechanged . it is not important client side or server side.
Could you pls help?