jQWidgets Forums
jQuery UI Widgets › Forums › Grid › custom cell renderer with knockout bindings › Reply To: custom cell renderer with knockout bindings
Hi Peter!
Thank you for your answer. The way it is written can be changed to:
<ul id="test" data-bind="visible: visible"><li style="float:left; margin-right: 30px; padding-top: 5px;">Item 1</li><li style="float:left; padding-top: 5px;">Item 2</li></ul>
so here is only html without knockout tags. All I need to do more is to apply the binding. Is there an event that is triggered after cell rendering is complete?
Thank you,
Réka