Topic:   How can I call OnKeyPress from javascript script while editing the column of the table HolidayHrs Here is the code
Feb 17, 2021 14:33 1 Replies 624 Views FRAUSKY

How can I call OnKeyPress from javascript script while editing the column of the table HolidayHrs

Here is the code

.hidden {
  display: none !important;
}

 

 
         
         
         

 
@Model.attendanceLogList[i].HolidayHrs

 

 

 

 

I have tried with the following script but not working

@Model.attendanceLogList[i].HolidayHrs
Prev Next
Topic Replies (1)
  1. 1
    idnkx user

    PARTH

    A hidden input (type="hidden") is an HTML element that browser does not display and cannot be modified by the user.

    I think you want a input type="text" which allows user entry.

    You can hide the input using the "display: none" style or .show() and .hide() jQuery functions.

Leave a Reply
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect