I am dynamically creating templated columns which is determined by the 'Data Type'
gvMC.Rows(i).Cells.FromKey("Response").Value = ctrlString
Where ctrlString can be ie. "<input type='text' name='header' size='50' />" OR "<textarea name='comments' rows='3' cols='50'>" etc..
The problem with these controls in the grid is that they do not function properly. I cannot press the 'delete' or 'spacebar' in the text control
and in the textArea control i sometimes cannot type without holding the mouse button down. Its as if the grid cell click is overriding the fact that the Html control has focus..
What can I disable in the grid to get these controls to function normally? Do i need javascript to set focus to the Html controls?
Thanks ,
MC
I only noticed this post myself now, or I'd have looked into this sooner.Assuming that I have the incident number correct (WbG46572), it appears that your support request was responded to on January 11. You responded with a follow-up, which we responded to later that same day with a sample project. If you didn't receive our follow-up email message, it's likely that the message was caught by a spam/malware filter due to the attached sample project.
If you still need further assistance with this issue, please respond to the last email message received from the Developer Support Engineer for this support request. If you didn't receive our previous message, please simply let us know; we can either resend the message without the sample or send the message to an alternate email address.
Hi,
I contacted Infragistic's dev support, and send them the issue, however what they did so far, they just gave an incident number to it. After that I have heard nothing from their side.
This issue is urgent if anyone could help.
Thanks in advance.
Hello NJ and MC,In my case, I use an asp:LinkButton and I created it at Design and put it inside Template Column and I believe that if you follow the example that Tim Hitchings suggested, it should work and it will allow you to call your javascript function.
http://forums.infragistics.com/forums/p/876/11884.aspx#11884
Just in case you are trying to open up a modal or pop up screen and trying to pass value back and forth between the parent and child screens (form) then I have a great example for you.
http://www.eggheadcafe.com/articles/20050319.asp
Good luck!
hs2