Hi Dimiter,
To your solution, I need the Id for the checkbox because i need to find if the checkbox is checked when checkbox clicked. I have written code onclick of checkbox in which it checks if the checkbox is checked using the id of the checkbox. I have tried removing the checkbox on services and just keeping checkbox on providers its self but still it is not working as expected, it is always false.
I have created separate project and tried to replicate the same issue(I just copy pasted the necessary code from my project ). To my surprise it worked as expected. I have done the same things in my project by commenting out all the other stuff and tried but still I am getting the same issue. Can you please let me know if you think of any thing i missed that my affect the checkbox result. I feel like i am out of options. :(
I have attached the newly created project files(Just view, controller and model folders, since whole project is exceeding 2mb. I have created the grid on contact page)
steps to follow:
Click on Add Providers button - kendo window should show up with providers grid on it
click on checkbox on the window - alert true should show up (in my project it is always false- only this checkbox has issue on this window, but when i move this checkbox to services window it works perfectly)
close the kendo window and open detail template - You should see the list of services attached for that providers
Click on Add Services button - kendo window should show up with services grid on it.
click on checkbox on the window - alert true should show up (in my project it is true which is expected)
Any ideas would be appreciated. I have been working on this issue for way longer and i feel like i have thought of all the things i might have missed. :(