Hi,
I am using Telerik WinForms UI controls, Version - "2016.2.503.40" (Telerik.WinControls).
Facing a weird issue with GridView control version - "2016.2.503.40" (Telerik.WinControls.GridView)
When data or records are not available on the grid I am showing "No records available" text using below code lines,
myGridView.TableElement.Text = "No records available";
which works fine Attached screen "01_NoRecordsAvailable.JPG".
When some other window gets pop-up on this screen, "No records available" text disappears.
refer Attached screen "02_NoRecordsAvailable_Disappears.JPG".
No able to find out why the text is getting disappeared in such scenario.
Any help will be highly appreciated.