Textbox not accepting input and Add button not working

Locked Textbox not accepting input and Add button not working

  • Wednesday, December 05, 2012 2:35 AM
     
     

    I have created a new Lightswitch html client app that uses a data service.  Any of the screens I have built display data but do not allow me to enter input in a textbox on a detail screen.  The textbox displayes with data but I cannot enter any text.

    Also, I have created an Add/Edit button yet when I click it, nothing happens.  I have set a target detail screen for it and have also tried creating a target dialog but nothing happens.

    Is this a known issue?  What may I be doing wrong?

    Thanks in advance.

All Replies

  • Thursday, December 06, 2012 5:34 PM
     
     

    Hi CS Dev,

    It seems like your data service is read-only somehow. Can you make sure that you have write permissions on the data service?

    Heinrich