Hi Raju,
You are binding the properties on onInit() method,
I think this is the problem. Before even UI is rendered you are trying to bind.
Better you do binding on the view itself or on method onAfterRendering()
With Regrads,
Ramesh Shrestha
Hi Raju,
You are binding the properties on onInit() method,
I think this is the problem. Before even UI is rendered you are trying to bind.
Better you do binding on the view itself or on method onAfterRendering()
With Regrads,
Ramesh Shrestha