Comments on: ASP.NET generated html textarea instead of input type text in a datagrid http://jrwren.wrenfam.com/blog/2005/02/22/aspnet-generated-html-textarea-instead-of-input-type-text-in-a-datagrid/ babblings of a computer loving fool Mon, 21 Nov 2016 19:37:12 +0000 hourly 1 https://wordpress.org/?v=4.7.2 By: Geprge http://jrwren.wrenfam.com/blog/2005/02/22/aspnet-generated-html-textarea-instead-of-input-type-text-in-a-datagrid/comment-page-1/#comment-30829 Mon, 08 Sep 2008 12:26:03 +0000 http://little.xmtp.net/blog/?p=13#comment-30829 Thanks.. Helped me a lot..

]]>
By: Mihai http://jrwren.wrenfam.com/blog/2005/02/22/aspnet-generated-html-textarea-instead-of-input-type-text-in-a-datagrid/comment-page-1/#comment-79 Fri, 29 Jul 2005 10:29:11 +0000 http://little.xmtp.net/blog/?p=13#comment-79 Anthon, i think you have 2 ways of doing this: attach an onclick event to each cell, and use js to change it into an input, and on the onblur for this input save the data. The other one would be to use template colums with input tags from the begining, maybe hide the borders so they won’t look like inputs, and use an update button to save all the changes. (I know this is a late response, but better late then never, right? :))

]]>
By: anthon http://jrwren.wrenfam.com/blog/2005/02/22/aspnet-generated-html-textarea-instead-of-input-type-text-in-a-datagrid/comment-page-1/#comment-16 Thu, 17 Mar 2005 20:28:16 +0000 http://little.xmtp.net/blog/?p=13#comment-16 I am trying to do something similar with no joy. Like using excel when you click on a cell you can edit at that specific point rather than going to the edit window. In the data grid how do you monitor the mouse click to mouse position to where you need to switch on the editing cursor? I’d appreciate any assistance….This is killing me.

]]>