Thank you Ninja!
Actually I already went through "#231Read page not showing relations" when i got issue in set relation. After apply all these changes in library file, it is only worked for
$crud->set_relation('subject_id','gec_subject','subject_name', null, 'subject_name ASC');
and not working for the following one....
$crud->field_type('status_flag','dropdown', array('1' => 'Active', '0' => 'Inactive'));
-----
After edit the grocery curd library as per #231, are the relation working for this array case..?
"$crud->field_type('status_flag','dropdown', array('1' => 'Active', '0' => 'Inactive'));
Request : If so means could u share me the modified grocery curd library file....."