Is there a way to disable specific rows in webgrid?
I have a condition check in the InitializeRow event. Based on that i have to disable the row and not cells.
Any help is appreciated!
Thanks.,
What exactly would "disabling a row" accomplish that "disabling all of the cells in a row" wouldn't? This might help usto determine how to accomplish what result you're after.
Yeah., disabling all the cells in a row would do for me. Need the simplest, less performance overhead way to do that. Something like grid.row(1).Disabled = true or in the InitializeRow e.Row.Disabled = true.