Datagrid: Enabled VS. Visible?

  • Thread starter Thread starter Scott Reynolds
  • Start date Start date
S

Scott Reynolds

Hi!

Could anybody explain me the difference between Enabled and Visible propery
of DataGrid?

Thanks!
Scott
 
When Enable is true then the user can manipulate on that control, like if
you set enable is false
for a text box control then, user cannot click or enter any text in that
control.

When visible is false then the control will be invisible to the users eyes,
that is the control
will be there in the form but hidden.

Cheers!!
Vadivel Kumar
(e-mail address removed)
 
When Enable is true then the user can manipulate on that control, like if
you set enable is false
for a text box control then, user cannot click or enter any text in that
control.

However, for a Datagrid, I believe you'd have to "enable=false" all buttons
and textboxes that are in template columns, as these apparantly do not
inherit the "enabled=false" state from the datagrid.

Jeppe Jespersen
 

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

Similar Threads


Back
Top