Welcome Guest, Not a member yet? Register   Sign In
Multiple datagrid display into one view page
#2

[eluser]andreagam[/eluser]
Hi Jilani,
you should specify you're using the Rapyd libary, as not everyone may recognise it.
Well, I don't think that's the problem, but the syntax you are using is different from what I usually do.
You write:
Code:
$grid->column_orderby ('Charge Date', 'date_of_transaction', 'date_of_transaction', 'align=\'center\'');


so you're passing four params. I usually write something like
Code:
$grid->column_orderby ('Label Name', '<#value#>', 'field_name', 'style=\'css style\'');

In particular, the field value stays between '<# ... #>'
Maybe I'm just missing something...

bye,


Messages In This Thread
Multiple datagrid display into one view page - by El Forum - 07-29-2008, 03:26 AM
Multiple datagrid display into one view page - by El Forum - 07-29-2008, 05:08 AM
Multiple datagrid display into one view page - by El Forum - 07-29-2008, 05:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB