Hey ,
I have created the one custom component named as partcomponent , the partcomponent contains radzentextbox and dropdown, The radzentext contains partcode and where as dropdown contains the partdescription. The Part Table contains large amount of data so for loading it i am using GridLoadData event.
When I enter the PartCode then i get the Part Description for that particular PartCode. Now, the problem is when i open the purchase form for edit where i have used the PartComponent. so i am able to see the only the PartCode and this PartCode is being saved in the purchase table in DB. But the part description is not being display and i am not saving the part description in purchase table it is coming from the part table based on partid.
I face this issue at production.
.Below is the image for your understanding.
When I run my project locally then don't face this issue. Below is the image of the form which i run locally.