I have a datagrid and added few buttons, like "Add", "Edit", "Process" etc. Without selecting any row if I click "Edit" button, then it will send an alert "No row selected". But, my process button process data from entity, not from datagrid. So, how to stop the alert message as I ant to process without selecting any row in datagrid.
↧