When trying to filter records in a gridview edit form, that has a grid lookup in template, filtering and after that switching pages causes grid lookup to lose it's displayed values. Project with DB and Video attached.
ASPxGridLookup inside a grid's EditItemTemplate displays empty column values after filtering
Answers approved by DevExpress Support
We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.
Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.
- v15.2.4Download Official Update
- v15.1.8Download Official Update
- v14.2.11Download Official Update
Another issue with that build - one of the styles it seems is broken. After examining it, there is a new element there, which instead of having display:none, is having style as visibility:hidden.
please see the video and screen shot attached.
Hello Andrey,
We avoid discussing multiple questions in one ticket. To process your recent inquires more efficiently, I created separate tickets:
T297626: ASPxGridLookup - ASPxClientGridLookup.GetGridView().Focus method does not work as expected after T293425 hotfix
T297627: ASPxGridLookup - Empty space is rendered near the dropdown after upgrading to T293425 hotfix
These tickets are currently in our processing queue. Our team will address them as soon as we have any updates.
Video attached
Hello,
Thank you for pointing out the issue. The ASPxGridLookup behavior is unusual, so I forwarded this ticket to our developers for further research.
At the moment, I suggest you use the following approach. Move defining the data source and binding the ASPxGridLookup to its Load event. I've modified the project to demonstrate this.