DataGrid Readonly Function Not Working
I have a datagridview in my windows application which has its readonly property set to false for columns. But after i made a change in sql stored procedure to bind the grid i am unable to edit values in grid. the change in stored procedure is that i used a aggregate function. Looking forward to a solution