开发者

Devexpress IntelliSense in markup

开发者 https://www.devze.com 2023-01-13 09:15 出处:网络
I\'ve got problem with IntelliSense in markup for example: When I type <dxwgv:ASPxGridView ID=\"grid\" runat=\"server\">

I've got problem with IntelliSense in markup for example:

When I type

<dxwgv:ASPxGridView ID="grid" runat="server">
   <Columns>
      < -- here I hit ctrl + space and only normla html tags are shown: a, abbr ... --
      But I would like to have available columns instead :/
   </Columns>
</ dxwgv:AS开发者_如何学PythonPxGridView>


The intellisense is a VS feature and we cannot do much here ... Anyway, if you type the

  <dxwgv:

in the columns section and press the Ctrl+Space, the VS should be be able to show the list of available column classes.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号