Question

I have a gridview with one column of checkboxes and other columns with different custom controls . What I want is that when a checkbox is checked an event is triggered which toggles the visibility of other elements in the row .

Was it helpful?

Solution

You can use the approach, illustrated in the http://www.devexpress.com/example=E2284 Code Central example as a starting point to accomplish this task.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top