iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
I’m having a problem with WebInput setting ReadOnly property to true in client side.
IS_WI.ReadOnly = true;
var IS_WI = ISGetObject(controlId);
if (IS_WI) {
return true;
Steps to recreate issue
1.After form loads check if all the controls are usable(they should be)
2.Click on “make readonly” button
3.Click on the field with 2010-Oct-11 (we made this field read only)
4.Click on the other fields… that is where the issue is…other controls stopped responding until I click on “make writable” which sets IS_WI.ReadOnly = false;
Please investigate.
WebInput ver 4.0.7200.4
I’m attaching a sample code.
Mark
PS
Using Enable()/Disable() is not an option for me.
Hello Mark,
Please use SetReadOnly() instead of properties. It should be working as expected.
e.g IS_WI.SetReadOnly(true); //set read only
or IS_WI.SetReadOnly(false); // set writeable
Regards,Handy
Ok, I can replicate the issue in here. I will report this to our developer teams.
Handy,
I need this solved urgently. There are around ten web input controls in this application and this issue is causing major problem. Please escalate this and provide fix asap otherwise i'm in danger of missing dealine to release this application.
Thanks again
Ok, I will note this to our developer teams. I will get back to you when the fix is ready.
Your suggestion appears to be working. Thank you.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname