Hi ,
I used following link.
https://www.telerik.com/support/kb/winforms/gridview/details/creating-a-radradiobuttoncellelement
I want to do readonly for this column . I put readonly = true but still can click radiobutton. May I know how to do this column readonly true.
Thanks
Moe
4 Answers, 1 is accepted
0
Hi Moe,
You need to set the ReadOnly property of each RadRadioButtonElement and remove MoueDown event handlers in the RadioButtonCellElement.
I hope this will be useful. Let me know if you have additional questions.
Regards,
Dimitar
Progress Telerik
You need to set the ReadOnly property of each RadRadioButtonElement and remove MoueDown event handlers in the RadioButtonCellElement.
I hope this will be useful. Let me know if you have additional questions.
Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Moe
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 11 Jan 2019, 01:43 AM
Hi Dimitar,
I remove event handler but still can click the radio button. Andalso this column is depend on condition readonly true and false.
Thanks
Moe
0
Hello Moe,
I have attached a modified version of the project that shows how you can implement this.
Let me know how this works for you.
Regards,
Dimitar
Progress Telerik
I have attached a modified version of the project that shows how you can implement this.
Let me know how this works for you.
Regards,
Dimitar
Progress Telerik
Get quickly onboard and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Moe
Top achievements
Rank 1
Iron
Iron
Veteran
answered on 14 Jan 2019, 01:33 AM
Hi Dimitar,
Thank you so much. The coding is working and what I want it.
Thanks
Moe