Posted by Jacek Wozniak
on 27.09.2007 07:52
Hi,

I've been using rico for some time. I made two simple changes in rico 
sources. Today a new rico version came out and I had to modify the 
sources again. I thought maybe you could consider including my 
modifications in the next rico release.

1) onAjaxUpdate ( http://forum.openrico.org/topic/12105 )
on AjaxUpdate is called just after the data was displayed, so we cannot 
modify the data without refreshing the view. Why not calling 
onAjaxUpdate just before the data is shown?

2) checkbox column ( http://forum.openrico.org/topic/12123 )
checkboxes appear also in rows which contain no data. I think the 
control looks better when we hide the checkboxes in _clear method (using 
this._checkboxes[windowRow].style.display='none') and show them in 
_display (style.display='')

Best regards,
Jacek
Posted by Matt Brown
on 28.09.2007 03:59
Excellent suggestions! I've implemented the changes and committed them 
to the Rico subversion repository. I also renamed CheckRowCount() to 
updateGrid().

Matt