Hi guys,
I have a problem here. this is the situation. By default, when you begin to type into a ultragrid row, another row appears below it. I need this to stop. Is it possible and if so how can i stop it?
thanks in advance
Hi,
This happens when you type into a TemplateAddRow in the grid. What happens is that the TemplateAddRow that you started typing into because a regular AddNew Row and so a new TemplateAddRow appears. I don't think there's any easy way to stop the new TemplateAddRow from showing up, unless you change the AllowAddNew property to turn it off. But then the user would never be able to add another row after the first one - which doesn't seem to make sense. Is that what you want? Or are you saying that you only want the new TemplateAddRow to display after some other event occurs?
Thank you so very much for your reply Mike. You have hit the nail right on the head. I only want the TemplateAddRow to show up when the user clicks a button or right clicks and choose add from a menu. (NB. the Add Row options are already in place)
I just tried your suggestion and it works like a charm. Thank you so very much.
By the way, I Love infragistics. Keep up the good work