HI, How can we edit the selectable row in pagging gird. is it possible to edit? if yes ,can any one provide me the answer of how to do it.

 For Ex:

I have a scenario in a pagging grid like:

 

Name       Place     Pincode

Ram           Hyd      01

Rajesh        Delhi     02

Roopa         pune     03

 

In a grid after selecting the second row, i want to edit the place of rajesh from delhi to kolkatta.How can we do that.

 

Thanks

  Discussion posts and replies are publicly visible

Parents Reply Children
  • The Other way you can do is, Please display the row details in a different section in the same Interface as soon as user selects a row in the paging Grid, allow the user to update the values in that section and provide him a button to save the values. This way you can think about a work arround for Editable Grid since the Default editable grid doe snot support pagination.