New Posts New Posts RSS Feed: URGENT - How Can I make All Fields in my form disable using Idea Blade
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

URGENT - How Can I make All Fields in my form disable using Idea Blade

 Post Reply Post Reply
Author
kushal View Drop Down
Newbie
Newbie
Avatar

Joined: 28-Aug-2007
Location: India
Posts: 1
Post Options Post Options   Quote kushal Quote  Post ReplyReply Direct Link To This Post Topic: URGENT - How Can I make All Fields in my form disable using Idea Blade
    Posted: 28-Aug-2007 at 11:10pm
How can I make All Fields in my form disable using Idea Blade?
Do Idea Blade Have Any property or method which will disable all fileds?
 
Please Reply ASAP.
Back to Top
owais,zahid View Drop Down
Newbie
Newbie
Avatar

Joined: 22-Aug-2007
Location: Pakistan
Posts: 8
Post Options Post Options   Quote owais,zahid Quote  Post ReplyReply Direct Link To This Post Posted: 29-Aug-2007 at 6:03am

You can use DataConverters with the control binding to disable the fields. I don't think there is a way to disable all the fields of the form from one call in ideablade.

 
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 29-Aug-2007 at 8:49am

The form has a controls collection.  You could write your own method which iterated over this controls collection, and disabled each of the controls.  Similarly, you could write another method which iterated over the controls collection and enabled each of the controls.

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down