Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
balnk blocks in UltraGrid Cell where each cell has UltraControlContainerEditor
posted

I am using NetAdvantage 10.3 Controls

Refer the attached Zip file for code.

I have a userControl with name FleetOverviewCarStatusSummaryControl.

I have an ultragrid ugFleetOverViewStatusSummary in a view named FleetOverView.

The cells in the above grid are loaded with ultracontrolcontainerEditor foUltraControlContainerEditor.

This editor has rendering control and EditingControl of same type i.e., FleetOverviewCarStatusSummaryControl

The view works fine and displays the data well.

Now the issue is, sometimes when clicked on a cell, the userCOntrol is showing blank controls. Please find the screen shots attached in the Zip file.

This is not happening everytine I click. But it happens sometimes. No Specific reproduction steps for that.

While trying to debug, I observed that Set property of userControl is called for every cell in a row, when a cell is clicked.

Please help in resolving this issue.

MyProject.zip