Hi,
I'm setting up a master-detail combination. I don't want to show any rowactions on the master, so I set everything false there.
But I do want to have some rowactions on the detail. The wierd thing is : they are showing up only for the first record shown in the detail, not for the others. Any idea what the problem might be ?
Peter
3 Answers
Hello,
Peter, can you email me the screenshot and php file. I'm unable to reproduce this case.
Abu,
I've been able to pinpoint the problem. The problem occurs if the first column in the select statement of the 'select_command' is not the primary key of the table. After I selected the primary key as the first column, it worked fine.
Peter
Your Answer