Hello Henry,
With controls nested in GridTemplateColumn you will not be able to include the ID of that controls in the way that you are trying to, because that control will not be in the same scope. For including the CheckBox control in the AJAX settings in this scenario you will have to use the approach demonstrated in the following help article and add the AJAX settings dynamically:
However, please note that enabling AJAX for nested controls in the grid is not a recommended approach and I highly recommend that you enable the AJAX for the entire grid and add it to the AJAX settings instead of the "CheckBox1" that you currently have.
Hope this helps.
Regards,
Konstantin Dikov
Telerik
With controls nested in GridTemplateColumn you will not be able to include the ID of that controls in the way that you are trying to, because that control will not be in the same scope. For including the CheckBox control in the AJAX settings in this scenario you will have to use the approach demonstrated in the following help article and add the AJAX settings dynamically:
However, please note that enabling AJAX for nested controls in the grid is not a recommended approach and I highly recommend that you enable the AJAX for the entire grid and add it to the AJAX settings instead of the "CheckBox1" that you currently have.
Hope this helps.
Regards,
Konstantin Dikov
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items