So noone has succeeded in reading Grid's rowIndex in the page class as
it renders each row or during form submission?
On 28/10/2008, at 10:57 PM, Geoff Callender wrote:
I think that's a slightly different case. It looks like your page
class is interested in the rowIndex value only when the A
I think that's a slightly different case. It looks like your page
class is interested in the rowIndex value only when the ActionLink is
clicked. Is that right?
My ultimate aim is to know its value every time getPerson() is called
during render, and every time setPerson() is called during for
By chance I used one for the first time this-morning.
I have:
t:rowIndex="rowIndex" t:empty="There are currently no search results"
t:model="mymodel" t:row="listItem">
...
>