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

Editing In Boolean column

1 Answer 76 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sanjay
Top achievements
Rank 1
Sanjay asked on 01 Mar 2008, 12:20 PM
I have two column one is text box column and another is Boolean column, I want to stop check activity coresponding the text box column value, is it possible, if yes how?

Please advise me.

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 04 Mar 2008, 05:15 PM
Hi Sanjay,

Thank you for writing.

Since the checkboxes in the GridViewCheckBoxColumn behave just like all other editors, you could use the RadGridView.CellBeginEdit event. If you hook up to this event, in the event handler you could check for a condition (applicable to your scenario) to cancel the event, thus preventing the checkbox state from changing.

I hope this helps. If you need any further assistance, I will be glad to help you.

Sincerely yours,
Georgi
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Sanjay
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or