yes, thanks again
In my opinion (humble!!!) event “ready” should be fired after second request is performed.
because after first request grid is not ready yet.
I want highlight some row when page is loaded. Best to do it in “ready” event. but if grid is reloaded after 1st ready – it’s have no sense.
in “bindingcomplete” i also can’t do it because i need highlight only at web page load (once).
Of course there are dirty ways
1. define “realready” function and call it only once in second “bindingcomplete” (if grid state are stored in storage) or in first “bindingcomplete” (if grid state are not stored in so, grid will not be reloaded)
2. play with data source
I used first way but it look disgusting for me.
Nut maybe already exists “realready” event and i just overlooked it?
Thanks