I have a really starnge problem. I have a master-detail view where the detail is in a grid.
When I select the first item in the master view, I see three items in the detail view, and when I select the third item in the master view, I see no items in the details view (as it should be). the grid of the details view is long enough to show three rows without scrolling.
When I open the form, the first item is selected. Then I select the third, then again the first and then the third and the first. At this point I should see three items in the details view, but instead I see only the template row and the other rows are hidden above and I see a horizontal scroll bar.
Maybe I could select the first row every time the details view changes, but I didn't find the grid event for that. InitializeRowCollection doesn't fire.
Hi,
What version of the grid do you have? Are you using the latest Hot Fix? This sounds like an issue that was already fixed.
If that does not help, you should Submit an incident to Infragistics Developer Support and include a small sample project demonstrating the problem so they can check it out.
Hi Mike,
I'm using 2008 Vol1. Is there any hotfix for this version?
I tried to reproduce the problem but no luck.