Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Check if all the fields/cells in a row has values in xamdatagrid
posted

I am using a xamdatagrid to get user input. user can add new row and enter values in row cells. Once done on click of submit button I want to prompt them a message if any of cell inside newly added row(xamdatagrid) left blank or un-selected. Is there any inbuild support for checking those required fields before I submit values to DB. Or I need to write custom check may be on record added event?