
01-27-2010 09:04 AM
ok, so I have a tabe off of account with a datagrid that allows users to add new records via a right click on the grid which fires off code to open a recordset and add the new row and refresh the grid. this works well....now there are 2 other columns that the users has to fill in, how do I force them to fill these 2 columns in before they switch to a different account record? or am I better off using and Add/Edit view which doesn't make sense as I want them to be able to edit/add the data using the grid control.
Thanks,
Derek
08-19-2011 04:52 AM - last edited on 08-19-2011 04:54 AM
I did the same stuff for Saleslogix Web Client but not using SLX gridview a pure ASP.net Grid view but I was thinking for SLX grid view, Can you help me out with this.