I started using the radtreelist and i'm very happy with it.
But i have a page which needs to be refreshed every 10 seconds. I do this with a javascript timeout that is done when the radtreelist is created.
In a radgrid you have the function rebind() of the mastertableview. Is there something like that in the radtreelist?
Currently i'm doing this but that doesn't work as i expected:
Am I doing something wrong or is this function currently not implemented?
But i have a page which needs to be refreshed every 10 seconds. I do this with a javascript timeout that is done when the radtreelist is created.
In a radgrid you have the function rebind() of the mastertableview. Is there something like that in the radtreelist?
Currently i'm doing this but that doesn't work as i expected:
var treelist = $find("<%= rtlClusterStatus.ClientID %>");treelist.fireCommand("Rebind","");Am I doing something wrong or is this function currently not implemented?