This question is locked. New answers and comments are not allowed.
i am making a grid which is by default Empty. There is and Add button which inserts a new row in the grid and the user can fill the details up
In the Row itself there is a Row Delete Button The issue is that it is diabled till i have complete the full row update and lost the Focus. If there is the Validation Error it is disabled then also , i want it to be enabled always and clickable even on Validation Error
Any Suggestion on how to achieve that ?
In the Row itself there is a Row Delete Button The issue is that it is diabled till i have complete the full row update and lost the Focus. If there is the Validation Error it is disabled then also , i want it to be enabled always and clickable even on Validation Error
Any Suggestion on how to achieve that ?