TemplateGrid with Checkbox

0
Hello All, I am looking for Grid implementation with checkbox to perform bulk operations.  I have seen various old thread in the forum where it is mentioned to implement TemplateGrid or ListView. Still I am not able to resolve the issue.  Can any one explain the implementation in little more detail.  
asked
1 answers
0

Hi Abhishek,

 

Please add the Template Grid on you page and select your entity as the datasource. You don’t have to fill the content automatically, once  it asks. For each of the attribute, which is boolean, it will allow you to use checkbox and for the attributes which have enumeration_type, it will allow you to use radio button

answered