I am trying to enable and disable the checkbox depending on the dataset. If the value is true or 1 then
i want the checkbox disable other wise it should be enable.
Is there any idea ? Please help me out.
Thanks in advance.
Saro
Could you please provide some more information?
(1) Do you have checkbox inside template column or you are getting checkbox because of column with boolean data type?
(2) When you want to make enable/disable? On change of some of the cell value? Or at the initial load time?
Hi HBA,Thanks for the response.
(1) Do you have checkbox inside template column or you are getting checkbox because of column with boolean data type?I have created checkbox as follow (Bands)<Bands><igtbl:UltraGridBand><Columns><igtbl:UltraGridColumn Key="TenderStatus" Type="CheckBox"><Header><RowLayoutColumnInfo OriginX="1"></RowLayoutColumnInfo></Header><Footer><RowLayoutColumnInfo OriginX="1"></RowLayoutColumnInfo></Footer></igtbl:UltraGridColumn></Columns><AddNewRow Visible="NotSet" View="NotSet"></AddNewRow></igtbl:UltraGridBand></Bands>
(2) When you want to make enable/disable? On change of some of the cell value? Or at the initial load time?At load time (Form load) using Dataset.Thank you very much again.
Saravanan