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
110
Updating Row/Cell when key is uniqueidentifier?
posted

Hello,

I am trying to use the WebDataGrid to update some backend support tables in a small web application for our I.S. staff but having issues getting the updates to occur. No errors are being thrown but the update simply doesn't happen. I have the DataKeyFields set and the OnRowUpdating method defined as indicated in the documentation.

Upon doing some of my own research, I suspect perhaps it has something to do with the fact that my primary key is of the datatype uniqueidentifier and there is another column in the same table holding a foreign key that is also a uniqueidentifier. Apparently there are some issues using this but I'm not sure how to get around them.

Has anyone gotten the update function to work in the WebDataGrid with uniqueidentifiers as the keys?