This question is locked. New answers and comments are not allowed.
Hi,
I'm using version 2010.2.930 and I have some problems with Master/DetailView. Before, I used Server binding, but I had some bad issues because it reload the page every time and it was very annoying, so I decided to change my grid to be an Ajax grid with master/detailview. It works fine except these 2 issues. I attach the sample project to this post to help you see the problem. Run the project and click on Usergrid tab to reproduce these issues.
1- When I expand the first row, I see 1 row in my DetailView. I click on edit button, the column is now a dropdownlist, but the value selected is not right. It select the first value in the dropdown and not the value supposed to be selected.
2- In this same grid, expand first row to see detailview, click on edit button and you will see that column is shifted right even if I put this line in my View:
Thank you very much for your help
Steve
I'm using version 2010.2.930 and I have some problems with Master/DetailView. Before, I used Server binding, but I had some bad issues because it reload the page every time and it was very annoying, so I decided to change my grid to be an Ajax grid with master/detailview. It works fine except these 2 issues. I attach the sample project to this post to help you see the problem. Run the project and click on Usergrid tab to reproduce these issues.
1- When I expand the first row, I see 1 row in my DetailView. I click on edit button, the column is now a dropdownlist, but the value selected is not right. It select the first value in the dropdown and not the value supposed to be selected.
2- In this same grid, expand first row to see detailview, click on edit button and you will see that column is shifted right even if I put this line in my View:
events.OnLoad("function(e) { $(this).find('table').css('table-layout', 'fixed'); }");Thank you very much for your help
Steve