Hi Experts,
While using RadTextBox, RadMaskedTextBox and RadNumericTextBox i noticed that whatever width i set in my aspx page for these control was actually getting reset in PageRender event.
This behavior was noticed when i had a case where i need to render additional item with these control and was trying to shrink their width's and noticed that they were reset to empty unit value.
After debugging we noticed that the width set remains in Width property of the control till PagePreRender event.As soon as we enter the PageRender event it gets reset to empty unit.
Would really like to understand this behavior of telerik control and appreciate some resolution.
Regards,
Aayam Singh
While using RadTextBox, RadMaskedTextBox and RadNumericTextBox i noticed that whatever width i set in my aspx page for these control was actually getting reset in PageRender event.
This behavior was noticed when i had a case where i need to render additional item with these control and was trying to shrink their width's and noticed that they were reset to empty unit value.
After debugging we noticed that the width set remains in Width property of the control till PagePreRender event.As soon as we enter the PageRender event it gets reset to empty unit.
Would really like to understand this behavior of telerik control and appreciate some resolution.
Regards,
Aayam Singh