Skip to content

Commit 02310e2

Browse files
docs(treelist): add rebind command name
1 parent 10a7ec3 commit 02310e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/treelist/client-side-programming/treelist-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ position: 1
5050
| **selectAllItems()** |Method which selects all items in the RadTreeList.|
5151
| **deselectAllItems()** |Method which deselects all items in the RadTreeList.|
5252
| **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

Comments
 (0)