views:

18

answers:

1

Hello,

Ive 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:ASPxGridView>

Thanks for help

+1  A: 

Hi,

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.

DevExpress Team