cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

How do I pass multiple ID through grid advance by checking multiple checkbox??

RM12
13-Aquamarine

How do I pass multiple ID through grid advance by checking multiple checkbox??

Hello,

         I have many members ID's  which is stored in the DB.I want to pass multiple  ID(Member ID) through grid advance by checking checkbox. please suggest How do I pass multiple ID through grid advance by checking multiple checkbox??

Thanks in advance

3 REPLIES 3
slangley
23-Emerald II
(To:RM12)

Hi @RM12.

 

Not sure why you need a checkbox.  You can hold {ctrl} to select multiple rows as long as the RowSelection property is set to multiple.

 

Please provide more information to clarify your question.

 

Regards.

 

--Sharon

RM12
13-Aquamarine
(To:slangley)

Thanks for reply ,using Ctrl key it is very difficult for the end-user, that's why I want to used checkbox in grid to every row so user will select data whatever they want. I want to  pass multiple  ID(Member ID) through grid advance by checking checkbox. please suggest How do I pass multiple ID

zyuan1
18-Opal
(To:RM12)

You can add a filter in the script or a filter widget directly, and use Boolean=true condition.

Top Tags