basically yes. you can fill the postback fields with event data
(__EVENTTARGET, __EVENTARGUMENT), hidden field with inputbox return
value and submit the form (using DHTML). this will cause server side
event where you can add data to your grid.
You can save all those server roundtrip and use DHTML to change grid
values ...