how to make Ultragrid editable ?
Hi Friends,
I have an ultragrid in my vb6.0 application. I have populated it with some database values. But the ultragrid is not editable. How can i make this to editable. I have set the property for all columns as below. Even it is not working.
SSUltraGrid1.Bands(0).Columns(1).Activation = ssActivationAllowEdit
Thanks,
Remya
|