We have a grid in our application that works fine except for when we add validation tags for some of the fields.
This is what the lines look like when adding data:
http://mrflippy.net/images/telerik/beforeSubmit.jpg
When the "Insert" button is pressed, the rendering on the drop downs breaks:
http://mrflippy.net/images/telerik/afterSubmit.jpg
The drop down columns are GridDropDownColumns. There is a standard asp.net required field validator on the Stock/Part # field. This field is a GridTemplateColumn (using the "Convert to Template Column" function in the property builder). We added the validator tag in the EditItemTemplate after the edit text box.
The validation itself seems to work fine.
If we hit the cancel button and then add a new row, the issue does not reoccur.
Any idea what's going on here?
Edit:
RadControls for ASP.NET AJAX Q3 2008
Visual Studio 2008, but using .NET 2.0
Behavior seen in both IE 6 and Firefox 3
This is what the lines look like when adding data:
http://mrflippy.net/images/telerik/beforeSubmit.jpg
When the "Insert" button is pressed, the rendering on the drop downs breaks:
http://mrflippy.net/images/telerik/afterSubmit.jpg
The drop down columns are GridDropDownColumns. There is a standard asp.net required field validator on the Stock/Part # field. This field is a GridTemplateColumn (using the "Convert to Template Column" function in the property builder). We added the validator tag in the EditItemTemplate after the edit text box.
The validation itself seems to work fine.
If we hit the cancel button and then add a new row, the issue does not reoccur.
Any idea what's going on here?
Edit:
RadControls for ASP.NET AJAX Q3 2008
Visual Studio 2008, but using .NET 2.0
Behavior seen in both IE 6 and Firefox 3