This is a migrated thread and some comments may be shown as answers.

how to hide controls and labels in grid popup mode

0 Answers 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
shanker bangari
Top achievements
Rank 1
shanker bangari asked on 13 Apr 2011, 06:06 AM
Hi,


My Requirement is hide controls in popup  mode
am trying this code 

 $($($(e.form).find('#class_name').parent().parent().children()[0]).children()[0]).hide();
        $($(e.form).find('#class_name')).hide(); 

it's working fine but it's working only frist controls only i want another control also how to do that 


this is sencond one am hiding it's not working 
 $($($(e.form).find('#subject_category').parent().parent().children()[0]).children()[0]).hide();
        $($(e.form).find('#subject_category')).hide();

please give any solutions 
Tags
Grid
Asked by
shanker bangari
Top achievements
Rank 1
Share this question
or