This is perhaps a bit too proactive but I feel I need to cover all the bases.
I've been working for months on a Dot Net 4.0 C# app using a RadGrid.
This has a fairly conventional Header Detail arrangement. This has been working perfectly for months. Every time I click on the > arrow I get the usual list of details or the no records message. Either way the detail section is displayed.
Now, all of a sudden, under one specific unique conditions, which so far as the grid is concerned, is just a routine limiting of records from the database itself, the little > buttons are failing. No dropdown display at all, not even the no records message. It's as if they're disabled. Also the DetailTableDataBind is not even being called.
What could conceivably cause this? (I don't even know how to disable them. The question has never come up.)
I've been working for months on a Dot Net 4.0 C# app using a RadGrid.
This has a fairly conventional Header Detail arrangement. This has been working perfectly for months. Every time I click on the > arrow I get the usual list of details or the no records message. Either way the detail section is displayed.
Now, all of a sudden, under one specific unique conditions, which so far as the grid is concerned, is just a routine limiting of records from the database itself, the little > buttons are failing. No dropdown display at all, not even the no records message. It's as if they're disabled. Also the DetailTableDataBind is not even being called.
What could conceivably cause this? (I don't even know how to disable them. The question has never come up.)