We are presently designing a touchScreen application. The size of the check box in a GridViewCheckBoxColumn is too small.
How can I change the size of the check box in a GridViewCheckBoxColumn?
Regards,
Nadia
3 Answers, 1 is accepted
0
Accepted
Stefan
Telerik team
answered on 28 Nov 2012, 02:27 PM
Hello Nadia,
Thank you for writing.
The easiest way to increase the size of the check box is to assign an image to the CheckMark. Attached you can find a sample project demonstrating this.
Alternatively, you can increase the size of the default check mark:
Thank you for your response. I use the suggested code and everything as expected. I had to remove the line with the UseFixedCheckSize because this function don't seem to exist for GridCheckBoxCellElement.
Also, I didn't find the sample project demonstrating how to assign an image to the CheckMark.I guess you forget to attach the file.
Indeed, I did not attach the sample. Please excuse me for the omission. You can find the sample attached to this post.
As to the missing property, it exists in the latest version (Q3 2012), so I assume that you are using a previous one and this is why it does not exist.