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 / 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 |
Are tuples immutable c#?
Can you instantiate a struct without using a new operator in c#?
Can abstract class instantiated c#?
what is difference between destruct or and garbage collection ?
Integer at long type variable are not object.Support your answer with example.And explain the technique to convert from value type to reference type and vice-versa.
Explain the difference between the debug class and trace class?
Is there throws keyword in c#?
What is the object class in c#?
What is an int in c#?
How does dependency injection work c#?
What is a linked list c#?
How to assign Null value to Var?