Display data in grid view

Hi,

I have to fetch data from table need to display in the grid and if i click on any row new popup has to show with more details.(Attached screen shot for the reference)

Please help me ,how to achieve this functionality.2752

Grid.JPG

Thanks,

Arjun

Hello, and welcome to the forum.

It seems you need a (modal) dialog. CJuiDialog is a handy Yii widget encapsulating jQuery UI Dialog.

http://www.yiiframework.com/doc/api/1.1/CJuiDialog

It’s quite easy to do. There are some wikis and forum threads that deal with such a scenario. You may also want to google it.