I was going through the above example from knowledge base.
I did define the band and columns with name and set up all properties but at the run with setbinding method it takea all the properties from the data source. Is there anyway I can keep the setup from the design time to thr run time when I am attaching my table at run time.
Thanks
Sandy
This is done as per you (Activation.NoEdit) for ReadOnly propery.
Sorry, you lost me. Are we still talking about the same thing?
Thanks Mike,
What's the catch here, even if I am making a particular column property as ReadOnly = True, it's changing back to default when I am opening it again.
If ever you are unsure if you got the keys right, you can check them pretty easily. In the InitializeLayout event of the grid, you can loop through the bands and turn on the Band header. This will display the key (by default) of each band on the top of the column headers. The column headers are already displayed, of course.
okay tablename is the band key and column name is column key, now I underatand. It's coming now. Still trying to fix the readonly property for some columns.