This is a migrated thread and some comments may be shown as answers.

Creating a RadRadioButtonCellElement

4 Answers 60 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Moe
Top achievements
Rank 1
Iron
Iron
Veteran
Moe asked on 10 Jan 2019, 02:31 AM

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

Sort by
0
Dimitar
Telerik team
answered on 10 Jan 2019, 10:44 AM
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
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
Dimitar
Telerik team
answered on 11 Jan 2019, 09:43 AM
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
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

Tags
GridView
Asked by
Moe
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Dimitar
Telerik team
Moe
Top achievements
Rank 1
Iron
Iron
Veteran
Share this question
or