VB.Net DataGridView Bindingsource.Filter,如果没有找到则显示空白行

时间:2019-05-12 06:47:39

标签: vb.net filter datagridview bindingsource

什么都没找到,有没有办法在DataGridView中显示一个空行?

spring:
  dataSources:
    - tenantId: db1
      url: jdbc:postgresql://localhost:5432/db1
      username: postgres
      password: 123456
      driver-class-name: org.postgresql.Driver
      liquibase:
        enabled: true
        default-schema: public
        change-log: classpath:db/master/changelog/db.changelog-master.yaml
    - tenantId: db2
      url: jdbc:postgresql://localhost:5432/db2
      username: postgres
      password: 123456
      driver-class-name: org.postgresql.Driver
    - tenantId: db3
      url: jdbc:postgresql://localhost:5432/db3
      username: postgres
      password: 123456
      driver-class-name: org.postgresql.Driver

例如,在上面的代码中,当字符串eID中存在字符串SelectedEQP时,则在未找到时显示结果,但显示错误,但我希望有一个空行。知道如何实现吗?谢谢。

0 个答案:

没有答案