I am loading a large list with checkboxes, some of the nodes have several subnodes checked and the data is peristed in a database.
I am using on demand loading with ajax json calls.
I can set the checkbox to true or false, but is there a way to set it to indetermined?
1 Answer, 1 is accepted
0
Veselin Tsvetanov
Telerik team
answered on 30 Dec 2016, 08:19 AM
Hello Ali,
I would suggest you to try the CheckboxTemplate approach, proposed in the following blog post. Note that the suggested implementation is for MVC HTML helper. It would be translated to the following JavaScript initialization: