Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGrid CheckBox Pin
vladmihai20-Jun-03 11:58
vladmihai20-Jun-03 11:58 
Generalreal problem with scrollbars and user control Pin
Allen Anderson20-Jun-03 10:25
Allen Anderson20-Jun-03 10:25 
GeneralRe: real problem with scrollbars and user control Pin
J. Dunlap20-Jun-03 10:31
J. Dunlap20-Jun-03 10:31 
GeneralRe: real problem with scrollbars and user control Pin
Allen Anderson20-Jun-03 10:34
Allen Anderson20-Jun-03 10:34 
Generaldatagrid Pin
jphuphilly20-Jun-03 10:23
jphuphilly20-Jun-03 10:23 
Generaldatagrid Pin
jphuphilly20-Jun-03 10:23
jphuphilly20-Jun-03 10:23 
GeneralRe: datagrid Pin
Dimitris Iliopoulos20-Jun-03 11:33
Dimitris Iliopoulos20-Jun-03 11:33 
GeneralRe: datagrid Pin
jphuphilly21-Jun-03 7:04
jphuphilly21-Jun-03 7:04 
Generalwindows form Pin
jphuphilly20-Jun-03 10:17
jphuphilly20-Jun-03 10:17 
GeneralRe: windows form Pin
J. Dunlap20-Jun-03 10:20
J. Dunlap20-Jun-03 10:20 
GeneralRe: windows form Pin
jphuphilly20-Jun-03 10:25
jphuphilly20-Jun-03 10:25 
GeneralRe: windows form Pin
J. Dunlap20-Jun-03 10:28
J. Dunlap20-Jun-03 10:28 
GeneralRe: windows form Pin
Dimitris Iliopoulos20-Jun-03 11:37
Dimitris Iliopoulos20-Jun-03 11:37 
GeneralRe: windows form Pin
jphuphilly21-Jun-03 7:08
jphuphilly21-Jun-03 7:08 
GeneralSQL in C# question Pin
puppiesLover20-Jun-03 8:08
puppiesLover20-Jun-03 8:08 
GeneralRe: SQL in C# question Pin
Anonymous20-Jun-03 9:36
Anonymous20-Jun-03 9:36 
GeneralRe: SQL in C# question Pin
Danny Rodriguez20-Jun-03 10:12
Danny Rodriguez20-Jun-03 10:12 
GeneralControl Sizing Pin
Anonymous20-Jun-03 7:15
Anonymous20-Jun-03 7:15 
GeneralRe: Control Sizing Pin
Anonymous20-Jun-03 9:25
Anonymous20-Jun-03 9:25 
GeneralSpreadsheet "Like" Data Entry Pin
Andrew Bromfield20-Jun-03 7:06
Andrew Bromfield20-Jun-03 7:06 
GeneralRe: Spreadsheet "Like" Data Entry Pin
Dimitris Iliopoulos20-Jun-03 11:45
Dimitris Iliopoulos20-Jun-03 11:45 
you can edit on the datagrid directly (datagrid.readonly = false) without using textboxes in the end of it. If you are writing a windows forms app an empty datagrid is ok, in asp.net things are a bit difficult and i think the idea you said with the textboxes is the best.

to be more easy and more attractive your datagrid study

System.windows.datagridtablestyle and System.windows.datagridtextboxcolumn,

To validate them you can use datatable events rowchanged... or use standard techniques Causesvalidation ....

Good luck, to make a datagrid work perfect needs lot of work

From Greece:
Dimitris Iliopoulos
dimilio@yahoo.com
QuestionCould Some one Please help to convert two lines from C# to VB.NET? Pin
Eikeland20-Jun-03 5:13
Eikeland20-Jun-03 5:13 
AnswerRe: Could Some one Please help to convert two lines from C# to VB.NET? Pin
CherezZaboro20-Jun-03 5:39
CherezZaboro20-Jun-03 5:39 
GeneralDesign question about windows services... Pin
CherezZaboro20-Jun-03 5:13
CherezZaboro20-Jun-03 5:13 
GeneralRe: Design question about windows services... Pin
CherezZaboro20-Jun-03 6:27
CherezZaboro20-Jun-03 6:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.