A Andrew Chen Nov 7, 2003 #1 How do I hide any particular DataGrid Cell from visible, or any DataColumn for the matter?
C Cantekin Guneser Nov 8, 2003 #3 this is also for infragistic datagrid examle i hope this will help you if(UG_ElectionChest.DisplayLayout.Bands[loop].Columns["_ID"].Hidden==false) { UG_ElectionChest.DisplayLayout.Bands[loop].Columns["_ID"].Hidden =true; UG_ElectionChest.DisplayLayout.Bands[loop].Columns["ChestCheck"].Hidden =true; UG_ElectionChest.DisplayLayout.Bands[loop].Columns["State_ID"].Hidden =true; }
this is also for infragistic datagrid examle i hope this will help you if(UG_ElectionChest.DisplayLayout.Bands[loop].Columns["_ID"].Hidden==false) { UG_ElectionChest.DisplayLayout.Bands[loop].Columns["_ID"].Hidden =true; UG_ElectionChest.DisplayLayout.Bands[loop].Columns["ChestCheck"].Hidden =true; UG_ElectionChest.DisplayLayout.Bands[loop].Columns["State_ID"].Hidden =true; }