about datagrid's "readonly" property

  • Thread starter Thread starter woodpecker
  • Start date Start date
W

woodpecker

when I set the datagrid's readonly=true,I can't set it back to false
value,why?

Anybody can tell me the reason?

Thanks your help.

Woodpecker.
 
Hey,

I tried to set the datagrid's readonly property in code, to either true or
false, and I can see it works fine. (for example, there are two buttons on
the form, click one of them to set the property to true, and the other to
set it to false).

could you tell me more details about your code, so we can see if we missed
anything there.

Thanks.

Aiwen Guo
VB.Net Team
 
How do I clear the contents of the datagrid because I want to fill in the
datagrid again.
 
Alan said:
How do I clear the contents of the datagrid because I want to fill in
the datagrid again.

I guess you are not "Woodpecker", so I suggest you should open a new thread
and ask your question again.
 
Hi Armin,

No that not,
This question is I think 10 times send to this newsgroup.

And I think nobody understand how it is done, because there are no answers
except from OHM who said: "clean the datatable". datatable.clear

But I doubt if that is the requested answer

Cor
 
Cor said:
Hi Armin,

No that not,
This question is I think 10 times send to this newsgroup.

Please write the text below the quote. I don't know what you are referring
to.
And I think nobody understand how it is done, because there are no
answers except from OHM who said: "clean the datatable".
datatable.clear

But I doubt if that is the requested answer

I only see an answer from Aiwen Guo.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top