I´m having a problem with telerik RadWindow. In my application the following steps will happen:
User clicks on a button, the RadWindow will be visible (in the center of the window). The user will then pick a file to upload.
When the user press the upload button the RadWindow is still visible but now a DataTable with Data will also be visible in there. The telerik RadWindow is set to AutoSieze="true" so it can be extended when the DataTable being filled with data. But because of the new size the RadWindow is not in the middle anymore because of the bigger size.
I have tried to use the left and top properties to adjust the position but without any success. Is it possible to change the position of the radWindow either from Client or Server code? I also have tried moveTo(position) (JavaScript) but it´s not working.
Does anyone has similar problems?