The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
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
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
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
You can add a filter in the script or a filter widget directly, and use Boolean=true condition.