I have an UltrawebGrid using a RowEditTemplate. In the Template is a <DIV> section and inside the DIV is a <P> section and a table inside of that. In that table I have my controls, the one at issue is a textbox and an associated WebResizingExtender to allow the user to expand the textbox. The problem is that they cannot expand it very much with out running into the Template size clipping the image (see image). How do I get around this? I need them to extend it much bigger than this, but I don't want the template to be fixed to some ridiculous size, it should expand dynamically with the expansion of the textbox. Anyone? I've tried playing with the Template style and DIV style, but no luck. Your help is greatly appreciated.
Hi dbishop9,
Thank you for posting in the community.
I tested this scenario using version 11.1.20111.2020 and as long as the MaximumWidth and MaximumHeight properties of the ResizableControlExtender have been set, there seem to be no issues with the RowEditingTemplate. Please let me know if limiting the expansion to the size of your RET helps.
Note that the UltraWebGrid control is now outdated and as of .NetAdvantage 2011 Volume 2 is no longer included in our product package. I would suggest that you consider switching to the WebDataGrid/WebHieararchicalDataGrid. More information regarding these controls is available at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
Additional samples demonstrating the features of these grids can be found at:http://samples.infragistics.com/aspnet/
Feel free to contact me if you have any questions.
Thanks for the quick reply. However, the issue isn't with the resizing extender, it is with the DIV container. The DIV container (refer to the image) does not expand when the resizing extender is dragged past it's height/width. I've tried setting the div to auto height, but it does no good. The container seems to be the issue. Thanks again for the quick response.