Editing cells of alternate rows in windows datagrid
-
Hi, i am in need of a solution for the problem which i could not proceed further, i am using windows datagrid(VS 2003)in C# and i need to edit some cells of alternate rows in windows data grid like b5,b6,b7 and b8 - - h5,h6,h7 and h8 here b and h stands for row and nos stand for columns i am not familiar with windows data grid so it would be great if someone suggests me a way thru some sample code. Thank you
Thanks Mukkanti
-
Hi, i am in need of a solution for the problem which i could not proceed further, i am using windows datagrid(VS 2003)in C# and i need to edit some cells of alternate rows in windows data grid like b5,b6,b7 and b8 - - h5,h6,h7 and h8 here b and h stands for row and nos stand for columns i am not familiar with windows data grid so it would be great if someone suggests me a way thru some sample code. Thank you
Thanks Mukkanti
I have no idea what you are asking.
mukkanti007 wrote:
here b and h stands for row and nos stand for columns
WHAT? I don't even see nos anywhere...
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
-
Hi, i am in need of a solution for the problem which i could not proceed further, i am using windows datagrid(VS 2003)in C# and i need to edit some cells of alternate rows in windows data grid like b5,b6,b7 and b8 - - h5,h6,h7 and h8 here b and h stands for row and nos stand for columns i am not familiar with windows data grid so it would be great if someone suggests me a way thru some sample code. Thank you
Thanks Mukkanti
Oh! nos = numbers How about you reask the question, in better english, and no text speak?
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
-
Oh! nos = numbers How about you reask the question, in better english, and no text speak?
The best way to accelerate a Macintosh is at 9.8m/sec² - Marcus Dolengo
Hi, to better understand the problem, I have a windows data grid with some data filled up. now i want to edit only some cells (B5,B6,B7,B8) of 1st,3rd,5th row only in that datagrid, B5- 5th cell of Row B6- 6th cell of Row . . . i need sample code for this. Hope this is clear now.
Thanks Mukkanti