Re: Submitting a Grid causes IndexOutOfBoundsException

2009-08-25 Thread Otho
CSS is one possibility. Chenillekit button component could work also. I ididn't try yet. 2009/8/25 Stephan Windmüller > Otho wrote: > > >> But every time I select a button in this form (even when it is > >> outside the grid) I get an IndexOutOfBoundsException. It seems to me > >> that the gr

Re: Submitting a Grid causes IndexOutOfBoundsException

2009-08-25 Thread Stephan Windmüller
Otho wrote: >> But every time I select a button in this form (even when it is >> outside the grid) I get an IndexOutOfBoundsException. It seems to me >> that the grid itself is being transmitted but the values changed. Why >> does this happen and how do I prevent this? > Use a button with an Actio

Re: Submitting a Grid causes IndexOutOfBoundsException

2009-08-25 Thread Otho
Use a button with an ActionLink/EventLink instead and pass the current item (or its id for example) as a parameter. 2009/8/25 Stephan Windmüller > Hello! > > We are using a Grid which contains a submit button in each row ("select > this"). Of course this only works when I put the Grid in a form