Hello
Is it posibble to programatically hide add new row template (blue arrow) depending on value (blue circle) ???
regards
Krzysztof Szepietowski
Use RowInitialize event. If the cell value is false, use this:
e.Row.ChildBands[0].Rows.TemplateAddRow.Hidden =
true;