Current filter:
                                You should refresh the page.
                                0
                                  • We are using ASPxGridView and it is working fine. However, the first column is blank and has the Caption #. What is this column used for and if we don't need/want it, how can we hide it? Screenshot attached.


                                GridViewColumn.JPG
                                You must  log in  or  register  to leave comments

                                1 Solution

                                0

                                Hello John,

                                This column is a GridViewCommandColumn that provides a set of commands that allow end-users to switch the ASPxGridView to edit mode, update data, delete rows, etc. You can remove this column from markup by removing a similar block:

                                	
                                [ASPx]
                                <dx:GridViewCommandColumn VisibleIndex="0"> </dx:GridViewCommandColumn>
                                You must  log in  or  register  to leave comments
                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.