I do not have this problem with the trunk version but I looked at the code and found a potential problem with the [add] button in case of custom search_widgets in grid. I fixed it but I cannot push to github until later today (damn firewall!).
On Thursday, 27 September 2012 10:46:12 UTC-5, Jim S wrote: > > Yes, I'm required to login and am logged in. I found the problem and the > fix is to insert this line: > > console.append(add) > > at at line 1927 of sqlhtml.py. > > The problem is what I mentioned in the earlier post. If you override the > provided search form with your own, the add button is not added to the > console portion of the page. Adding the line above fixes that. Could we > get that added please? > > -Jim > > On Thursday, September 27, 2012 10:38:51 AM UTC-5, Jim Gregory wrote: >> >> Do your smartgrid forms require you to be logged in? The add buttons >> won't show unless you're logged in... >> >> On Thursday, September 27, 2012 10:14:55 AM UTC-5, Jim S wrote: >>> >>> I just updated to the 2.0.9 (2012-09-26 12:45:50) this morning and now >>> see that all of my Add buttons are missing from all of my smartgrid forms. >>> I've been away for a couple weeks and unfortunately don't remember what >>> version I had before (2.0.6 or greater though). I checked my generated >>> HTML and it isn't a CSS or HTML issue. Is it just me or are others seeing >>> this behavior? >>> >>> -Jim >>> >> --

