alo,
in my site i use three datagrids, which are calculating many dates from some databases. well, i needed to build these datagrids editable, so far so good. but with this solution (as written in msdn for example) it looks not nice. i/we would like, that the user click with the mouse in one field, and one textbox (for example) will be shown - is this possible to implemate in asp.net???
second, with this solution now, the user click in the first colum on the edit button, and this row will show textboxes in every field/item. well, but how i can make, if some rows shouldn't be editable!! thats important. pls note, these datagrids are NOT build with the html-code, because the table size and rows are depend on the database, so i/we must build the tables in vb.net code...(making datatable, or dataset and than databind

)...
i have got some questions more..better only to make this first here

...
thx if anybode has a solution for one of these both questions...or maybe for both
dani