I am using a data table and a datagridview.
I am creating two columns in data grid view :
1)DataGridViewComboBoxColumn 2)DataGridViewTextBoxColumn.
The items of datagridviewcombo are the list of all items in
data table column 1.
I want that the data type of the DataGridViewTextBoxColumn
should be the same as the data type of the item selected
from the datagridviewcombo at runtime.
How can I do that.Also I want that each cell in column of
datatable should be of variable data type.
Pls help.
thnx.
Answer Posted / rajashekar reddy.y
use remote script to acheave at run time
or use java script methods like
document.getelementbyid('gridfind contol').onblur=textchange
()//method
this is normal java script method to change at client side
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
write a c# program add two matrix with input number ?
Can we inherit two classes in c#?
What is yield return in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
Define constructor in c#.
Are classes passed by reference in c#?
What is the use of 'as' Keyword in C# ?
What is dto c#?
What is expression tree with example?
2. What happened when BO object has been called?
What is property c#?
What is the difference between package and interface?
What does mean c#?
What is difference between ienumerable and list in c#?
To catch any possible exception What is the C# syntax written ?