Hello,
I am new to this suite of controls, so please bear with me...
I tried dropping the grid into a project I am working on, and it never displays. If I look at the source of the page, I can see the content in a JSON array, so the page is getting the data from the database, but the grid never visibly shows up.
So, I took a step back and followed one of the examples... created a Person object, populated a few properties in it, and made it serializable. Made a List of them, bound it, and I have the same problem. The data is visibly in the page if I look at the page source, but the grid never displays.
I am at a loss as to why this would be. The datagrid from the Ajax Toolkit works, so I am unclear why this would not. I have attached my little test app. Thanks for any suggestions any of you could provide!
Paul
Attachment:
TestGrid_81f85fd9.zip