We are facing some issues with validators when using the RadGrid (2011.3.1115.40) as follows:
1) The grid has two detail (child) tables
2) Since all rows in the grid are editable, each column uses ItemTemplates with input controls and various validators (server side validation only)
3) All tables are set with HierarchyLoadMode="Client"
When we press the Save button, we call Page.IsValid on the server. This works for the most part, however, we noticed that sometimes validators in detail tables are not firing. We can consistently reproduce the following behavior:
1) Load the page and grid normally
2) Expand any row. Don't enter any data
3) Press save
4) We see the validators have fired
5) Collapse that same row
6) Press save again
7) Now when we expand that same row again, we see that the validators have NOT fired
Please advise.
1) The grid has two detail (child) tables
2) Since all rows in the grid are editable, each column uses ItemTemplates with input controls and various validators (server side validation only)
3) All tables are set with HierarchyLoadMode="Client"
When we press the Save button, we call Page.IsValid on the server. This works for the most part, however, we noticed that sometimes validators in detail tables are not firing. We can consistently reproduce the following behavior:
1) Load the page and grid normally
2) Expand any row. Don't enter any data
3) Press save
4) We see the validators have fired
5) Collapse that same row
6) Press save again
7) Now when we expand that same row again, we see that the validators have NOT fired
Please advise.