How do i call the server method-when we select the cell item using GridWeb control

When i select item from the cell(it is like dropdown list),how do i fire the event and which event needs be fired because i need to call a server method when cell item is selected.Please provide me the implemetion details.

There is list of items in the Grid cell(Like dripdown box)

when i select each cell item need to specific job.


This message was posted using Aspose.Live 2 Forum

Hi,

Please tell us whether you are using GridWeb with Ajax mode first. If selecting item from dropdownlist and without clicking or focusing the other cell, we can not provide an event to be handled.

We can only provide it after the client data is posted back to server.

Thank you.