hello everyone :)
under which circumstances are the client-side js methods set_activeRow and clearActiveRow working ??
i tried to hook up to OnRowSelected and to OnActiveRowChanged but to no success :(
When i look up the grid's dom properties, always _activeRow is emtpy (even when more than row is active/selected) and calling set_activeRow won't change that.
within the handler "EventTest":
thanks for your help,
hendrik
under which circumstances are the client-side js methods set_activeRow and clearActiveRow working ??
i tried to hook up to OnRowSelected and to OnActiveRowChanged but to no success :(
When i look up the grid's dom properties, always _activeRow is emtpy (even when more than row is active/selected) and calling set_activeRow won't change that.
<ClientEvents OnGridCreated="OnGridCreated" OnRowClick="OnGridRowClick" OnRowSelected="EventTest" />within the handler "EventTest":
sender.clearActiveRow();var element = sender.MasterTableView.get_dataItems()[1].get_element();sender.set_activeRow(element);sender.repaint();thanks for your help,
hendrik
