Fields in the database are case-insensitive and can be differentiated on pages. At the beginning, I thought they were case-insensitive, but I found data from the database that was not displayed on the front-end for a long time.
<SDK: DataGrid frozencolumncount = "1" margin = "0, 0, 0, 0 "name =" dglist "autogeneratecolumns =" false "isreadonly =" true "placement =" all "clipboardcopymode =" includeheader "selectedindex =" 0 "loadingrow =" dglist_loadingrow "placement =" dglist_copyingrowclipboardcontent ">
<SDK: DataGrid. Columns>
<SDK: datagridtemplatecolumn header = "no." width = "55" isreadonly = "true" clipboardcontentbinding = "{binding Path = hhytsf-_sn}" canuserreorder = "false" canuserresize = "false" canusersort = "false "">
<SDK: datagridtemplatecolumn. celltemplate>
<Datatemplate>
<SDK: label content = "no." horizontalalignment = "center" isenabled = "false"/>
</Datatemplate>
</SDK: datagridtemplatecolumn. celltemplate>
</SDK: datagridtemplatecolumn>
<SDK: datagridtextcolumn header = "project code" width = "Auto" binding = "{binding Path = project_code}" canuserreorder = "true" canuserresize = "true" canusersort = "true"/>
<SDK: datagridtextcolumn header = "project name" width = "Auto" binding = "{binding Path = project_name}" canuserreorder = "true" canuserresize = "true" canusersort = "true"/>
<SDK: datagridtextcolumn header = "project owner" width = "Auto" binding = "{binding Path = project_leader}" canuserreorder = "true" canuserresize = "true" canusersort = "true"/>
<SDK: datagridtextcolumn header = "" width = "Auto" binding = "{binding Path = package_flag_cn}" canuserreorder = "true" canuserresize = "true" canusersort = "true"/>
<SDK: datagridtextcolumn header = "available" width = "Auto" binding = "{binding Path = enable_flag_cn}" canuserreorder = "true" canuserresize = "true" canusersort = "true"/>
<SDK: datagridtextcolumn header = "scheduled state" width = "Auto" binding = "{binding Path = state_cn}" canuserreorder = "true" canuserresize = "true" canusersort = "true"/>
<SDK: datagridtextcolumn header = "Remarks" width = "Auto" binding = "{binding Path = remark}" canuserreorder = "true" canuserresize = "true" canusersort = "true"/>
</SDK: DataGrid. Columns>