When I add AlternationCount="1" I am unable to expand RowDetailsTemplate. Please give the best solution where I can keep AlternationCount="1" as well as expand RowDetailsTemplate.
I tried to set the AlternationCount property to be equal to 1 on my side but it seems my RowDetailsTemplate can be expanded. I prepared a sample solution where you can take a look how my RadGridView and RowDetailsTemplate are implemented.
In addition, you could take a look if the RowDetailsVisibilityMode property of the RadGridView is missing.If this property is not set, you could set it to "VisibleWhenSelected" in order to enable the expanding of the RowDetailsTemplate.
Hello Azhar,
I tried to set the AlternationCount property to be equal to 1 on my side but it seems my RowDetailsTemplate can be expanded. I prepared a sample solution where you can take a look how my RadGridView and RowDetailsTemplate are implemented.
In addition, you could take a look if the RowDetailsVisibilityMode property of the RadGridView is missing. If this property is not set, you could set it to "VisibleWhenSelected" in order to enable the expanding of the RowDetailsTemplate.