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.
Add client- and server-side methods to obtain rows belonging to a certain group
Answers approved by DevExpress Support
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