datagridview

  • 网络控件
datagridviewdatagridview
  1. Demonstrates how to use the DataGridView control to report data entry errors to the user .

    演示如何使用datagridview控件向用户报告数据输入错误。

  2. In the DataGridView , update any information , or add a new item , and click Update .

    在DataGridView中,更新任意信息,或者添加一个新项,然后单击Update。

  3. Sorts the contents of the DataGridView control in ascending or descending order based on the contents of the specified column .

    基于指定列的内容,按升序或降序对datagridview控件的内容进行排序。

  4. If you delete all the characters and hit the tab key to exit the cell , the DataGridView prevents you from exiting .

    如果删除所有字符,并按tab键退出该单元格,则datagridview会阻止您退出。