This question is locked. New answers and comments are not allowed.
Dear List,
while using grid control with vb.net; I am not able to use ClientTemplate in case of check box.
In Example:
ClientTemplate("<input type='checkbox' disabled='disabled' name='dflag' <#= deleteflag? checked='checked':'' #> />")
deleteflag has 0 or 1 as value.
The above syntax is not working for me in vb.net. to be more specific "<#= deleteflag? checked='checked':'' #>" part is not getting executed.
can you please guide me how to get it work?
Thanks & Regards,
Jigar.
while using grid control with vb.net; I am not able to use ClientTemplate in case of check box.
In Example:
ClientTemplate("<input type='checkbox' disabled='disabled' name='dflag' <#= deleteflag? checked='checked':'' #> />")
deleteflag has 0 or 1 as value.
The above syntax is not working for me in vb.net. to be more specific "<#= deleteflag? checked='checked':'' #>" part is not getting executed.
can you please guide me how to get it work?
Thanks & Regards,
Jigar.