getting the data grid based on the condition to be selected by the user

0
Hi all, I am mahesh, Can anyone give me an approach of how to display the data of database based on the condition given by the user in the same page as i am using the data grid without using template grid
asked
1 answers
0

Hi Mahesh,

Although the question is a bit vague, I’ll try to give you an approach.

Use one grid (GRID1) which displays the conditions. Add an attribute to each condition which is pragmatic. 

Use one Data View which listens to the GRID1 and inside this place another grid(GRID2). Modify the datasource of GRID2 based on the selected condition. 

Hope this helps. 

Regards,

Sharad R K

answered