DataGrid Problem
-
Hi All I am facing a very strange problem with my datagrid. I am using datagrid to display data and on selection of a row i m displaying complete information about that particular row. But if i click on the datagrid's blank area (no rows in that area), it automatically selects the first row. Any solution so that it does not select any row when i click on the datagrids blank area. Thanks Sumit Domyan
-
Hi All I am facing a very strange problem with my datagrid. I am using datagrid to display data and on selection of a row i m displaying complete information about that particular row. But if i click on the datagrid's blank area (no rows in that area), it automatically selects the first row. Any solution so that it does not select any row when i click on the datagrids blank area. Thanks Sumit Domyan
Hi Sumit, I don't believe this is possible with the current Winform.Datagrid control. There is always a row selected. You might want to try a third party or freeware datagrid control to see if they allow this functionality. hope this helps.
-jim