I have created one list grid with groupby. First i want to display all group by fields and afer that if we expand the we need to add the rows dynamically to that group.
Example:
Finanace-Sec1
Finanace-Sec2
if i click on the Finanace-Sec1 header then i need to add the questions related Finanace-Sec1
Finanace-Sec1
Fin Question1
Fin Question2
Finanace-Sec2
Fin Question1
Fin Question2
First time only we need to concat the server (means if already loaded data for that group then existing loaded data should be shown to user)
Example:
Finanace-Sec1
Finanace-Sec2
if i click on the Finanace-Sec1 header then i need to add the questions related Finanace-Sec1
Finanace-Sec1
Fin Question1
Fin Question2
Finanace-Sec2
Fin Question1
Fin Question2
First time only we need to concat the server (means if already loaded data for that group then existing loaded data should be shown to user)
Comment