You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/treelist/client-side-programming/treelist-object.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,4 +50,4 @@ position: 1
50
50
|**selectAllItems()**|Method which selects all items in the RadTreeList.|
51
51
|**deselectAllItems()**|Method which deselects all items in the RadTreeList.|
52
52
|**page(command)**|Method which fires a page command with the specified command argument (Next, Prev, First, Last).|
53
-
|**fireCommand(commandName, commandArgument)**|Method which triggers specific command for the RadTreeList when executed. The method is called for the RadTreeList client instance. The method arguments are the command which will be processed and its corresponding arguments.|
53
+
|**fireCommand(commandName, commandArgument)**|Method which triggers specific command for the RadTreeList when executed. The method is called for the RadTreeList client instance. The method arguments are the command which will be processed and its corresponding arguments. To rebind a treelist, call `.fireCommand("RebindTreeList", "");` even though the usual command name for other controls is just "Rebind".|
0 commit comments