Morning,
I am building an app which is basically a timesheet. Once the user has chosen client, project and time spent they ‘submit’, and the three fields are added to a datagrid component. At the moment each time they submit a new row is added to the datagrid, I need to prevent a new row being added if that client & project already exists in the datagrid and instead just add the time spent to that column.
I guess I need a way to retrieve the content from the client and project fields and see if it matches what is being added, what is the method to get such information?
Thanks,
L