good day.
I am using Infragistics4.v12.2 (latest build). I have a single banded grid that has a binding source as the datasource. the binding source is populated by a List<myClass> object.
the grid looks fine in the designer - I see all of my fields within the class. I added an ultraGridRowEditTemplate and it brough over the fields that I want to be included in the template. it builds fine.
when I go to use the grid; however, the template is not displaying when I go to edit entries.
what would cause the template not to display when editing cells?
any help is appreciated. thank you.
Hello,
I am glad to hear that you were able to solve your issue.
Thank you for using Infragistics components.
I found the issue - I was setting the datasource to the binding object which caused the grid to drop the template... once I set the grid back to the template after setting the datasource, it worked.
thanks.
Can you post simple sample that I could investigate, and to find why the edit template was not displayed.
I am waiting for your details.