Ticket S18760
Visible to All Users

Add client- and server-side methods to obtain rows belonging to a certain group

Answers approved by DevExpress Support

created 16 years ago (modified 12 years ago)

The following methods have been added to ASPxGridView class:
public int GetChildRowCount(int groupRowVisibleIndex);
public object GetChildRow(int groupRowVisibleIndex, int childIndex);
public DataRow GetChildDataRow(int groupRowVisibleIndex, int childIndex);
public object GetChildRowValues(int groupRowVisibleIndex, int childIndex, params string[] fieldNames);
Thank you,
Andrew R&D.

    Show previous comments (1)

      Hello Tony,
      These methods require extra information about the server-side ASPxGridView hierarchy, which may be unavailable on the client side.
      Would you please create a separate ticket in our Support Center and describe the task you are trying to accomplish in greater detail? We will do our best to provide you with an appropriate solution.

        What is the difference between GetChildRow and GetChildDataRow? There is no explanation in the help file.

          Hi Sanjay,
          I have created a separate ticket regarding your question: ASPxGridView - GetChildRow and GetChildDataRow methods difference

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.