Hi,
Here is our requirement, we have to display 3 grid on 3 different button click. The data of the 3 grid will come from the same table (ex: tblCustomer). The grid also contains some dropdown field. The only different column will be displayed in each grid depending on button click.
We also need to provide batch add/edit/delete, and we 'll allow add/edit/delete only if the user has the permission.
Could you please tell me what is the best way to implement this. We are using MVC4 project.
Should we use shared data source or we should use 3 different data source for each grid? Is the batch edit supported by MVC4 grid? Please help.
Any js fiddle link or guideline will be appreciated.
Regards,
Ujjwal