Hi,
We have some functionality to be implemented are:
Functionality 1:
We need to allow a user add or update data in batch. So, I am able to try and use this feature by using Batch Editing of grid. As per the grid functionality we need to use toolbar's 'Save' button to get the new or updated records for save. When we use the grid's Save button it will call respective action method by posting only new and updated records from Grid. But I would like to have my own button to call action method which get all the records from the Grid irrespective of added or updated ones so, I can read complete list of data and send it to DB.
Functionality 2:
Right now the Grid has Filter to be enabled on column wise. But I need to implement the Search/Filter on whole grid data by mean when use input a value on text box I would like to apply the search on whole grid data and filter it.
Functionality 3:
We need to export the Grid data to excel whether complete grid data or filtered/ searched data.
Is there a way to implement these and can you please share some examples if you have?
Regards!
We have some functionality to be implemented are:
Functionality 1:
We need to allow a user add or update data in batch. So, I am able to try and use this feature by using Batch Editing of grid. As per the grid functionality we need to use toolbar's 'Save' button to get the new or updated records for save. When we use the grid's Save button it will call respective action method by posting only new and updated records from Grid. But I would like to have my own button to call action method which get all the records from the Grid irrespective of added or updated ones so, I can read complete list of data and send it to DB.
Functionality 2:
Right now the Grid has Filter to be enabled on column wise. But I need to implement the Search/Filter on whole grid data by mean when use input a value on text box I would like to apply the search on whole grid data and filter it.
Functionality 3:
We need to export the Grid data to excel whether complete grid data or filtered/ searched data.
Is there a way to implement these and can you please share some examples if you have?
Regards!
