Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在数据集中设置用户友好的标题,在绑定过程中将被 Infragistics 网格检测到。我似乎记得可以在类型化数据集的底层 XSD 中执行此操作,但任何相关链接似乎都已从 Google 的相关链接列表中消失。
有没有人这样做,会推荐它或有更好的方法吗?我不需要本地化字符串,因为这是一个内部应用程序。
您可能指的是 msdata:Caption 属性吗?
<xs:element name="colname" type="xs:decimal" minOccurs="0" msdata:Caption="Friendly Caption" />