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
85
Grid row editable on single mouse click instead of double click on page load
posted

I've a grid which shows records from sql table. My code is such that on double clicking a row, I need to update the record. But the problem is on page load, the row is editable on first click only. After that, the row can be edited only on double click. I need help in not to edit the row on single click on page load. My code is in C# and aspx