Skip to main content
14-Alexandrite
September 17, 2020
Question

how to select row in advance grid using checkbox?

  • September 17, 2020
  • 2 replies
  • 1435 views

Hello,

I want to select rows in advance grid after checking the checkboxe. 

i have bind the service to advance grid and i have added the checkboxes in grid.

but after checking the checkbox the row still not getting selected, please suggest the solution

refer below attachment

2 replies

1-Visitor
September 17, 2020

Hi There,

you can write other service which will take edited grid of advance grid and by loop or by query you could figure out which row is checked.

Hope This Helps.

Regards,
Pravin

Ru_0114-AlexandriteAuthor
14-Alexandrite
September 17, 2020

can you please suggest how to write the service for this?