This example illustrates how to show different popup menu items based on the group row level.
ASPxGridView does not allow determining the clicked row level on the client side. Thus, it is necessary to perform a callback to determine the row level on the server side and return the result to the client.