Does anyone know how you can have a value default into the filters of a grid? Specifically, I want to take the employee number of the employee who is currently in MES and put their ID in the filter of Res ID column in the Work Queue.
So, I dug into the developer tools and figured out the name of the box where I want to programmatically enter the value. I entered a value in the field and saw that it was the value property of.
input.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid.ng-pristine.ng-valid.ng-touched
Anyone have any ideas on what Event I should use to try and set the field to the Employee’s ID?