Login Register

Catching Events/actions on grid

I am trying to catch all events acted upon my grid, its basically an ROR based grid which populates fetching data from the controller object, while i have the data basically stored in xml format. so any actions and events i perform i need the updated value and the actual position or index where the event is triggered. so that i can update the value with the xml in backend.

i have seen the dojo events test , but not sure how can i use any of them , i am new to dojo. any help would be immense relief to me.

Thanks in Advance

Not knowing exactly what you

Not knowing exactly what you want to do, I'd suggest using the Search in the upper right of this page and enter "onCellClick". It displays a list of prior posts that cover a pretty wide range of uses of the various click/over, etc. events of the Grid. The event passed to your function provides you the associated cellIndex and rowIndex.